GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::OpsWorks::UpdateLayer(3) User Contributed Perl Documentation Paws::OpsWorks::UpdateLayer(3)

Paws::OpsWorks::UpdateLayer - Arguments for method UpdateLayer on Paws::OpsWorks

This class represents the parameters used for calling the method UpdateLayer on the AWS OpsWorks service. Use the attributes of this class as arguments to method UpdateLayer.

You shouln't make instances of this class. Each attribute should be used as a named argument in the call to UpdateLayer.

As an example:

  $service_obj->UpdateLayer(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

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

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.

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 "LayerCustomRecipes" object that specifies the layer's custom recipes.

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

Whether to disable auto healing for the layer.

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.

The layer ID.

The layer name, which is used by the console.

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

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorksand 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. For more information, see the Layer Reference

Whether to use Amazon EBS-optimized instances.

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

This class forms part of Paws, documenting arguments for method UpdateLayer in Paws::OpsWorks

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues

2015-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.