Struct aws_sdk_codedeploy::model::cloud_formation_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CloudFormationTarget
Implementations
The unique ID of an AWS CloudFormation blue/green deployment.
The unique ID of an AWS CloudFormation blue/green deployment.
The unique ID of a deployment target that has a type
of CloudFormationTarget
.
The unique ID of a deployment target that has a type
of CloudFormationTarget
.
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
Appends an item to lifecycle_events
.
To override the contents of this collection use set_lifecycle_events
.
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
The status of an AWS CloudFormation blue/green deployment's target application.
The status of an AWS CloudFormation blue/green deployment's target application.
The resource type for the AWS CloudFormation blue/green deployment.
The resource type for the AWS CloudFormation blue/green deployment.
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
Consumes the builder and constructs a CloudFormationTarget
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