DaemonRevision
Information about a daemon revision. A daemon revision is a snapshot of the daemon's configuration at the time a deployment was initiated.
Contents
- clusterArn
-
The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
Type: String
Required: No
- containerImages
-
The container images used by the daemon revision.
Type: Array of DaemonContainerImage objects
Required: No
- createdAt
-
The Unix timestamp for the time when the daemon revision was created.
Type: Timestamp
Required: No
- critical
-
If the
criticalparameter of this daemon revision istrue, and the daemon task fails, stops, or becomes unhealthy, Amazon ECS drains the container instance and stops the other tasks running on it. If the parameter isfalse, the daemon task failure doesn't affect the other tasks on the instance, and doesn't block instance registration. The default value istrue.Type: Boolean
Required: No
- daemonArn
-
The Amazon Resource Name (ARN) of the daemon for this revision.
Type: String
Required: No
- daemonRevisionArn
-
The Amazon Resource Name (ARN) of the daemon revision.
Type: String
Required: No
- daemonTaskDefinitionArn
-
The Amazon Resource Name (ARN) of the daemon task definition used by this revision.
Type: String
Required: No
- enableECSManagedTags
-
Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.
Type: Boolean
Required: No
- enableExecuteCommand
-
Specifies whether the execute command functionality is turned on for the daemon tasks.
Type: Boolean
Required: No
- propagateTags
-
Specifies whether tags are propagated from the daemon to the daemon tasks.
Type: String
Valid Values:
DAEMON | NONERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: