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::Glue::CreateDevEndpointResponse; use Moose; has Arguments => (is => 'ro', isa => 'Paws::Glue::MapValue'); has AvailabilityZone => (is => 'ro', isa => 'Str'); has CreatedTimestamp => (is => 'ro', isa => 'Str'); has EndpointName => (is => 'ro', isa => 'Str'); has ExtraJarsS3Path => (is => 'ro', isa => 'Str'); has ExtraPythonLibsS3Path => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has GlueVersion => (is => 'ro', isa => 'Str'); has NumberOfNodes => (is => 'ro', isa => 'Int'); has NumberOfWorkers => (is => 'ro', isa => 'Int'); has RoleArn => (is => 'ro', isa => 'Str'); has SecurityConfiguration => (is => 'ro', isa => 'Str'); has SecurityGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Status => (is => 'ro', isa => 'Str'); has SubnetId => (is => 'ro', isa => 'Str'); has VpcId => (is => 'ro', isa => 'Str'); has WorkerType => (is => 'ro', isa => 'Str'); has YarnEndpointAddress => (is => 'ro', isa => 'Str'); has ZeppelinRemoteSparkInterpreterPort => (is => 'ro', isa => 'Int'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Glue::CreateDevEndpointResponse =head1 ATTRIBUTES =head2 Arguments => L The map of arguments used to configure this C. Valid arguments are: =over =item * C<"--enable-glue-datacatalog": ""> =back You can specify a version of Python support for development endpoints by using the C parameter in the C or C APIs. If no arguments are provided, the version defaults to Python 2. =head2 AvailabilityZone => Str The AWS Availability Zone where this C is located. =head2 CreatedTimestamp => Str The point in time at which this C was created. =head2 EndpointName => Str The name assigned to the new C. =head2 ExtraJarsS3Path => Str Path to one or more Java C<.jar> files in an S3 bucket that will be loaded in your C. =head2 ExtraPythonLibsS3Path => Str The paths to one or more Python libraries in an S3 bucket that will be loaded in your C. =head2 FailureReason => Str The reason for a current failure in this C. =head2 GlueVersion => Str Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version (https://docs.aws.amazon.com/glue/latest/dg/add-job.html) in the developer guide. =head2 NumberOfNodes => Int The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint. =head2 NumberOfWorkers => Int The number of workers of a defined C that are allocated to the development endpoint. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the role assigned to the new C. =head2 SecurityConfiguration => Str The name of the C structure being used with this C. =head2 SecurityGroupIds => ArrayRef[Str|Undef] The security groups assigned to the new C. =head2 Status => Str The current status of the new C. =head2 SubnetId => Str The subnet ID assigned to the new C. =head2 VpcId => Str The ID of the virtual private cloud (VPC) used by this C. =head2 WorkerType => Str The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X. Valid values are: C<"Standard">, C<"G.1X">, C<"G.2X"> =head2 YarnEndpointAddress => Str The address of the YARN endpoint used by this C. =head2 ZeppelinRemoteSparkInterpreterPort => Int The Apache Zeppelin port for the remote Apache Spark interpreter. =head2 _request_id => Str =cut 1;