AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateLayer operation. 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.
Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.OpsWorks.dll
Version: 3.x.y.z
public class UpdateLayerRequest : AmazonOpsWorksRequest IAmazonWebServiceRequest
The UpdateLayerRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateLayerRequest() |
Name | Type | Description | |
---|---|---|---|
Attributes | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Attributes. One or more user-defined key/value pairs to be added to the stack attributes. |
|
AutoAssignElasticIps | System.Boolean |
Gets and sets the property AutoAssignElasticIps. Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer. |
|
AutoAssignPublicIps | System.Boolean |
Gets and sets the property AutoAssignPublicIps. 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. |
|
CloudWatchLogsConfiguration | Amazon.OpsWorks.Model.CloudWatchLogsConfiguration |
Gets and sets the property CloudWatchLogsConfiguration. Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream. |
|
CustomInstanceProfileArn | System.String |
Gets and sets the property CustomInstanceProfileArn. 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. |
|
CustomJson | System.String |
Gets and sets the property CustomJson. 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. |
|
CustomRecipes | Amazon.OpsWorks.Model.Recipes |
Gets and sets the property CustomRecipes.
A |
|
CustomSecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property CustomSecurityGroupIds. An array containing the layer's custom security group IDs. |
|
EnableAutoHealing | System.Boolean |
Gets and sets the property EnableAutoHealing. Whether to disable auto healing for the layer. |
|
InstallUpdatesOnBoot | System.Boolean |
Gets and sets the property InstallUpdatesOnBoot.
Whether to install operating system and package updates when the instance boots. The
default value is
We strongly recommend using the default value of |
|
LayerId | System.String |
Gets and sets the property LayerId. The layer ID. |
|
LifecycleEventConfiguration | Amazon.OpsWorks.Model.LifecycleEventConfiguration |
Gets and sets the property LifecycleEventConfiguration. |
|
Name | System.String |
Gets and sets the property Name. The layer name, which is used by the console. Layer names can be a maximum of 32 characters. |
|
Packages | System.Collections.Generic.List<System.String> |
Gets and sets the property Packages.
An array of |
|
Shortname | System.String |
Gets and sets the property Shortname. For custom layers only, use this parameter to specify the layer's short name, which is used internally by 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 32 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/. Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer reference in the OpsWorks User Guide. |
|
UseEbsOptimizedInstances | System.Boolean |
Gets and sets the property UseEbsOptimizedInstances. Whether to use Amazon EBS-optimized instances. |
|
VolumeConfigurations | System.Collections.Generic.List<Amazon.OpsWorks.Model.VolumeConfiguration> |
Gets and sets the property VolumeConfigurations.
A |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5