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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.AttachPointPropertystatic final classAn implementation forCfnConnection.AttachPointProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the resource to attach to.- See Also:
-
getDirectConnectGateway
The ID of the Direct Connect Gateway to attach to.- See Also:
-
builder
-