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

AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails

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

Provides details on one or more IPv4 prefixes for a network interface.

interface AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails {
Ipv4Prefix?: string | null;
}

§Properties

§
Ipv4Prefix?: string | null
[src]

The IPv4 prefix. For more information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.