Struct cfn::aws::ecs::service::DeploymentConfiguration [] [src]

pub struct DeploymentConfiguration {
    pub maximum_percent: Option<Value<u32>>,
    pub minimum_healthy_percent: Option<Value<u32>>,
}

Fields

Property MaximumPercent.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property MinimumHealthyPercent.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for DeploymentConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DeploymentConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations