AWSEC2IpamPoolAllocationResourceType

Objective-C

NS_ENUM(NSInteger, AWSEC2IpamPoolAllocationResourceType) {
    AWSEC2IpamPoolAllocationResourceTypeUnknown,
    AWSEC2IpamPoolAllocationResourceTypeIpamPool,
    AWSEC2IpamPoolAllocationResourceTypeVPC,
    AWSEC2IpamPoolAllocationResourceTypeEc2PublicIpv4Pool,
    AWSEC2IpamPoolAllocationResourceTypeCustom,
    AWSEC2IpamPoolAllocationResourceTypeSubnet,
}

Swift

enum AWSEC2IpamPoolAllocationResourceType : Int, @unchecked Sendable

Undocumented