Struct cfn::aws::opsworks::layer::LifecycleEventConfiguration [] [src]

pub struct LifecycleEventConfiguration {
    pub shutdown_event_configuration: Option<Value<ShutdownEventConfiguration>>,
}

Fields

Property ShutdownEventConfiguration.

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

Trait Implementations

impl Debug for LifecycleEventConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations