Struct cfn::aws::autoscaling::auto_scaling_group::LifecycleHookSpecification [] [src]

pub struct LifecycleHookSpecification {
    pub default_result: Option<Value<String>>,
    pub heartbeat_timeout: Option<Value<u32>>,
    pub lifecycle_hook_name: Value<String>,
    pub lifecycle_transition: Value<String>,
    pub notification_metadata: Option<Value<String>>,
    pub notification_target_arn: Option<Value<String>>,
    pub role_arn: Option<Value<String>>,
}

Fields

Property DefaultResult.

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

Property HeartbeatTimeout.

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

Property LifecycleHookName.

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

Property LifecycleTransition.

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

Property NotificationMetadata.

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

Property NotificationTargetARN.

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

Property RoleARN.

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

Trait Implementations

impl Debug for LifecycleHookSpecification
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for LifecycleHookSpecification
[src]

[src]

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

Auto Trait Implementations