Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnDevEndpointPropsMixin.Builder
Packages that use CfnDevEndpointPropsMixin.Builder
-
Uses of CfnDevEndpointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnDevEndpointPropsMixin.BuilderModifier and TypeMethodDescriptionA map of arguments used to configure theDevEndpoint.CfnDevEndpointPropsMixin.Builder.create()CfnDevEndpointPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDevEndpointPropsMixin.Builder.endpointName(String endpointName) The name of theDevEndpoint.CfnDevEndpointPropsMixin.Builder.extraJarsS3Path(String extraJarsS3Path) The path to one or more Java.jarfiles in an S3 bucket that should be loaded in yourDevEndpoint.CfnDevEndpointPropsMixin.Builder.extraPythonLibsS3Path(String extraPythonLibsS3Path) The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in yourDevEndpoint.CfnDevEndpointPropsMixin.Builder.glueVersion(String glueVersion) The AWS Glue version determines the versions of Apache Spark and Python that AWS Glue supports.CfnDevEndpointPropsMixin.Builder.numberOfNodes(Number numberOfNodes) The number of AWS Glue Data Processing Units (DPUs) allocated to thisDevEndpoint.CfnDevEndpointPropsMixin.Builder.numberOfWorkers(Number numberOfWorkers) The number of workers of a definedworkerTypethat are allocated to the development endpoint.The public key to be used by thisDevEndpointfor authentication.CfnDevEndpointPropsMixin.Builder.publicKeys(List<String> publicKeys) A list of public keys to be used by theDevEndpointsfor authentication.The Amazon Resource Name (ARN) of the IAM role used in thisDevEndpoint.CfnDevEndpointPropsMixin.Builder.securityConfiguration(String securityConfiguration) The name of theSecurityConfigurationstructure to be used with thisDevEndpoint.CfnDevEndpointPropsMixin.Builder.securityGroupIds(List<String> securityGroupIds) A list of security group identifiers used in thisDevEndpoint.The subnet ID for thisDevEndpoint.The tags to use with this DevEndpoint.CfnDevEndpointPropsMixin.Builder.workerType(String workerType) The type of predefined worker that is allocated to the development endpoint.