class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails

A secret to pass to the container.

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

data as a hash:

    {
      name: "NonEmptyString",
      value_from: "NonEmptyString",
    }

@!attribute [rw] name

The name of the secret.
@return [String]

@!attribute [rw] value_from

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.
@return [String]

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

Constants

SENSITIVE