interface CfnTransitGatewayPeeringAttachmentProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnTransitGatewayPeeringAttachmentProps |
![]() | software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps |
![]() | aws_cdk.aws_ec2.CfnTransitGatewayPeeringAttachmentProps |
![]() | @aws-cdk/aws-ec2 » CfnTransitGatewayPeeringAttachmentProps |
Properties for defining a CfnTransitGatewayPeeringAttachment
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const cfnTransitGatewayPeeringAttachmentProps: ec2.CfnTransitGatewayPeeringAttachmentProps = {
peerAccountId: 'peerAccountId',
peerRegion: 'peerRegion',
peerTransitGatewayId: 'peerTransitGatewayId',
transitGatewayId: 'transitGatewayId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
peer | string | The ID of the AWS account that owns the transit gateway. |
peer | string | The Region of the transit gateway. |
peer | string | The ID of the transit gateway. |
transit | string | The ID of the transit gateway peering attachment. |
tags? | Cfn [] | The tags for the transit gateway peering attachment. |
peerAccountId
Type:
string
The ID of the AWS account that owns the transit gateway.
peerRegion
Type:
string
The Region of the transit gateway.
peerTransitGatewayId
Type:
string
The ID of the transit gateway.
transitGatewayId
Type:
string
The ID of the transit gateway peering attachment.
tags?
Type:
Cfn
[]
(optional)
The tags for the transit gateway peering attachment.