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::Glue::DevEndpoint; 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 LastModifiedTimestamp => (is => 'ro', isa => 'Str'); has LastUpdateStatus => (is => 'ro', isa => 'Str'); has NumberOfNodes => (is => 'ro', isa => 'Int'); has NumberOfWorkers => (is => 'ro', isa => 'Int'); has PrivateAddress => (is => 'ro', isa => 'Str'); has PublicAddress => (is => 'ro', isa => 'Str'); has PublicKey => (is => 'ro', isa => 'Str'); has PublicKeys => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 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'); 1; ### main pod documentation begin ### =head1 NAME Paws::Glue::DevEndpoint =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::Glue::DevEndpoint object: $service_obj->Method(Att1 => { Arguments => $value, ..., ZeppelinRemoteSparkInterpreterPort => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::DevEndpoint object: $result = $service_obj->Method(...); $result->Att1->Arguments =head1 DESCRIPTION A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts. =head1 ATTRIBUTES =head2 Arguments => L A map of arguments used to configure the 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 DevEndpoint was created. =head2 EndpointName => Str The name of the C. =head2 ExtraJarsS3Path => Str The path to one or more Java C<.jar> files in an S3 bucket that should be loaded in your C. You can only use pure Java/Scala libraries with a C. =head2 ExtraPythonLibsS3Path => Str The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your C. Multiple values must be complete paths separated by a comma. You can only use pure Python libraries with a C. Libraries that rely on C extensions, such as the pandas (http://pandas.pydata.org/) Python data analysis library, are not currently supported. =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. Development endpoints that are created without specifying a Glue version default to Glue 0.9. 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 LastModifiedTimestamp => Str The point in time at which this C was last modified. =head2 LastUpdateStatus => Str The status of the last update. =head2 NumberOfNodes => Int The number of Glue Data Processing Units (DPUs) allocated to this C. =head2 NumberOfWorkers => Int The number of workers of a defined C that are allocated to the development endpoint. The maximum number of workers you can define are 299 for C, and 149 for C. =head2 PrivateAddress => Str A private IP address to access the C within a VPC if the C is created within one. The C field is present only when you create the C within your VPC. =head2 PublicAddress => Str The public IP address used by this C. The C field is present only when you create a non-virtual private cloud (VPC) C. =head2 PublicKey => Str The public key to be used by this C for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys. =head2 PublicKeys => ArrayRef[Str|Undef] A list of public keys to be used by the C for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client. If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the C API operation with the public key content in the C attribute, and the list of new keys in the C attribute. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the IAM role used in this C. =head2 SecurityConfiguration => Str The name of the C structure to be used with this C. =head2 SecurityGroupIds => ArrayRef[Str|Undef] A list of security group identifiers used in this C. =head2 Status => Str The current status of this C. =head2 SubnetId => Str The subnet ID for this 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. Accepts a value of Standard, G.1X, or G.2X. =over =item * For the C worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. =item * For the C worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. =item * For the C worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. =back Known issue: when a development endpoint is created with the C C configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk. =head2 YarnEndpointAddress => Str The YARN endpoint address used by this C. =head2 ZeppelinRemoteSparkInterpreterPort => Int The Apache Zeppelin port for the remote Apache Spark interpreter. =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