AWS::EC2::TransitGatewayMeteringPolicyDescribes a transit gateway metering policy.
import { CfnTransitGatewayMeteringPolicy } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMeteringPolicyConfiguration passed to the constructor as CfnTransitGatewayMeteringPolicyProps.
transitGatewayIdRequiredstringThe ID of the transit gateway associated with the metering policy.
middleboxAttachmentIdsOptionalstring[]The IDs of the middlebox attachments associated with the metering policy.
tagsOptionalCfnTag[]The tags assigned to the transit gateway metering policy.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::TransitGatewayMeteringPolicy