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` package Paws::ElasticBeanstalk::EnvironmentDescription; use Moose; has AbortableOperationInProgress => (is => 'ro', isa => 'Bool'); has ApplicationName => (is => 'ro', isa => 'Str'); has CNAME => (is => 'ro', isa => 'Str'); has DateCreated => (is => 'ro', isa => 'Str'); has DateUpdated => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has EndpointURL => (is => 'ro', isa => 'Str'); has EnvironmentArn => (is => 'ro', isa => 'Str'); has EnvironmentId => (is => 'ro', isa => 'Str'); has EnvironmentLinks => (is => 'ro', isa => 'ArrayRef[Paws::ElasticBeanstalk::EnvironmentLink]'); has EnvironmentName => (is => 'ro', isa => 'Str'); has Health => (is => 'ro', isa => 'Str'); has HealthStatus => (is => 'ro', isa => 'Str'); has OperationsRole => (is => 'ro', isa => 'Str'); has PlatformArn => (is => 'ro', isa => 'Str'); has Resources => (is => 'ro', isa => 'Paws::ElasticBeanstalk::EnvironmentResourcesDescription'); has SolutionStackName => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has TemplateName => (is => 'ro', isa => 'Str'); has Tier => (is => 'ro', isa => 'Paws::ElasticBeanstalk::EnvironmentTier'); has VersionLabel => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElasticBeanstalk::EnvironmentDescription =head1 ATTRIBUTES =head2 AbortableOperationInProgress => Bool Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. C There is an update in progress. C There are no updates currently in progress. =head2 ApplicationName => Str The name of the application associated with this environment. =head2 CNAME => Str The URL to the CNAME for this environment. =head2 DateCreated => Str The creation date for this environment. =head2 DateUpdated => Str The last modified date for this environment. =head2 Description => Str Describes this environment. =head2 EndpointURL => Str For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance. =head2 EnvironmentArn => Str The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN. =head2 EnvironmentId => Str The ID of this environment. =head2 EnvironmentLinks => ArrayRef[L] A list of links to other environments in the same group. =head2 EnvironmentName => Str The name of this environment. =head2 Health => Str Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: =over =item * C: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. =item * C: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. =item * C: Indicates the environment is healthy and fully functional. =item * C: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an C or C request. =back Default: C Valid values are: C<"Green">, C<"Yellow">, C<"Red">, C<"Grey"> =head2 HealthStatus => Str Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html). Valid values are: C<"NoData">, C<"Unknown">, C<"Pending">, C<"Ok">, C<"Info">, C<"Warning">, C<"Degraded">, C<"Severe">, C<"Suspended"> =head2 OperationsRole => Str The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the I. =head2 PlatformArn => Str The ARN of the platform version. =head2 Resources => L The description of the AWS resources used by this environment. =head2 SolutionStackName => Str The name of the C deployed with this environment. =head2 Status => Str The current operational status of the environment: =over =item * C: Environment is in the process of initial deployment. =item * C: Environment is in the process of updating its configuration settings or application version. =item * C: Environment is available to have an action performed on it, such as update or terminate. =item * C: Environment is in the shut-down process. =item * C: Environment is not running. =back Valid values are: C<"Aborting">, C<"Launching">, C<"Updating">, C<"LinkingFrom">, C<"LinkingTo">, C<"Ready">, C<"Terminating">, C<"Terminated"> =head2 TemplateName => Str The name of the configuration template used to originally launch this environment. =head2 Tier => L Describes the current tier of this environment. =head2 VersionLabel => Str The application version deployed in this environment. =head2 _request_id => Str =cut