EnvironmentFileConfig¶
-
class
aws_cdk.aws_ecs.
EnvironmentFileConfig
(*, file_type, s3_location)¶ Bases:
object
Configuration for the environment file.
- Parameters
file_type (
EnvironmentFileType
) – The type of environment file.s3_location (
Location
) – The location of the environment file in S3.
Attributes
-
file_type
¶ The type of environment file.
- Return type