AWSECSEnvironmentFile
No description
type AWSECSEnvironmentFile {
type: AWSECSEnvironmentFileType!
value: String!
}
Fields
AWSECSEnvironmentFile.type
● AWSECSEnvironmentFileType!
non-null enum
The file type to use
AWSECSEnvironmentFile.value
● String!
non-null scalar
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file
Member of
AWSECSContainerOverride
object ● AWSECSLinuxContainerDefinition
object ● AWSECSWindowsContainerDefinition
object