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

pub struct PlacementConstraint {
    pub expression: Option<Value<String>>,
    pub type_: Value<String>,
}

Fields

Property Expression.

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

Property Type.

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

Trait Implementations

impl Debug for PlacementConstraint
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PlacementConstraint
[src]

[src]

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

Auto Trait Implementations