StructuredPojo
, ToCopyableBuilder<App.Builder,App>
@Generated("software.amazon.awssdk:codegen") public class App extends Object implements StructuredPojo, ToCopyableBuilder<App.Builder,App>
A description of the app.
Modifier and Type | Class | Description |
---|---|---|
static interface |
App.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
appId() |
The app ID.
|
Source |
appSource() |
A
Source object that describes the app repository. |
Map<String,String> |
attributes() |
The stack attributes.
|
static App.Builder |
builder() |
|
String |
createdAt() |
When the app was created.
|
List<DataSource> |
dataSources() |
The app's data sources.
|
String |
description() |
A description of the app.
|
List<String> |
domains() |
The app vhost settings with multiple domains separated by commas.
|
Boolean |
enableSsl() |
Whether to enable SSL for the app.
|
List<EnvironmentVariable> |
environment() |
An array of
EnvironmentVariable objects that specify environment variables to be associated with the
app. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The app name.
|
static Class<? extends App.Builder> |
serializableBuilderClass() |
|
String |
shortname() |
The app's short name.
|
SslConfiguration |
sslConfiguration() |
An
SslConfiguration object with the SSL configuration. |
String |
stackId() |
The app stack ID.
|
App.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The app type.
|
public String appId()
The app ID.
public String stackId()
The app stack ID.
public String shortname()
The app's short name.
public String name()
The app name.
public String description()
A description of the app.
public List<DataSource> dataSources()
The app's data sources.
public Source appSource()
A Source
object that describes the app repository.
Source
object that describes the app repository.public List<String> domains()
The app vhost settings with multiple domains separated by commas. For example:
'www.example.com, example.com'
'www.example.com, example.com'
public Boolean enableSsl()
Whether to enable SSL for the app.
public SslConfiguration sslConfiguration()
An SslConfiguration
object with the SSL configuration.
SslConfiguration
object with the SSL configuration.public Map<String,String> attributes()
The stack attributes.
public String createdAt()
When the app was created.
public List<EnvironmentVariable> environment()
An array of EnvironmentVariable
objects that specify environment variables to be associated with the
app. After you deploy the app, these variables are defined on the associated app server instances. For more
information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variable names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an "Environment: is too large (maximum is 10KB)" message.
EnvironmentVariable
objects that specify environment variables to be associated
with the app. After you deploy the app, these variables are defined on the associated app server
instances. For more information, see Environment Variables. There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variable names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an "Environment: is too large (maximum is 10KB)" message.
public App.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<App.Builder,App>
public static App.Builder builder()
public static Class<? extends App.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.