Struct cfn::aws::cloudformation::WaitConditionProperties [] [src]

pub struct WaitConditionProperties {
    pub count: Option<Value<u32>>,
    pub handle: Value<String>,
    pub timeout: Value<String>,
}

Properties for the WaitCondition resource.

Fields

Property Count.

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

Property Handle.

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

Property Timeout.

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

Trait Implementations

impl Debug for WaitConditionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for WaitConditionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<WaitConditionProperties> for WaitCondition
[src]

[src]

Performs the conversion.

Auto Trait Implementations