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

AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails

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

One or more private IPv4 addresses.

interface AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails {
Primary?: boolean | null;
PrivateIpAddress?: string | null;
}

§Properties

§
Primary?: boolean | null
[src]

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

§
PrivateIpAddress?: string | null
[src]

The private IPv4 address.