This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::TransitGatewayMeteringPolicy
Describes a transit gateway metering policy.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::TransitGatewayMeteringPolicy", "Properties" : { "MiddleboxAttachmentIds" :[ String, ... ], "Tags" :[ Tag, ... ], "TransitGatewayId" :String} }
YAML
Type: AWS::EC2::TransitGatewayMeteringPolicy Properties: MiddleboxAttachmentIds:- StringTags:- TagTransitGatewayId:String
Properties
MiddleboxAttachmentIds-
The IDs of the middlebox attachments associated with the metering policy.
Required: No
Type: Array of String
Update requires: No interruption
-
The tags assigned to the transit gateway metering policy.
Required: No
Type: Array of Tag
Update requires: No interruption
TransitGatewayId-
The ID of the transit gateway associated with the metering policy.
Required: Yes
Type: String
Update requires: Replacement
Return values
Ref
Fn::GetAtt
State-
The state of the transit gateway metering policy.
TransitGatewayMeteringPolicyId-
The ID of the transit gateway metering policy.
UpdateEffectiveAt-
The date and time when the metering policy update becomes effective.
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.