interface CfnTransitGatewayPolicyTableMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EC2.CfnTransitGatewayPolicyTableMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsec2#CfnTransitGatewayPolicyTableMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayPolicyTableMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_ec2.CfnTransitGatewayPolicyTableMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ec2 » CfnTransitGatewayPolicyTableMixinProps |
Properties for CfnTransitGatewayPolicyTablePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from '@aws-cdk/cfn-property-mixins';
const cfnTransitGatewayPolicyTableMixinProps: ec2.CfnTransitGatewayPolicyTableMixinProps = {
tags: [{
key: 'key',
value: 'value',
}],
transitGatewayId: 'transitGatewayId',
};
Properties
| Name | Type | Description |
|---|---|---|
| tags? | Cfn[] | |
| transit | string | The Id of transit gateway. |
tags?
Type:
Cfn[]
(optional)
transitGatewayId?
Type:
string
(optional)
The Id of transit gateway.

.NET
Go
Java
Python
TypeScript