Struct cfn::aws::opsworks::layer::Recipes [] [src]

pub struct Recipes {
    pub configure: Option<ValueList<String>>,
    pub deploy: Option<ValueList<String>>,
    pub setup: Option<ValueList<String>>,
    pub shutdown: Option<ValueList<String>>,
    pub undeploy: Option<ValueList<String>>,
}

The AWS::OpsWorks::Layer.Recipes property type.

Fields

Property Configure.

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

Property Deploy.

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

Property Setup.

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

Property Shutdown.

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

Property Undeploy.

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

Trait Implementations

impl Debug for Recipes
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Recipes

impl Sync for Recipes