Interface CfnConnection.ConnectionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnection.ConnectionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnConnection

@Stability(Stable) public static interface CfnConnection.ConnectionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
A configuration of the connection.

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.datazone.*;
 ConnectionConfigurationProperty connectionConfigurationProperty = ConnectionConfigurationProperty.builder()
         .classification("classification")
         .properties(Map.of(
                 "propertiesKey", "properties"))
         .build();
 

See Also: