Interface CfnTransitGatewayPolicyTableEntryMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayPolicyTableEntryMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:26.750Z")
@Stability(Stable)
public interface CfnTransitGatewayPolicyTableEntryMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayPolicyTableEntryPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnTransitGatewayPolicyTableEntryMixinProps cfnTransitGatewayPolicyTableEntryMixinProps = CfnTransitGatewayPolicyTableEntryMixinProps.builder()
.policyRule(TransitGatewayPolicyRuleProperty.builder()
.destinationCidrBlock("destinationCidrBlock")
.destinationPortRange("destinationPortRange")
.protocol("protocol")
.sourceCidrBlock("sourceCidrBlock")
.sourcePortRange("sourcePortRange")
.build())
.policyRuleNumber("policyRuleNumber")
.targetRouteTableId("targetRouteTableId")
.transitGatewayPolicyTableId("transitGatewayPolicyTableId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayPolicyTableEntryMixinPropsstatic final classAn implementation forCfnTransitGatewayPolicyTableEntryMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnTransitGatewayPolicyTableEntryPropsMixin.TransitGatewayPolicyRulePropertydefault StringThe rule number for the policy table entry.default StringThe ID of the target route table.default StringThe ID of the transit gateway policy table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicyRule
Returns union: eitherIResolvableorCfnTransitGatewayPolicyTableEntryPropsMixin.TransitGatewayPolicyRuleProperty- See Also:
-
getPolicyRuleNumber
The rule number for the policy table entry.- See Also:
-
getTargetRouteTableId
The ID of the target route table.- See Also:
-
getTransitGatewayPolicyTableId
The ID of the transit gateway policy table.- See Also:
-
builder
-