AWSEC2TransitGatewayAttachment

Objective-C

@interface AWSEC2TransitGatewayAttachment

Swift

class AWSEC2TransitGatewayAttachment

Describes an attachment between a resource and a transit gateway.

  • The association.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2TransitGatewayAttachmentAssociation *_Nullable association;

    Swift

    var association: AWSEC2TransitGatewayAttachmentAssociation? { get set }
  • The creation time.

    Declaration

    Objective-C

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

    Swift

    var creationTime: Date? { get set }
  • The ID of the resource.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var resourceOwnerId: String? { get set }
  • The resource type. Note that the tgw-peering resource type has been deprecated.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2TransitGatewayAttachmentResourceType resourceType;

    Swift

    var resourceType: AWSEC2TransitGatewayAttachmentResourceType { get set }
  • The attachment state. Note that the initiating state has been deprecated.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2TransitGatewayAttachmentState state;

    Swift

    var state: AWSEC2TransitGatewayAttachmentState { get set }
  • The tags for the attachment.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var transitGatewayAttachmentId: String? { 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 Amazon Web Services account that owns the transit gateway.

    Declaration

    Objective-C

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

    Swift

    var transitGatewayOwnerId: String? { get set }