Struct cfn::aws::opsworks::LayerProperties[][src]

pub struct LayerProperties {
Show fields pub attributes: Option<ValueMap<String>>, pub auto_assign_elastic_ips: Value<bool>, pub auto_assign_public_ips: Value<bool>, pub custom_instance_profile_arn: Option<Value<String>>, pub custom_json: Option<Value<Value>>, pub custom_recipes: Option<Value<Recipes>>, pub custom_security_group_ids: Option<ValueList<String>>, pub enable_auto_healing: Value<bool>, pub install_updates_on_boot: Option<Value<bool>>, pub lifecycle_event_configuration: Option<Value<LifecycleEventConfiguration>>, pub load_based_auto_scaling: Option<Value<LoadBasedAutoScaling>>, pub name: Value<String>, pub packages: Option<ValueList<String>>, pub shortname: Value<String>, pub stack_id: Value<String>, pub tags: Option<ValueList<Tag>>, pub type: Value<String>, pub use_ebs_optimized_instances: Option<Value<bool>>, pub volume_configurations: Option<ValueList<VolumeConfiguration>>,
}
Expand description

Properties for the Layer resource.

Fields

attributes: Option<ValueMap<String>>

Property Attributes.

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

auto_assign_elastic_ips: Value<bool>

Property AutoAssignElasticIps.

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

auto_assign_public_ips: Value<bool>

Property AutoAssignPublicIps.

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

custom_instance_profile_arn: Option<Value<String>>

Property CustomInstanceProfileArn.

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

custom_json: Option<Value<Value>>

Property CustomJson.

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

custom_recipes: Option<Value<Recipes>>

Property CustomRecipes.

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

custom_security_group_ids: Option<ValueList<String>>

Property CustomSecurityGroupIds.

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

enable_auto_healing: Value<bool>

Property EnableAutoHealing.

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

install_updates_on_boot: Option<Value<bool>>

Property InstallUpdatesOnBoot.

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

lifecycle_event_configuration: Option<Value<LifecycleEventConfiguration>>

Property LifecycleEventConfiguration.

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

load_based_auto_scaling: Option<Value<LoadBasedAutoScaling>>

Property LoadBasedAutoScaling.

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

name: Value<String>

Property Name.

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

packages: Option<ValueList<String>>

Property Packages.

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

shortname: Value<String>

Property Shortname.

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

stack_id: Value<String>

Property StackId.

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

tags: Option<ValueList<Tag>>

Property Tags.

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

type: Value<String>

Property Type.

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

use_ebs_optimized_instances: Option<Value<bool>>

Property UseEbsOptimizedInstances.

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

volume_configurations: Option<ValueList<VolumeConfiguration>>

Property VolumeConfigurations.

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

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.