Interface CfnConnectionPropsMixin.RemoteAccountProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.RemoteAccountProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.RemoteAccountProperty
extends software.amazon.jsii.JsiiSerializable
The remote account identifier for the connection.
Required when creating a connection through AWS. Replaces RemoteOwnerAccount.
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.interconnect.*;
RemoteAccountProperty remoteAccountProperty = RemoteAccountProperty.builder()
.identifier("identifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.RemoteAccountPropertystatic final classAn implementation forCfnConnectionPropsMixin.RemoteAccountProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdentifier
The identifier of the remote account.- See Also:
-
builder
-