Struct cfn::aws::codedeploy::DeploymentConfigProperties [] [src]

pub struct DeploymentConfigProperties {
    pub deployment_config_name: Option<Value<String>>,
    pub minimum_healthy_hosts: Option<Value<MinimumHealthyHosts>>,
}

Properties for the DeploymentConfig resource.

Fields

Property DeploymentConfigName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property MinimumHealthyHosts.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for DeploymentConfigProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DeploymentConfigProperties
[src]

[src]

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

impl Serialize for DeploymentConfigProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for DeploymentConfigProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DeploymentConfigProperties> for DeploymentConfig
[src]

[src]

Performs the conversion.

Auto Trait Implementations