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: