AWSEC2TransitGatewayRouteTable

Objective-C

@interface AWSEC2TransitGatewayRouteTable

Swift

class AWSEC2TransitGatewayRouteTable

Describes a transit gateway route table.

  • The creation time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTime;

    Swift

    var creationTime: Date? { get set }
  • Indicates whether this is the default association route table for the transit gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable defaultAssociationRouteTable;

    Swift

    var defaultAssociationRouteTable: NSNumber? { get set }
  • Indicates whether this is the default propagation route table for the transit gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable defaultPropagationRouteTable;

    Swift

    var defaultPropagationRouteTable: NSNumber? { get set }
  • The state of the transit gateway route table.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2TransitGatewayRouteTableState state;

    Swift

    var state: AWSEC2TransitGatewayRouteTableState { get set }
  • Any tags assigned to the route table.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }
  • The ID of the transit gateway.

    Declaration

    Objective-C

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

    Swift

    var transitGatewayId: String? { get set }
  • The ID of the transit gateway route table.

    Declaration

    Objective-C

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

    Swift

    var transitGatewayRouteTableId: String? { get set }