@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.610Z") @Stability(value=Stable) public interface CfnEnvironmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironmentProps.Builder
A builder for
CfnEnvironmentProps |
static class |
CfnEnvironmentProps.Jsii$Proxy
An implementation for
CfnEnvironmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironmentProps.Builder |
builder() |
String |
getApplicationName()
`AWS::ElasticBeanstalk::Environment.ApplicationName`.
|
default String |
getCnamePrefix()
`AWS::ElasticBeanstalk::Environment.CNAMEPrefix`.
|
default String |
getDescription()
`AWS::ElasticBeanstalk::Environment.Description`.
|
default String |
getEnvironmentName()
`AWS::ElasticBeanstalk::Environment.EnvironmentName`.
|
default String |
getOperationsRole()
`AWS::ElasticBeanstalk::Environment.OperationsRole`.
|
default Object |
getOptionSettings()
`AWS::ElasticBeanstalk::Environment.OptionSettings`.
|
default String |
getPlatformArn()
`AWS::ElasticBeanstalk::Environment.PlatformArn`.
|
default String |
getSolutionStackName()
`AWS::ElasticBeanstalk::Environment.SolutionStackName`.
|
default List<CfnTag> |
getTags()
`AWS::ElasticBeanstalk::Environment.Tags`.
|
default String |
getTemplateName()
`AWS::ElasticBeanstalk::Environment.TemplateName`.
|
default Object |
getTier()
`AWS::ElasticBeanstalk::Environment.Tier`.
|
default String |
getVersionLabel()
`AWS::ElasticBeanstalk::Environment.VersionLabel`.
|
@Stability(value=Stable) @NotNull String getApplicationName()
@Stability(value=Stable) @Nullable default String getCnamePrefix()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getEnvironmentName()
@Stability(value=Stable) @Nullable default String getOperationsRole()
@Stability(value=Stable) @Nullable default Object getOptionSettings()
@Stability(value=Stable) @Nullable default String getPlatformArn()
@Stability(value=Stable) @Nullable default String getSolutionStackName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTemplateName()
@Stability(value=Stable) @Nullable default Object getTier()
@Stability(value=Stable) @Nullable default String getVersionLabel()
@Stability(value=Stable) static CfnEnvironmentProps.Builder builder()
CfnEnvironmentProps.Builder of CfnEnvironmentPropsCopyright © 2021. All rights reserved.