Interface ICfnTransitGatewayPolicyTableEntryMixinProps
Properties for CfnTransitGatewayPolicyTableEntryPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnTransitGatewayPolicyTableEntryMixinProps
Syntax (vb)
Public Interface ICfnTransitGatewayPolicyTableEntryMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var cfnTransitGatewayPolicyTableEntryMixinProps = new CfnTransitGatewayPolicyTableEntryMixinProps {
PolicyRule = new TransitGatewayPolicyRuleProperty {
DestinationCidrBlock = "destinationCidrBlock",
DestinationPortRange = "destinationPortRange",
Protocol = "protocol",
SourceCidrBlock = "sourceCidrBlock",
SourcePortRange = "sourcePortRange"
},
PolicyRuleNumber = "policyRuleNumber",
TargetRouteTableId = "targetRouteTableId",
TransitGatewayPolicyTableId = "transitGatewayPolicyTableId"
};
Synopsis
Properties
| PolicyRule | Properties for CfnTransitGatewayPolicyTableEntryPropsMixin. |
| PolicyRuleNumber | The rule number for the policy table entry. |
| TargetRouteTableId | The ID of the target route table. |
| TransitGatewayPolicyTableId | The ID of the transit gateway policy table. |
Properties
PolicyRule
Properties for CfnTransitGatewayPolicyTableEntryPropsMixin.
object? PolicyRule { get; }
Property Value
Remarks
PolicyRuleNumber
The rule number for the policy table entry.
string? PolicyRuleNumber { get; }
Property Value
Remarks
TargetRouteTableId
The ID of the target route table.
string? TargetRouteTableId { get; }
Property Value
Remarks
TransitGatewayPolicyTableId
The ID of the transit gateway policy table.
string? TransitGatewayPolicyTableId { get; }