

# DaemonDetail


The detailed information about a daemon.

## Contents


 ** clusterArn **   <a name="ECS-Type-DaemonDetail-clusterArn"></a>
The Amazon Resource Name (ARN) of the cluster that the daemon is running in.  
Type: String  
Required: No

 ** createdAt **   <a name="ECS-Type-DaemonDetail-createdAt"></a>
The Unix timestamp for the time when the daemon was created.  
Type: Timestamp  
Required: No

 ** currentRevisions **   <a name="ECS-Type-DaemonDetail-currentRevisions"></a>
The current daemon revision details, including the running task counts per capacity provider.  
Type: Array of [DaemonRevisionDetail](API_DaemonRevisionDetail.md) objects  
Required: No

 ** daemonArn **   <a name="ECS-Type-DaemonDetail-daemonArn"></a>
The Amazon Resource Name (ARN) of the daemon.  
Type: String  
Required: No

 ** deploymentArn **   <a name="ECS-Type-DaemonDetail-deploymentArn"></a>
The Amazon Resource Name (ARN) of the most recent daemon deployment.  
Type: String  
Required: No

 ** status **   <a name="ECS-Type-DaemonDetail-status"></a>
The status of the daemon.  
Type: String  
Valid Values: `ACTIVE | DELETE_IN_PROGRESS`   
Required: No

 ** updatedAt **   <a name="ECS-Type-DaemonDetail-updatedAt"></a>
The Unix timestamp for the time when the daemon was last updated.  
Type: Timestamp  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/ecs-2014-11-13/DaemonDetail) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ecs-2014-11-13/DaemonDetail) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ecs-2014-11-13/DaemonDetail) 