interface CfnTransitGatewayConnectProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnTransitGatewayConnectProps |
Java | software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps |
Python | aws_cdk.aws_ec2.CfnTransitGatewayConnectProps |
TypeScript | @aws-cdk/aws-ec2 » CfnTransitGatewayConnectProps |
Properties for defining a CfnTransitGatewayConnect
.
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 cfnTransitGatewayConnectProps: ec2.CfnTransitGatewayConnectProps = {
options: {
protocol: 'protocol',
},
transportTransitGatewayAttachmentId: 'transportTransitGatewayAttachmentId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
options | IResolvable | Transit | The Connect attachment options. |
transport | string | The ID of the attachment from which the Connect attachment was created. |
tags? | Cfn [] | The tags for the attachment. |
options
Type:
IResolvable
|
Transit
The Connect attachment options.
- protocol (gre)
transportTransitGatewayAttachmentId
Type:
string
The ID of the attachment from which the Connect attachment was created.
tags?
Type:
Cfn
[]
(optional)
The tags for the attachment.