Interface CfnJobPropsMixin.ConnectionsListProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobPropsMixin.ConnectionsListProperty.Jsii$Proxy
- Enclosing class:
CfnJobPropsMixin
@Stability(Stable)
public static interface CfnJobPropsMixin.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.cfnpropertymixins.services.glue.*;
ConnectionsListProperty connectionsListProperty = ConnectionsListProperty.builder()
.connections(List.of("connections"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobPropsMixin.ConnectionsListPropertystatic final classAn implementation forCfnJobPropsMixin.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
-