AWS Elastic Beanstalk Environment OptionSetting
The OptionSetting property type specifies an option for an AWS Elastic Beanstalk environment.
The OptionSettings property of the AWS::ElasticBeanstalk::Environment resource contains a list of OptionSetting property types.
Syntax
JSON
{ "Namespace" :String, "OptionName" :String, "ResourceName" :String, "Value" :String}
YAML
Namespace:StringOptionName:StringResourceName:StringValue:String
Properties
Namespace-
A unique namespace that identifies the option's associated AWS resource. For a list of namespaces that you can use, see Configuration Options in the AWS Elastic Beanstalk Developer Guide.
Required: Yes
Type: String
OptionName-
The name of the configuration option. For a list of options that you can use, see Configuration Options in the AWS Elastic Beanstalk Developer Guide.
Required: Yes
Type: String
ResourceName-
A unique resource name for the option setting. Use this property for a time–based scaling configuration option.
Required: No
Type: String
Value-
The current value for the configuration option.
Required: No
Type: String
See Also
-
ConfigurationOptionSetting in the AWS Elastic Beanstalk Developer Guide
-
Option Values in the AWS Elastic Beanstalk Developer Guide
