AWS::ElasticBeanstalk::ConfigurationTemplate ConfigurationOptionSetting - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticBeanstalk::ConfigurationTemplate ConfigurationOptionSetting

The ConfigurationOptionSetting property type specifies an option for an Amazon 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 Amazon Elastic Beanstalk Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Namespace" : String, "OptionName" : String, "ResourceName" : String, "Value" : String }

YAML

Namespace: String OptionName: String ResourceName: String Value: String

Properties

Namespace

A unique namespace that identifies the option's associated Amazon 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: 1

Maximum: 256

Update requires: No interruption

Value

The current value for the configuration option.

Required: No

Type: String

Update requires: No interruption

See also