DaemonDeployment
Information about a daemon deployment. A daemon deployment orchestrates the progressive rollout of daemon task updates across container instances.
Contents
- alarms
-
The CloudWatch alarms that determine when a daemon deployment fails.
Type: DaemonDeploymentAlarms object
Required: No
- circuitBreaker
-
The circuit breaker configuration that determines when a daemon deployment has failed.
Type: DaemonCircuitBreaker object
Required: No
- clusterArn
-
The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
Type: String
Required: No
- createdAt
-
The time the daemon deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
Type: Timestamp
Required: No
- daemonDeploymentArn
-
The Amazon Resource Name (ARN) of the daemon deployment.
Type: String
Required: No
- deploymentConfiguration
-
The deployment configuration used for this daemon deployment.
Type: DaemonDeploymentConfiguration object
Required: No
- finishedAt
-
The time the daemon deployment finished. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
Type: Timestamp
Required: No
- rollback
-
The rollback options for the daemon deployment.
Type: DaemonRollback object
Required: No
- sourceDaemonRevisions
-
The currently deployed daemon revisions that are being replaced.
Type: Array of DaemonDeploymentRevisionDetail objects
Required: No
- startedAt
-
The time the daemon deployment started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
Type: Timestamp
Required: No
- status
-
The status of the daemon deployment.
Type: String
Valid Values:
PENDING | SUCCESSFUL | STOPPED | STOP_REQUESTED | IN_PROGRESS | ROLLBACK_IN_PROGRESS | ROLLBACK_SUCCESSFUL | ROLLBACK_FAILEDRequired: No
- statusReason
-
Information about why the daemon deployment is in the current status.
Type: String
Required: No
- stoppedAt
-
The time the daemon deployment stopped. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
Type: Timestamp
Required: No
- targetDaemonRevision
-
The daemon revision being deployed.
Type: DaemonDeploymentRevisionDetail object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: