Struct rusoto_codedeploy::TriggerConfig [] [src]

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

Information about notification triggers for the deployment group.

Fields

The event type or types for which notifications are triggered.

The name of the notification trigger.

The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

Trait Implementations

impl Default for TriggerConfig
[src]

[src]

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

impl Debug for TriggerConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for TriggerConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more