This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElasticBeanstalk::ConfigurationTemplate ConfigurationOptionSetting
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.
Syntax
To declare this entity in your CloudFormation template, use the following 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.
Required: Yes
Type: String
Update requires: No interruption
OptionName-
The name of the configuration option.
Required: Yes
Type: String
Update requires: No interruption
ResourceName-
A unique resource name for the option setting. Use it for a time–based scaling configuration option.
Required: No
Type: String
Minimum:
1Maximum:
256Update requires: No interruption
Value-
The current value for the configuration option.
Required: No
Type: String
Update requires: No interruption
See also
-
ConfigurationOptionSetting in the AWS Elastic Beanstalk API Reference
-
Configuration Options in the AWS Elastic Beanstalk Developer Guide