DeploymentTarget constructor

DeploymentTarget({
  1. CloudFormationTarget? cloudFormationTarget,
  2. DeploymentTargetType? deploymentTargetType,
  3. ECSTarget? ecsTarget,
  4. InstanceTarget? instanceTarget,
  5. LambdaTarget? lambdaTarget,
})

Implementation

DeploymentTarget({
  this.cloudFormationTarget,
  this.deploymentTargetType,
  this.ecsTarget,
  this.instanceTarget,
  this.lambdaTarget,
});