Struct cfn::aws::elasticbeanstalk::ApplicationVersionProperties [] [src]

pub struct ApplicationVersionProperties {
    pub application_name: Value<String>,
    pub description: Option<Value<String>>,
    pub source_bundle: Value<SourceBundle>,
}

Properties for the ApplicationVersion resource.

Fields

Property ApplicationName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Description.

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

Property SourceBundle.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for ApplicationVersionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ApplicationVersionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ApplicationVersionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ApplicationVersionProperties> for ApplicationVersion
[src]

[src]

Performs the conversion.

Auto Trait Implementations