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

AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails

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

A namespaced kernel parameter to set in the container.

interface AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails {
Namespace?: string | null;
Value?: string | null;
}

§Properties

§
Namespace?: string | null
[src]

The namespaced kernel parameter for which to set a value.

§
Value?: string | null
[src]

The value of the parameter.