AWSEC2TransitGatewayPolicyTable

Objective-C

@interface AWSEC2TransitGatewayPolicyTable

Swift

class AWSEC2TransitGatewayPolicyTable

Describes a transit gateway policy table.

  • The timestamp when the transit gateway policy table was created.

    Declaration

    Objective-C

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

    Swift

    var creationTime: Date? { get set }
  • The state of the transit gateway policy table

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2TransitGatewayPolicyTableState state;

    Swift

    var state: AWSEC2TransitGatewayPolicyTableState { get set }
  • he key-value pairs associated with the transit gateway policy 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 policy table.

    Declaration

    Objective-C

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

    Swift

    var transitGatewayPolicyTableId: String? { get set }