AWSEC2TransitGatewayAttachmentResourceType

Objective-C

NS_ENUM(NSInteger, AWSEC2TransitGatewayAttachmentResourceType) {
    AWSEC2TransitGatewayAttachmentResourceTypeUnknown,
    AWSEC2TransitGatewayAttachmentResourceTypeVPC,
    AWSEC2TransitGatewayAttachmentResourceTypeVpn,
    AWSEC2TransitGatewayAttachmentResourceTypeDirectConnectGateway,
    AWSEC2TransitGatewayAttachmentResourceTypeConnect,
    AWSEC2TransitGatewayAttachmentResourceTypePeering,
    AWSEC2TransitGatewayAttachmentResourceTypeTgwPeering,
}

Swift

enum AWSEC2TransitGatewayAttachmentResourceType : Int, @unchecked Sendable

Undocumented