/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of files containing the environment variables to pass to a container.
* You can specify up to ten environment files. The file must have a
* If there are environment variables specified using
* the This field is not valid for containers in tasks using the
* Fargate launch type..env file extension. Each line in an environment file should
* contain an environment variable in VARIABLE=VALUE format. Lines
* beginning with # are treated as comments and are ignored. For more
* information on the environment variable file syntax, see Declare default environment
* variables in file.environment parameter in a container definition, they take
* precedence over the variables contained within an environment file. If multiple
* environment files are specified that contain the same variable, they are
* processed from the top down. It is recommended to use unique variable names. For
* more information, see Specifying
* Environment Variables in the Amazon Elastic Container Service Developer
* Guide.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline EnvironmentFile& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline EnvironmentFile& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the Amazon S3 object containing the * environment variable file.
*/ inline EnvironmentFile& WithValue(const char* value) { SetValue(value); return *this;} /** *The file type to use. The only supported value is s3.
The file type to use. The only supported value is s3.
The file type to use. The only supported value is s3.
The file type to use. The only supported value is s3.
The file type to use. The only supported value is s3.
The file type to use. The only supported value is s3.