AwsEcsEnvironmentModule
Hierarchy
- unknown<AwsEcsEnvironmentModuleSchema, Environment>
- AwsEcsEnvironmentModule
Index
Constructors
constructor
Returns AwsEcsEnvironmentModule
Methods
onInit
Parameters
inputs: AwsEcsEnvironmentModuleSchema
Returns Promise<AwsEcsEnvironment>
registerMetadata
Parameters
inputs: AwsEcsEnvironmentModuleSchema
Returns Promise<{ awsAccountId: string; awsRegionId: string; clusterName: string }>
AwsEcsEnvironmentModuleis an ECS-based AWS environment module that provides an implementation for theEnvironmentmodel. This module creates environments within AWS regions, establishing ECS clusters and managing environment variables. It serves as the foundation for deploying containerized applications in specific environments.TypeScript
Modules/Environment/AwsEcsEnvironment
Environmentmodel.