PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::OpsWorks::Layer; use Moose; has Arn => (is => 'ro', isa => 'Str'); has Attributes => (is => 'ro', isa => 'Paws::OpsWorks::LayerAttributes'); has AutoAssignElasticIps => (is => 'ro', isa => 'Bool'); has AutoAssignPublicIps => (is => 'ro', isa => 'Bool'); has CloudWatchLogsConfiguration => (is => 'ro', isa => 'Paws::OpsWorks::CloudWatchLogsConfiguration'); has CreatedAt => (is => 'ro', isa => 'Str'); has CustomInstanceProfileArn => (is => 'ro', isa => 'Str'); has CustomJson => (is => 'ro', isa => 'Str'); has CustomRecipes => (is => 'ro', isa => 'Paws::OpsWorks::Recipes'); has CustomSecurityGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has DefaultRecipes => (is => 'ro', isa => 'Paws::OpsWorks::Recipes'); has DefaultSecurityGroupNames => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has EnableAutoHealing => (is => 'ro', isa => 'Bool'); has InstallUpdatesOnBoot => (is => 'ro', isa => 'Bool'); has LayerId => (is => 'ro', isa => 'Str'); has LifecycleEventConfiguration => (is => 'ro', isa => 'Paws::OpsWorks::LifecycleEventConfiguration'); has Name => (is => 'ro', isa => 'Str'); has Packages => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Shortname => (is => 'ro', isa => 'Str'); has StackId => (is => 'ro', isa => 'Str'); has Type => (is => 'ro', isa => 'Str'); has UseEbsOptimizedInstances => (is => 'ro', isa => 'Bool'); has VolumeConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::OpsWorks::VolumeConfiguration]'); 1; ### main pod documentation begin ### =head1 NAME Paws::OpsWorks::Layer =head1 USAGE This class represents one of two things: =head3 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::Layer object: $service_obj->Method(Att1 => { Arn => $value, ..., VolumeConfigurations => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::OpsWorks::Layer object: $result = $service_obj->Method(...); $result->Att1->Arn =head1 DESCRIPTION Describes a layer. =head1 ATTRIBUTES =head2 Arn => Str The Amazon Resource Number (ARN) of a layer. =head2 Attributes => L The layer attributes. For the C, C, and C attributes, AWS OpsWorks Stacks returns C<*****FILTERED*****> instead of the actual value For an ECS Cluster layer, AWS OpsWorks Stacks the C attribute is set to the cluster's ARN. =head2 AutoAssignElasticIps => Bool Whether to automatically assign an Elastic IP address (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) to the layer's instances. For more information, see How to Edit a Layer (https://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). =head2 AutoAssignPublicIps => Bool 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 (https://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). =head2 CloudWatchLogsConfiguration => L The Amazon CloudWatch Logs configuration settings for the layer. =head2 CreatedAt => Str Date when the layer was created. =head2 CustomInstanceProfileArn => Str 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 (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). =head2 CustomJson => Str A JSON formatted string containing the layer's custom stack configuration and deployment attributes. =head2 CustomRecipes => L A C object that specifies the layer's custom recipes. =head2 CustomSecurityGroupIds => ArrayRef[Str|Undef] An array containing the layer's custom security group IDs. =head2 DefaultRecipes => L AWS OpsWorks Stacks supports five lifecycle events: B, B, B, B, and B. 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. C specifies the custom recipes for a particular layer to be run in response to each of the five events. To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the C<.rb> extension. For example: C specifies the C recipe in the repository's C folder. =head2 DefaultSecurityGroupNames => ArrayRef[Str|Undef] An array containing the layer's security group names. =head2 EnableAutoHealing => Bool Whether auto healing is disabled for the layer. =head2 InstallUpdatesOnBoot => Bool Whether to install operating system and package updates when the instance boots. The default value is C. If this value is set to C, you must then update your instances manually by using CreateDeployment to run the C stack command or manually running C (Amazon Linux) or C (Ubuntu) on the instances. We strongly recommend using the default value of C, to ensure that your instances have the latest security updates. =head2 LayerId => Str The layer ID. =head2 LifecycleEventConfiguration => L A C object that specifies the Shutdown event configuration. =head2 Name => Str The layer name. =head2 Packages => ArrayRef[Str|Undef] An array of C objects that describe the layer's packages. =head2 Shortname => Str The layer short name. =head2 StackId => Str The layer stack ID. =head2 Type => Str The layer type. =head2 UseEbsOptimizedInstances => Bool Whether the layer uses Amazon EBS-optimized instances. =head2 VolumeConfigurations => ArrayRef[L] A C object that describes the layer's Amazon EBS volumes. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut