Interface CfnPrivateConnection.SelfManagedModeProperty

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

@Stability(Stable) public static interface CfnPrivateConnection.SelfManagedModeProperty extends software.amazon.jsii.JsiiSerializable
Configuration for a self-managed Private 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.devopsagent.*;
 SelfManagedModeProperty selfManagedModeProperty = SelfManagedModeProperty.builder()
         .resourceConfigurationId("resourceConfigurationId")
         .build();
 

See Also: