NAME
Paws::Glue::CreateDevEndpointResponse
ATTRIBUTES
Arguments => Paws::Glue::MapValue
The map of arguments used to configure this DevEndpoint
.
Valid arguments are:
"--enable-glue-datacatalog": ""
You can specify a version of Python support for development endpoints by using the Arguments
parameter in the CreateDevEndpoint
or UpdateDevEndpoint
APIs. If no arguments are provided, the version defaults to Python 2.
AvailabilityZone => Str
The AWS Availability Zone where this DevEndpoint
is located.
CreatedTimestamp => Str
The point in time at which this DevEndpoint
was created.
EndpointName => Str
The name assigned to the new DevEndpoint
.
ExtraJarsS3Path => Str
Path to one or more Java .jar
files in an S3 bucket that will be loaded in your DevEndpoint
.
ExtraPythonLibsS3Path => Str
The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint
.
FailureReason => Str
The reason for a current failure in this DevEndpoint
.
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.
NumberOfNodes => Int
The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
NumberOfWorkers => Int
The number of workers of a defined workerType
that are allocated to the development endpoint.
RoleArn => Str
The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint
.
SecurityConfiguration => Str
The name of the SecurityConfiguration
structure being used with this DevEndpoint
.
SecurityGroupIds => ArrayRef[Str|Undef]
The security groups assigned to the new DevEndpoint
.
Status => Str
The current status of the new DevEndpoint
.
SubnetId => Str
The subnet ID assigned to the new DevEndpoint
.
VpcId => Str
The ID of the virtual private cloud (VPC) used by this DevEndpoint
.
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: "Standard"
, "G.1X"
, "G.2X"
=head2 YarnEndpointAddress => Str
The address of the YARN endpoint used by this DevEndpoint
.
ZeppelinRemoteSparkInterpreterPort => Int
The Apache Zeppelin port for the remote Apache Spark interpreter.