class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails

A dependency that is defined for container startup and shutdown.

@note When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails

data as a hash:

    {
      condition: "NonEmptyString",
      container_name: "NonEmptyString",
    }

@!attribute [rw] condition

The dependency condition of the dependent container. Indicates the
required status of the dependent container before the current
container can start.
@return [String]

@!attribute [rw] container_name

The name of the dependent container.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails AWS API Documentation

Constants

SENSITIVE