Builder

class Builder

Properties

Link copied to clipboard

The agent version. This parameter is set to LATEST for auto-update. or a version number for a fixed agent version.

Link copied to clipboard
var arn: String?

The stack's ARN.

Link copied to clipboard

The stack's attributes.

Link copied to clipboard

A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. For more information, see Create a New Stack.

Link copied to clipboard

The configuration manager.

Link copied to clipboard

The date when the stack was created.

Link copied to clipboard

Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps or Cookbooks and Recipes.

Link copied to clipboard

A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:

Link copied to clipboard

The stack's default Availability Zone. For more information, see Regions and Endpoints.

Link copied to clipboard

The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

Link copied to clipboard

The stack's default operating system.

Link copied to clipboard

The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.

Link copied to clipboard

A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.

Link copied to clipboard

The default subnet ID; applicable only if the stack is running in a VPC.

Link copied to clipboard

The stack host name theme, with spaces replaced by underscores.

Link copied to clipboard
var name: String?

The stack name.

Link copied to clipboard

The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints.

Link copied to clipboard

The stack AWS Identity and Access Management (IAM) role.

Link copied to clipboard

The stack ID.

Link copied to clipboard

Whether the stack uses custom cookbooks.

Link copied to clipboard

Whether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers.

Link copied to clipboard

The VPC ID; applicable only if the stack is running in a VPC.