Interface CfnTransitGatewayMeteringPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMeteringPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:19.218Z")
@Stability(Stable)
public interface CfnTransitGatewayMeteringPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTransitGatewayMeteringPolicy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnTransitGatewayMeteringPolicyProps cfnTransitGatewayMeteringPolicyProps = CfnTransitGatewayMeteringPolicyProps.builder()
.transitGatewayId("transitGatewayId")
// the properties below are optional
.middleboxAttachmentIds(List.of("middleboxAttachmentIds"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMeteringPolicyPropsstatic final classAn implementation forCfnTransitGatewayMeteringPolicyProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTransitGatewayId
The ID of the transit gateway associated with the metering policy.- See Also:
-
getMiddleboxAttachmentIds
The IDs of the middlebox attachments associated with the metering policy.- See Also:
-
getTags
The tags assigned to the transit gateway metering policy.- See Also:
-
builder
-