Interface CfnPrivateConnectionPropsMixin.SelfManagedModeProperty

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

@Stability(Stable) public static interface CfnPrivateConnectionPropsMixin.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.cfnpropertymixins.services.devopsagent.*;
 SelfManagedModeProperty selfManagedModeProperty = SelfManagedModeProperty.builder()
         .resourceConfigurationId("resourceConfigurationId")
         .build();
 

See Also: