Address
import type { Address } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Address {
AllocationId?: string | null;
AssociationId?: string | null;
CarrierIp?: string | null;
CustomerOwnedIp?: string | null;
CustomerOwnedIpv4Pool?: string | null;
Domain?: DomainType | null;
InstanceId?: string | null;
NetworkBorderGroup?: string | null;
NetworkInterfaceId?: string | null;
NetworkInterfaceOwnerId?: string | null;
PrivateIpAddress?: string | null;
PublicIp?: string | null;
PublicIpv4Pool?: string | null;
Tags: Tag[];
}§Properties
§
Domain?: DomainType | null
[src]