Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Whether to disable auto healing for the layer.

Link copied to clipboard

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.

Link copied to clipboard

The layer ID.

Link copied to clipboard
var name: String?

The layer name, which is used by the console.

Link copied to clipboard

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

Link copied to clipboard

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/.

Link copied to clipboard

Whether to use Amazon EBS-optimized instances.

Link copied to clipboard

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