interface RemoteAccountProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Interconnect.CfnConnection.RemoteAccountProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinterconnect#CfnConnection_RemoteAccountProperty |
Java | software.amazon.awscdk.services.interconnect.CfnConnection.RemoteAccountProperty |
Python | aws_cdk.aws_interconnect.CfnConnection.RemoteAccountProperty |
TypeScript | aws-cdk-lib » aws_interconnect » CfnConnection » 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-lib';
const remoteAccountProperty: interconnect.CfnConnection.RemoteAccountProperty = {
identifier: 'identifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier | string | The identifier of the remote account. |
identifier
Type:
string
The identifier of the remote account.

.NET
Go
Java
Python
TypeScript