Struct cfn::aws::elasticbeanstalk::environment::OptionSetting [] [src]

pub struct OptionSetting {
    pub namespace: Value<String>,
    pub option_name: Value<String>,
    pub resource_name: Option<Value<String>>,
    pub value: Option<Value<String>>,
}

Fields

Property Namespace.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property OptionName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ResourceName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Value.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for OptionSetting
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for OptionSetting
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for OptionSetting

impl Sync for OptionSetting