interface RemoteAccountProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Interconnect.CfnConnectionPropsMixin.RemoteAccountProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinterconnect#CfnConnectionPropsMixin_RemoteAccountProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.interconnect.CfnConnectionPropsMixin.RemoteAccountProperty |
Python | aws_cdk.cfn_property_mixins.aws_interconnect.CfnConnectionPropsMixin.RemoteAccountProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_interconnect » CfnConnectionPropsMixin » RemoteAccountProperty |
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 { aws_interconnect as interconnect } from '@aws-cdk/cfn-property-mixins';
const remoteAccountProperty: interconnect.CfnConnectionPropsMixin.RemoteAccountProperty = {
identifier: 'identifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier? | string | The identifier of the remote account. |
identifier?
Type:
string
(optional)
The identifier of the remote account.

.NET
Go
Java
Python
TypeScript