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::CreateEnvironment; use Moose; has ApplicationName => (is => 'ro', isa => 'Str', required => 1); has CNAMEPrefix => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has EnvironmentName => (is => 'ro', isa => 'Str'); has GroupName => (is => 'ro', isa => 'Str'); has OperationsRole => (is => 'ro', isa => 'Str'); has OptionSettings => (is => 'ro', isa => 'ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]'); has OptionsToRemove => (is => 'ro', isa => 'ArrayRef[Paws::ElasticBeanstalk::OptionSpecification]'); has PlatformArn => (is => 'ro', isa => 'Str'); has SolutionStackName => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ElasticBeanstalk::Tag]'); has TemplateName => (is => 'ro', isa => 'Str'); has Tier => (is => 'ro', isa => 'Paws::ElasticBeanstalk::EnvironmentTier'); has VersionLabel => (is => 'ro', isa => 'Str'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateEnvironment'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::ElasticBeanstalk::EnvironmentDescription'); class_has _result_key => (isa => 'Str', is => 'ro', default => 'CreateEnvironmentResult'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElasticBeanstalk::CreateEnvironment - Arguments for method CreateEnvironment on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateEnvironment on the L service. Use the attributes of this class as arguments to method CreateEnvironment. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateEnvironment. =head1 SYNOPSIS my $elasticbeanstalk = Paws->service('ElasticBeanstalk'); # To create a new environment for an application # The following operation creates a new environment for version v1 of a java # application named my-app: my $EnvironmentDescription = $elasticbeanstalk->CreateEnvironment( 'ApplicationName' => 'my-app', 'CNAMEPrefix' => 'my-app', 'EnvironmentName' => 'my-env', 'SolutionStackName' => '64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8', 'VersionLabel' => 'v1' ); # Results: my $ApplicationName = $EnvironmentDescription->ApplicationName; my $CNAME = $EnvironmentDescription->CNAME; my $DateCreated = $EnvironmentDescription->DateCreated; my $DateUpdated = $EnvironmentDescription->DateUpdated; my $EnvironmentId = $EnvironmentDescription->EnvironmentId; my $EnvironmentName = $EnvironmentDescription->EnvironmentName; my $Health = $EnvironmentDescription->Health; my $SolutionStackName = $EnvironmentDescription->SolutionStackName; my $Status = $EnvironmentDescription->Status; my $Tier = $EnvironmentDescription->Tier; my $VersionLabel = $EnvironmentDescription->VersionLabel; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 B ApplicationName => Str The name of the application that is associated with this environment. =head2 CNAMEPrefix => Str If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name. =head2 Description => Str Your description for this environment. =head2 EnvironmentName => Str A unique name for the environment. Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique within a region in your account. If the specified name already exists in the region, Elastic Beanstalk returns an C error. If you don't specify the C parameter, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application. =head2 GroupName => Str The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name parameter. See Environment Manifest (env.yaml) (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html) for details. =head2 OperationsRole => Str The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream services during this call and during subsequent calls acting on this environment. To specify an operations role, you must have the C permission for the role. For more information, see Operations roles (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the I. =head2 OptionSettings => ArrayRef[L] If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template. =head2 OptionsToRemove => ArrayRef[L] A list of custom user-defined configuration options to remove from the configuration set for this new environment. =head2 PlatformArn => Str The Amazon Resource Name (ARN) of the custom platform to use with the environment. For more information, see Custom Platforms (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html) in the I. If you specify C, don't specify C. =head2 SolutionStackName => Str The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. If specified, Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. For a list of current solution stacks, see Elastic Beanstalk Supported Platforms (https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html) in the I guide. If you specify C, don't specify C or C. =head2 Tags => ArrayRef[L] Specifies the tags applied to resources in the environment. =head2 TemplateName => Str The name of the Elastic Beanstalk configuration template to use with the environment. If you specify C, then don't specify C. =head2 Tier => L Specifies the tier to use in creating this environment. The environment tier that you choose determines whether Elastic Beanstalk provisions resources to support a web application that handles HTTP(S) requests or a web application that handles background-processing tasks. =head2 VersionLabel => Str The name of the application version to deploy. Default: If not specified, Elastic Beanstalk attempts to deploy the sample application. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateEnvironment in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut