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

AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails

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

A dependency that is defined for container startup and shutdown.

interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
Condition?: string | null;
ContainerName?: string | null;
}

§Properties

§
Condition?: string | null
[src]

The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start. Valid values are as follows:

  • COMPLETE
    
  • HEALTHY
    
  • SUCCESS
    
  • START
    
§
ContainerName?: string | null
[src]

The name of the dependent container.