AWS::EC2::TransitGatewayMeteringPolicyEntryCreates an entry in a transit gateway metering policy to define traffic measurement rules.
import { CfnTransitGatewayMeteringPolicyEntry } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMeteringPolicyEntryConfiguration passed to the constructor as CfnTransitGatewayMeteringPolicyEntryProps.
meteredAccountRequiredstringThe AWS account ID to which the metered traffic is attributed.
policyRuleNumberRequirednumberThe rule number of the metering policy entry.
transitGatewayMeteringPolicyIdRequiredstringThe ID of the transit gateway metering policy for which the entry is being created.
destinationCidrBlockOptionalstringDescribes an IPv4 CIDR block.
destinationPortRangeOptionalstringDescribes a range of ports.
destinationTransitGatewayAttachmentIdOptionalstringThe ID of the source attachment through which traffic leaves a transit gateway.
destinationTransitGatewayAttachmentTypeOptionalstringprotocolOptionalstringThe protocol of the traffic.
sourceCidrBlockOptionalstringDescribes an IPv4 CIDR block.
sourcePortRangeOptionalstringDescribes a range of ports.
sourceTransitGatewayAttachmentIdOptionalstringThe ID of the source attachment through which traffic enters a transit gateway.
sourceTransitGatewayAttachmentTypeOptionalstringThis 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::TransitGatewayMeteringPolicyEntry