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();