creator property

DeploymentCreator? creator
final

The means by which the deployment was created:

  • user: A user created the deployment.
  • autoscaling: Amazon EC2 Auto Scaling created the deployment.
  • codeDeployRollback: A rollback process created the deployment.

Implementation

final DeploymentCreator? creator;