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

AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails

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

A secret to pass to the container.

interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails {
Name?: string | null;
ValueFrom?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the secret.

§
ValueFrom?: string | null
[src]

The secret to expose to the container. The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.