AWSEC2TransitGatewayPolicyTableEntry

Objective-C

@interface AWSEC2TransitGatewayPolicyTableEntry

Swift

class AWSEC2TransitGatewayPolicyTableEntry

Describes a transit gateway policy table entry

  • The policy rule associated with the transit gateway policy table.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2TransitGatewayPolicyRule *_Nullable policyRule;

    Swift

    var policyRule: AWSEC2TransitGatewayPolicyRule? { get set }
  • The rule number for the transit gateway policy table entry.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable policyRuleNumber;

    Swift

    var policyRuleNumber: String? { get set }
  • The ID of the target route table.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable targetRouteTableId;

    Swift

    var targetRouteTableId: String? { get set }