A CodeDeploy Application that deploys to an Amazon ECS service.
import { EcsApplication } from 'aws-cdk-lib/aws-codedeploy';Or use the module namespace:
import * as codedeploy from 'aws-cdk-lib/aws-codedeploy';
// codedeploy.EcsApplicationConfiguration passed to the constructor as EcsApplicationProps.
applicationNameOptionalstringThe physical, human-readable name of the CodeDeploy Application.
Default: an auto-generated name will be used
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codedeploy