![]() |
![]()
| ![]() |
![]()
NAMEPaws::OpsWorks::Stack USAGEThis 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 DESCRIPTIONDescribes a stack. ATTRIBUTESAgentVersion => StrThe agent version. This parameter is set to "LATEST" for auto-update. or a version number for a fixed agent version. Arn => StrThe stack's ARN. Attributes => Paws::OpsWorks::StackAttributesThe stack's attributes. ChefConfiguration => Paws::OpsWorks::ChefConfigurationA "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::StackConfigurationManagerThe configuration manager. CreatedAt => StrThe date when the stack was created. CustomCookbooksSource => Paws::OpsWorks::SourceContains 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 => StrA 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 => StrThe stack's default Availability Zone. For more information, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html). DefaultInstanceProfileArn => StrThe 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 => StrThe stack's default operating system. DefaultRootDeviceType => StrThe 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 => StrA default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance. DefaultSubnetId => StrThe default subnet ID; applicable only if the stack is running in a VPC. HostnameTheme => StrThe stack host name theme, with spaces replaced by underscores. Name => StrThe stack name. Region => StrThe 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 => StrThe stack AWS Identity and Access Management (IAM) role. StackId => StrThe stack ID. UseCustomCookbooks => BoolWhether the stack uses custom cookbooks. UseOpsworksSecurityGroups => BoolWhether the stack automatically associates the AWS OpsWorks Stacks built-in security groups with the stack's layers. VpcId => StrThe VPC ID; applicable only if the stack is running in a VPC. SEE ALSOThis class forms part of Paws, describing an object used in Paws::OpsWorks BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|