Values.DaemonRevisionSourceInformation about a daemon revision. A daemon revision is a snapshot of the daemon's configuration at the time a deployment was initiated.
type nonrec t = {daemonRevisionArn : String_.t option;The Amazon Resource Name (ARN) of the daemon revision.
*)clusterArn : String_.t option;The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
*)daemonArn : String_.t option;The Amazon Resource Name (ARN) of the daemon for this revision.
*)daemonTaskDefinitionArn : String_.t option;The Amazon Resource Name (ARN) of the daemon task definition used by this revision.
*)createdAt : Timestamp.t option;The Unix timestamp for the time when the daemon revision was created.
*)containerImages : DaemonContainerImages.t option;The container images used by the daemon revision.
*)propagateTags : DaemonPropagateTags.t option;Specifies whether tags are propagated from the daemon to the daemon tasks.
*)enableECSManagedTags : BoxedBoolean.t option;Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.
*)enableExecuteCommand : BoxedBoolean.t option;Specifies whether the execute command functionality is turned on for the daemon tasks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]