enum EnvironmentFileType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.EnvironmentFileType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#EnvironmentFileType |
Java | software.amazon.awscdk.services.ecs.EnvironmentFileType |
Python | aws_cdk.aws_ecs.EnvironmentFileType |
TypeScript (source) | aws-cdk-lib » aws_ecs » EnvironmentFileType |
Type of environment file to be included in the container definition.
Members
| Name | Description |
|---|---|
| S3 | Environment file hosted on S3, referenced by object ARN. |
S3
Environment file hosted on S3, referenced by object ARN.

.NET
Go
Java
Python
TypeScript (