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

pub struct NotificationConfiguration {
    pub notification_types: Option<ValueList<String>>,
    pub topic_arn: Value<String>,
}

Fields

Property NotificationTypes.

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

Property TopicARN.

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

Trait Implementations

impl Debug for NotificationConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for NotificationConfiguration
[src]

[src]

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

Auto Trait Implementations