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

AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails

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

A network configuration parameter to provide to the Container Network Interface (CNI) plugin.

interface AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the property.

§
Value?: string | null
[src]

The value of the property.