@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.789Z") @Stability(value=Stable) public interface CfnDevEndpointProps extends software.amazon.jsii.JsiiSerializable
Example:
// Example automatically generated from non-compiling source. May contain errors.
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
Object arguments;
Object tags;
CfnDevEndpointProps cfnDevEndpointProps = CfnDevEndpointProps.builder()
.roleArn("roleArn")
// the properties below are optional
.arguments(arguments)
.endpointName("endpointName")
.extraJarsS3Path("extraJarsS3Path")
.extraPythonLibsS3Path("extraPythonLibsS3Path")
.glueVersion("glueVersion")
.numberOfNodes(123)
.numberOfWorkers(123)
.publicKey("publicKey")
.publicKeys(List.of("publicKeys"))
.securityConfiguration("securityConfiguration")
.securityGroupIds(List.of("securityGroupIds"))
.subnetId("subnetId")
.tags(tags)
.workerType("workerType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDevEndpointProps.Builder
A builder for
CfnDevEndpointProps |
static class |
CfnDevEndpointProps.Jsii$Proxy
An implementation for
CfnDevEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDevEndpointProps.Builder |
builder() |
default Object |
getArguments()
`AWS::Glue::DevEndpoint.Arguments`.
|
default String |
getEndpointName()
`AWS::Glue::DevEndpoint.EndpointName`.
|
default String |
getExtraJarsS3Path()
`AWS::Glue::DevEndpoint.ExtraJarsS3Path`.
|
default String |
getExtraPythonLibsS3Path()
`AWS::Glue::DevEndpoint.ExtraPythonLibsS3Path`.
|
default String |
getGlueVersion()
`AWS::Glue::DevEndpoint.GlueVersion`.
|
default Number |
getNumberOfNodes()
`AWS::Glue::DevEndpoint.NumberOfNodes`.
|
default Number |
getNumberOfWorkers()
`AWS::Glue::DevEndpoint.NumberOfWorkers`.
|
default String |
getPublicKey()
`AWS::Glue::DevEndpoint.PublicKey`.
|
default List<String> |
getPublicKeys()
`AWS::Glue::DevEndpoint.PublicKeys`.
|
String |
getRoleArn()
`AWS::Glue::DevEndpoint.RoleArn`.
|
default String |
getSecurityConfiguration()
`AWS::Glue::DevEndpoint.SecurityConfiguration`.
|
default List<String> |
getSecurityGroupIds()
`AWS::Glue::DevEndpoint.SecurityGroupIds`.
|
default String |
getSubnetId()
`AWS::Glue::DevEndpoint.SubnetId`.
|
default Object |
getTags()
`AWS::Glue::DevEndpoint.Tags`.
|
default String |
getWorkerType()
`AWS::Glue::DevEndpoint.WorkerType`.
|
@Stability(value=Stable) @Nullable default Object getArguments()
@Stability(value=Stable) @Nullable default String getEndpointName()
@Stability(value=Stable) @Nullable default String getExtraJarsS3Path()
@Stability(value=Stable) @Nullable default String getExtraPythonLibsS3Path()
@Stability(value=Stable) @Nullable default String getGlueVersion()
@Stability(value=Stable) @Nullable default Number getNumberOfNodes()
@Stability(value=Stable) @Nullable default Number getNumberOfWorkers()
@Stability(value=Stable) @Nullable default String getPublicKey()
@Stability(value=Stable) @Nullable default List<String> getPublicKeys()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getSecurityConfiguration()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getSubnetId()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getWorkerType()
@Stability(value=Stable) static CfnDevEndpointProps.Builder builder()
CfnDevEndpointProps.Builder of CfnDevEndpointPropsCopyright © 2021. All rights reserved.