Struct aws_sdk_codedeploy::model::deployment_config_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeploymentConfigInfo
Implementations
The deployment configuration ID.
The deployment configuration ID.
The deployment configuration name.
The deployment configuration name.
Information about the number or percentage of minimum healthy instance.
Information about the number or percentage of minimum healthy instance.
The time at which the deployment configuration was created.
The time at which the deployment configuration was created.
The destination platform type for the deployment (Lambda
,
Server
, or ECS
).
The destination platform type for the deployment (Lambda
,
Server
, or ECS
).
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
Consumes the builder and constructs a DeploymentConfigInfo
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