Interface CfnConnection.AttachPointProperty

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

@Stability(Stable) public static interface CfnConnection.AttachPointProperty extends software.amazon.jsii.JsiiSerializable
The logical attachment point in your AWS network where the managed connection will be connected.

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.interconnect.*;
 AttachPointProperty attachPointProperty = AttachPointProperty.builder()
         .arn("arn")
         .directConnectGateway("directConnectGateway")
         .build();
 

See Also: