Struct cfn::aws::codedeploy::deployment_group::TriggerConfig [] [src]

pub struct TriggerConfig {
    pub trigger_events: Option<ValueList<String>>,
    pub trigger_name: Option<Value<String>>,
    pub trigger_target_arn: Option<Value<String>>,
}

Fields

Property TriggerEvents.

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

Property TriggerName.

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

Property TriggerTargetArn.

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

Trait Implementations

impl Debug for TriggerConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TriggerConfig
[src]

[src]

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

Auto Trait Implementations

impl Send for TriggerConfig

impl Sync for TriggerConfig