NAME

Paws::OpsWorks::Stack

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::OpsWorks::Stack object:

$service_obj->Method(Att1 => { AgentVersion => $value, ..., VpcId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::OpsWorks::Stack object:

$result = $service_obj->Method(...);
$result->Att1->AgentVersion

DESCRIPTION

Describes a stack.

ATTRIBUTES

AgentVersion => Str

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

Arn => Str

The stack's ARN.

Attributes => Paws::OpsWorks::StackAttributes

The stack's attributes.

ChefConfiguration => Paws::OpsWorks::ChefConfiguration

A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. For more information, see Create a New Stack (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html).

ConfigurationManager => Paws::OpsWorks::StackConfigurationManager

The configuration manager.

CreatedAt => Str

The date when the stack was created.

CustomCookbooksSource => Paws::OpsWorks::Source

Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps (https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) or Cookbooks and Recipes (https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html).

CustomJson => Str

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:

"{\"key1\": \"value1\", \"key2\": \"value2\",...}"

For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes (https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html).

DefaultAvailabilityZone => Str

The stack's default Availability Zone. For more information, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html).

DefaultInstanceProfileArn => Str

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 (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html).

DefaultOs => Str

The stack's default operating system.

DefaultRootDeviceType => Str

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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device).

DefaultSshKeyName => Str

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

DefaultSubnetId => Str

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

HostnameTheme => Str

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

Name => Str

The stack name.

Region => Str

The stack AWS region, such as "ap-northeast-2". For more information about AWS regions, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html).

ServiceRoleArn => Str

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

StackId => Str

The stack ID.

UseCustomCookbooks => Bool

Whether the stack uses custom cookbooks.

UseOpsworksSecurityGroups => Bool

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

VpcId => Str

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::OpsWorks

BUGS and CONTRIBUTIONS

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