Interface CfnJob.ConnectionsListProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJob.ConnectionsListProperty.Jsii$Proxy
- Enclosing class:
CfnJob
@Stability(Stable)
public static interface CfnJob.ConnectionsListProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the connections used by a job.
Example:
// 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.*; ConnectionsListProperty connectionsListProperty = ConnectionsListProperty.builder() .connections(List.of("connections")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnJob.ConnectionsListProperty
static final class
An implementation forCfnJob.ConnectionsListProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnections
A list of connections used by the job.- See Also:
-
builder
-