Struct aws_sdk_codedeploy::model::trigger_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TriggerConfig
Implementations
The name of the notification trigger.
The name of the notification trigger.
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
Appends an item to trigger_events
.
To override the contents of this collection use set_trigger_events
.
The event type or types for which notifications are triggered.
The event type or types for which notifications are triggered.
Consumes the builder and constructs a TriggerConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more