AWSEC2PeeringTgwInfo

Objective-C

@interface AWSEC2PeeringTgwInfo

Swift

class AWSEC2PeeringTgwInfo

Information about the transit gateway in the peering attachment.

  • The ID of the core network where the transit gateway peer is located.

    Declaration

    Objective-C

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

    Swift

    var coreNetworkId: String? { get set }
  • The ID of the Amazon Web Services account that owns the transit gateway.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }
  • The Region of the transit gateway.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var transitGatewayId: String? { get set }