| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.arguments(Object arguments)
A map of arguments used to configure the `DevEndpoint` .
|
static CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.endpointName(String endpointName)
The name of the `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.extraJarsS3Path(String extraJarsS3Path)
The path to one or more Java `.jar` files in an S3 bucket that should be loaded in your `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path)
The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.glueVersion(String glueVersion)
The AWS Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.numberOfNodes(Number numberOfNodes)
The number of AWS Glue Data Processing Units (DPUs) allocated to this `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.numberOfWorkers(Number numberOfWorkers)
The number of workers of a defined `workerType` that are allocated to the development endpoint.
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.publicKey(String publicKey)
The public key to be used by this `DevEndpoint` for authentication.
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.publicKeys(List<String> publicKeys)
A list of public keys to be used by the `DevEndpoints` for authentication.
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used in this `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.securityConfiguration(String securityConfiguration)
The name of the `SecurityConfiguration` structure to be used with this `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.securityGroupIds(List<String> securityGroupIds)
A list of security group identifiers used in this `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.subnetId(String subnetId)
The subnet ID for this `DevEndpoint` .
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.tags(Object tags)
The tags to use with this DevEndpoint.
|
CfnDevEndpoint.Builder |
CfnDevEndpoint.Builder.workerType(String workerType)
The type of predefined worker that is allocated to the development endpoint.
|
Copyright © 2022. All rights reserved.