class Aws::ECS::Types::Secret

An object representing the secret to expose to your container. Secrets can be exposed to a container in the following ways:

For more information, see [Specifying Sensitive Data] in the *Amazon Elastic Container Service Developer Guide*.

[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html

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

data as a hash:

    {
      name: "String", # required
      value_from: "String", # required
    }

@!attribute [rw] name

The name of the secret.
@return [String]

@!attribute [rw] value_from

The secret to expose to the container. The supported values are
either the full ARN of the Secrets Manager secret or the full ARN of
the parameter in the SSM Parameter Store.

<note markdown="1"> If the SSM Parameter Store parameter exists in the same Region as
the task you are launching, then you can use either the full ARN or
name of the parameter. If the parameter exists in a different
Region, then the full ARN must be specified.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Secret AWS API Documentation

Constants

SENSITIVE