Struct aws_sdk_codedeploy::model::DeploymentConfigInfo [−][src]
#[non_exhaustive]pub struct DeploymentConfigInfo {
pub deployment_config_id: Option<String>,
pub deployment_config_name: Option<String>,
pub minimum_healthy_hosts: Option<MinimumHealthyHosts>,
pub create_time: Option<DateTime>,
pub compute_platform: Option<ComputePlatform>,
pub traffic_routing_config: Option<TrafficRoutingConfig>,
}
Expand description
Information about a deployment configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.deployment_config_id: Option<String>
The deployment configuration ID.
deployment_config_name: Option<String>
The deployment configuration name.
minimum_healthy_hosts: Option<MinimumHealthyHosts>
Information about the number or percentage of minimum healthy instance.
create_time: Option<DateTime>
The time at which the deployment configuration was created.
compute_platform: Option<ComputePlatform>
The destination platform type for the deployment (Lambda
,
Server
, or ECS
).
traffic_routing_config: Option<TrafficRoutingConfig>
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
Implementations
The deployment configuration ID.
The deployment configuration name.
Information about the number or percentage of minimum healthy instance.
The time at which the deployment configuration was created.
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.
Creates a new builder-style object to manufacture DeploymentConfigInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeploymentConfigInfo
impl Send for DeploymentConfigInfo
impl Sync for DeploymentConfigInfo
impl Unpin for DeploymentConfigInfo
impl UnwindSafe for DeploymentConfigInfo
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