View source: R/opsworks_operations.R
opsworks_update_layer | R Documentation |
Updates a specified layer.
See https://www.paws-r-sdk.com/docs/opsworks_update_layer/ for full documentation.
opsworks_update_layer(
LayerId,
Name = NULL,
Shortname = NULL,
Attributes = NULL,
CloudWatchLogsConfiguration = NULL,
CustomInstanceProfileArn = NULL,
CustomJson = NULL,
CustomSecurityGroupIds = NULL,
Packages = NULL,
VolumeConfigurations = NULL,
EnableAutoHealing = NULL,
AutoAssignElasticIps = NULL,
AutoAssignPublicIps = NULL,
CustomRecipes = NULL,
InstallUpdatesOnBoot = NULL,
UseEbsOptimizedInstances = NULL,
LifecycleEventConfiguration = NULL
)
LayerId |
[required] The layer ID. |
Name |
The layer name, which is used by the console. Layer names can be a maximum of 32 characters. |
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. |
Attributes |
One or more user-defined key/value pairs to be added to the stack attributes. |
CloudWatchLogsConfiguration |
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream. |
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 |
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. |
CustomSecurityGroupIds |
An array containing the layer's custom security group IDs. |
Packages |
An array of |
VolumeConfigurations |
A |
EnableAutoHealing |
Whether to disable auto healing for the layer. |
AutoAssignElasticIps |
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer. |
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. |
CustomRecipes |
A |
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 |
UseEbsOptimizedInstances |
Whether to use Amazon EBS-optimized instances. |
LifecycleEventConfiguration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.