CfnDevEndpointProps¶
-
class
aws_cdk.aws_glue.
CfnDevEndpointProps
(*, role_arn, arguments=None, endpoint_name=None, extra_jars_s3_path=None, extra_python_libs_s3_path=None, glue_version=None, number_of_nodes=None, number_of_workers=None, public_key=None, public_keys=None, security_configuration=None, security_group_ids=None, subnet_id=None, tags=None, worker_type=None)¶ Bases:
object
Properties for defining a
AWS::Glue::DevEndpoint
.- Parameters
role_arn (
str
) –AWS::Glue::DevEndpoint.RoleArn
.arguments (
Optional
[Any
]) –AWS::Glue::DevEndpoint.Arguments
.endpoint_name (
Optional
[str
]) –AWS::Glue::DevEndpoint.EndpointName
.extra_jars_s3_path (
Optional
[str
]) –AWS::Glue::DevEndpoint.ExtraJarsS3Path
.extra_python_libs_s3_path (
Optional
[str
]) –AWS::Glue::DevEndpoint.ExtraPythonLibsS3Path
.glue_version (
Optional
[str
]) –AWS::Glue::DevEndpoint.GlueVersion
.number_of_nodes (
Union
[int
,float
,None
]) –AWS::Glue::DevEndpoint.NumberOfNodes
.number_of_workers (
Union
[int
,float
,None
]) –AWS::Glue::DevEndpoint.NumberOfWorkers
.public_key (
Optional
[str
]) –AWS::Glue::DevEndpoint.PublicKey
.public_keys (
Optional
[List
[str
]]) –AWS::Glue::DevEndpoint.PublicKeys
.security_configuration (
Optional
[str
]) –AWS::Glue::DevEndpoint.SecurityConfiguration
.security_group_ids (
Optional
[List
[str
]]) –AWS::Glue::DevEndpoint.SecurityGroupIds
.subnet_id (
Optional
[str
]) –AWS::Glue::DevEndpoint.SubnetId
.tags (
Optional
[Any
]) –AWS::Glue::DevEndpoint.Tags
.worker_type (
Optional
[str
]) –AWS::Glue::DevEndpoint.WorkerType
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html
Attributes
-
arguments
¶ AWS::Glue::DevEndpoint.Arguments
.
-
endpoint_name
¶ AWS::Glue::DevEndpoint.EndpointName
.
-
extra_jars_s3_path
¶ AWS::Glue::DevEndpoint.ExtraJarsS3Path
.
-
extra_python_libs_s3_path
¶ AWS::Glue::DevEndpoint.ExtraPythonLibsS3Path
.
-
glue_version
¶ AWS::Glue::DevEndpoint.GlueVersion
.
-
number_of_nodes
¶ AWS::Glue::DevEndpoint.NumberOfNodes
.- Link
- Return type
Union
[int
,float
,None
]
-
number_of_workers
¶ AWS::Glue::DevEndpoint.NumberOfWorkers
.- Link
- Return type
Union
[int
,float
,None
]
-
public_key
¶ AWS::Glue::DevEndpoint.PublicKey
.
-
public_keys
¶ AWS::Glue::DevEndpoint.PublicKeys
.- Link
- Return type
Optional
[List
[str
]]
-
role_arn
¶ AWS::Glue::DevEndpoint.RoleArn
.
-
security_configuration
¶ AWS::Glue::DevEndpoint.SecurityConfiguration
.
-
security_group_ids
¶ AWS::Glue::DevEndpoint.SecurityGroupIds
.- Link
- Return type
Optional
[List
[str
]]
-
subnet_id
¶ AWS::Glue::DevEndpoint.SubnetId
.
AWS::Glue::DevEndpoint.Tags
.
-
worker_type
¶ AWS::Glue::DevEndpoint.WorkerType
.