@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:25.889Z") @Stability(value=Stable) public interface CfnConfigurationTemplateProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationTemplateProps.Builder
A builder for
CfnConfigurationTemplateProps |
static class |
CfnConfigurationTemplateProps.Jsii$Proxy
An implementation for
CfnConfigurationTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationTemplateProps.Builder |
builder() |
String |
getApplicationName()
`AWS::ElasticBeanstalk::ConfigurationTemplate.ApplicationName`.
|
default String |
getDescription()
`AWS::ElasticBeanstalk::ConfigurationTemplate.Description`.
|
default String |
getEnvironmentId()
`AWS::ElasticBeanstalk::ConfigurationTemplate.EnvironmentId`.
|
default Object |
getOptionSettings()
`AWS::ElasticBeanstalk::ConfigurationTemplate.OptionSettings`.
|
default String |
getPlatformArn()
`AWS::ElasticBeanstalk::ConfigurationTemplate.PlatformArn`.
|
default String |
getSolutionStackName()
`AWS::ElasticBeanstalk::ConfigurationTemplate.SolutionStackName`.
|
default Object |
getSourceConfiguration()
`AWS::ElasticBeanstalk::ConfigurationTemplate.SourceConfiguration`.
|
@Stability(value=Stable) @NotNull String getApplicationName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-applicationname@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-description@Stability(value=Stable) @Nullable default String getEnvironmentId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-environmentid@Stability(value=Stable) @Nullable default Object getOptionSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-optionsettings@Stability(value=Stable) @Nullable default String getPlatformArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-platformarn@Stability(value=Stable) @Nullable default String getSolutionStackName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-solutionstackname@Stability(value=Stable) @Nullable default Object getSourceConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration@Stability(value=Stable) static CfnConfigurationTemplateProps.Builder builder()
Copyright © 2020. All rights reserved.