Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEc2EipDetails

import type { AwsEc2EipDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about an Elastic IP address.

interface AwsEc2EipDetails {
AllocationId?: string | null;
AssociationId?: string | null;
Domain?: string | null;
InstanceId?: string | null;
NetworkBorderGroup?: string | null;
NetworkInterfaceId?: string | null;
NetworkInterfaceOwnerId?: string | null;
PrivateIpAddress?: string | null;
PublicIp?: string | null;
PublicIpv4Pool?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.

§
AssociationId?: string | null
[src]

The identifier that represents the association of the Elastic IP address with an EC2 instance.

§
Domain?: string | null
[src]

The domain in which to allocate the address.

If the address is for use with EC2 instances in a VPC, then Domain is vpc. Otherwise, Domain is standard.

§
InstanceId?: string | null
[src]

The identifier of the EC2 instance.

§
NetworkBorderGroup?: string | null
[src]

The name of the location from which the Elastic IP address is advertised.

§
NetworkInterfaceId?: string | null
[src]

The identifier of the network interface.

§
NetworkInterfaceOwnerId?: string | null
[src]

The Amazon Web Services account ID of the owner of the network interface.

§
PrivateIpAddress?: string | null
[src]

The private IP address that is associated with the Elastic IP address.

§
PublicIp?: string | null
[src]

A public IP address that is associated with the EC2 instance.

§
PublicIpv4Pool?: string | null
[src]

The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.