Struct aws_sdk_codedeploy::model::deployment_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeploymentTarget
Implementations
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
Information about the target for a deployment that uses the EC2/On-premises compute platform.
Information about the target for a deployment that uses the EC2/On-premises compute platform.
Information about the target for a deployment that uses the AWS Lambda compute platform.
Information about the target for a deployment that uses the AWS Lambda compute platform.
Information about the target for a deployment that uses the Amazon ECS compute platform.
Information about the target for a deployment that uses the Amazon ECS compute platform.
Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
Consumes the builder and constructs a DeploymentTarget
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