Interface CfnSessionPropsMixin.ConnectionsListProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSessionPropsMixin.ConnectionsListProperty.Jsii$Proxy
- Enclosing class:
CfnSessionPropsMixin
@Stability(Stable)
public static interface CfnSessionPropsMixin.ConnectionsListProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the connections used by the session.
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 forCfnSessionPropsMixin.ConnectionsListPropertystatic final classAn implementation forCfnSessionPropsMixin.ConnectionsListProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnections
A list of connection names used by the session.- See Also:
-
builder
-