Struct aws_sdk_opsworks::client::fluent_builders::UpdateLayer[][src]

pub struct UpdateLayer<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Fluent builder constructing a request to UpdateLayer.

Updates a specified layer.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Implementations

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

The layer ID.

The layer ID.

The layer name, which is used by the console.

The layer name, which is used by the console.

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.

The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.

The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference

Adds a key-value pair to Attributes.

To override the contents of this collection use set_attributes.

One or more user-defined key/value pairs to be added to the stack attributes.

One or more user-defined key/value pairs to be added to the stack attributes.

Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.

Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.

The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.

Appends an item to CustomSecurityGroupIds.

To override the contents of this collection use set_custom_security_group_ids.

An array containing the layer's custom security group IDs.

An array containing the layer's custom security group IDs.

Appends an item to Packages.

To override the contents of this collection use set_packages.

An array of Package objects that describe the layer's packages.

An array of Package objects that describe the layer's packages.

Appends an item to VolumeConfigurations.

To override the contents of this collection use set_volume_configurations.

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

Whether to disable auto healing for the layer.

Whether to disable auto healing for the layer.

Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.

Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.

For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.

For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.

A LayerCustomRecipes object that specifies the layer's custom recipes.

A LayerCustomRecipes object that specifies the layer's custom recipes.

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.

Whether to use Amazon EBS-optimized instances.

Whether to use Amazon EBS-optimized instances.

Trait Implementations

Formats the value using the given formatter. 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more