ResourceType
public enum ResourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case clientVpnEndpoint = "client-vpn-endpoint" -
Undocumented
Declaration
Swift
case customerGateway = "customer-gateway" -
Undocumented
Declaration
Swift
case dedicatedHost = "dedicated-host" -
Undocumented
Declaration
Swift
case dhcpOptions = "dhcp-options" -
Undocumented
Declaration
Swift
case egressOnlyInternetGateway = "egress-only-internet-gateway" -
Undocumented
Declaration
Swift
case elasticIp = "elastic-ip" -
Undocumented
Declaration
Swift
case elasticGpu = "elastic-gpu" -
Undocumented
Declaration
Swift
case exportImageTask = "export-image-task" -
Undocumented
Declaration
Swift
case exportInstanceTask = "export-instance-task" -
Undocumented
Declaration
Swift
case fleet = "fleet" -
Undocumented
Declaration
Swift
case fpgaImage = "fpga-image" -
Undocumented
Declaration
Swift
case hostReservation = "host-reservation" -
Undocumented
Declaration
Swift
case image = "image" -
Undocumented
Declaration
Swift
case importImageTask = "import-image-task" -
Undocumented
Declaration
Swift
case importSnapshotTask = "import-snapshot-task" -
Undocumented
Declaration
Swift
case instance = "instance" -
Undocumented
Declaration
Swift
case internetGateway = "internet-gateway" -
Undocumented
Declaration
Swift
case keyPair = "key-pair" -
Undocumented
Declaration
Swift
case launchTemplate = "launch-template" -
Undocumented
Declaration
Swift
case localGatewayRouteTableVpcAssociation = "local-gateway-route-table-vpc-association" -
Undocumented
Declaration
Swift
case natgateway = "natgateway" -
Undocumented
Declaration
Swift
case networkAcl = "network-acl" -
Undocumented
Declaration
Swift
case networkInterface = "network-interface" -
Undocumented
Declaration
Swift
case placementGroup = "placement-group" -
Undocumented
Declaration
Swift
case reservedInstances = "reserved-instances" -
Undocumented
Declaration
Swift
case routeTable = "route-table" -
Undocumented
Declaration
Swift
case securityGroup = "security-group" -
Undocumented
Declaration
Swift
case snapshot = "snapshot" -
Undocumented
Declaration
Swift
case spotFleetRequest = "spot-fleet-request" -
Undocumented
Declaration
Swift
case spotInstancesRequest = "spot-instances-request" -
Undocumented
Declaration
Swift
case subnet = "subnet" -
Undocumented
Declaration
Swift
case trafficMirrorFilter = "traffic-mirror-filter" -
Undocumented
Declaration
Swift
case trafficMirrorSession = "traffic-mirror-session" -
Undocumented
Declaration
Swift
case trafficMirrorTarget = "traffic-mirror-target" -
Undocumented
Declaration
Swift
case transitGateway = "transit-gateway" -
Undocumented
Declaration
Swift
case transitGatewayAttachment = "transit-gateway-attachment" -
Undocumented
Declaration
Swift
case transitGatewayMulticastDomain = "transit-gateway-multicast-domain" -
Undocumented
Declaration
Swift
case transitGatewayRouteTable = "transit-gateway-route-table" -
Undocumented
Declaration
Swift
case volume = "volume" -
Undocumented
Declaration
Swift
case vpc = "vpc" -
Undocumented
Declaration
Swift
case vpcPeeringConnection = "vpc-peering-connection" -
Undocumented
Declaration
Swift
case vpnConnection = "vpn-connection" -
Undocumented
Declaration
Swift
case vpnGateway = "vpn-gateway" -
Undocumented
Declaration
Swift
case vpcFlowLog = "vpc-flow-log" -
Declaration
Swift
public var description: String { get }
View on GitHub
ResourceType Enumeration Reference