Layer

class Layer

Describes a layer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Number (ARN) of a layer.

Link copied to clipboard

The layer 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

The Amazon CloudWatch Logs configuration settings for the layer.

Link copied to clipboard

Date when the layer was created.

Link copied to clipboard

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

Link copied to clipboard

A JSON formatted string containing the layer's custom stack configuration and deployment attributes.

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

AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. You can also provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events.

Link copied to clipboard

An array containing the layer's security group names.

Link copied to clipboard

Whether auto healing is disabled for the layer.

Link copied to clipboard

Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set 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

A LifeCycleEventConfiguration object that specifies the Shutdown event configuration.

Link copied to clipboard
val name: String?

The layer name.

Link copied to clipboard

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

Link copied to clipboard

The layer short name.

Link copied to clipboard

The layer stack ID.

Link copied to clipboard

The layer type.

Link copied to clipboard

Whether the layer uses Amazon EBS-optimized instances.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Layer.Builder.() -> Unit = {}): Layer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String