TransitGatewayAttachmentResourceType

public enum TransitGatewayAttachmentResourceType : String, CustomStringConvertible, Codable

Undocumented

  • vpc

    Undocumented

    Declaration

    Swift

    case vpc = "vpc"
  • vpn

    Undocumented

    Declaration

    Swift

    case vpn = "vpn"
  • Undocumented

    Declaration

    Swift

    case directConnectGateway = "direct-connect-gateway"
  • Undocumented

    Declaration

    Swift

    case peering = "peering"
  • Undocumented

    Declaration

    Swift

    case tgwPeering = "tgw-peering"
  • Declaration

    Swift

    public var description: String { get }