public static interface CfnConfigurationTemplate.ConfigurationOptionSettingProperty
The ConfigurationOptionSetting
property type specifies an option for an AWS Elastic Beanstalk configuration template.
The OptionSettings
property of the AWS::ElasticBeanstalk::ConfigurationTemplate resource contains a list of ConfigurationOptionSetting
property types.
For a list of possible namespaces and option values, see Option Values in the AWS Elastic Beanstalk Developer Guide .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticbeanstalk.*; ConfigurationOptionSettingProperty configurationOptionSettingProperty = ConfigurationOptionSettingProperty.builder() .namespace("namespace") .optionName("optionName") // the properties below are optional .resourceName("resourceName") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationTemplate.ConfigurationOptionSettingProperty.Builder
|
static class |
CfnConfigurationTemplate.ConfigurationOptionSettingProperty.Jsii$Proxy
An implementation for
CfnConfigurationTemplate.ConfigurationOptionSettingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationTemplate.ConfigurationOptionSettingProperty.Builder |
builder() |
java.lang.String |
getNamespace()
A unique namespace that identifies the option's associated AWS resource.
|
java.lang.String |
getOptionName()
The name of the configuration option.
|
default java.lang.String |
getResourceName()
A unique resource name for the option setting.
|
default java.lang.String |
getValue()
The current value for the configuration option.
|
java.lang.String getNamespace()
java.lang.String getOptionName()
default java.lang.String getResourceName()
Use it for a time–based scaling configuration option.
default java.lang.String getValue()