Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypolicytableentry.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypolicytableentry.html#cfn-ec2-transitgatewaypolicytableentry-policyrule

Type union: either IResolvable or CfnTransitGatewayPolicyTableEntryPropsMixin.ITransitGatewayPolicyRuleProperty

PolicyRuleNumber

The rule number for the policy table entry.

string? PolicyRuleNumber { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypolicytableentry.html#cfn-ec2-transitgatewaypolicytableentry-policyrulenumber

TargetRouteTableId

The ID of the target route table.

string? TargetRouteTableId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypolicytableentry.html#cfn-ec2-transitgatewaypolicytableentry-targetroutetableid

TransitGatewayPolicyTableId

The ID of the transit gateway policy table.

string? TransitGatewayPolicyTableId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaypolicytableentry.html#cfn-ec2-transitgatewaypolicytableentry-transitgatewaypolicytableid

Back to top Generated by DocFX