

# DaemonTaskDefinitionSummary


A summary of a daemon task definition.

## Contents


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

 ** deleteRequestedAt **   <a name="ECS-Type-DaemonTaskDefinitionSummary-deleteRequestedAt"></a>
The Unix timestamp for the time when the daemon task definition delete was requested.  
Type: Timestamp  
Required: No

 ** registeredAt **   <a name="ECS-Type-DaemonTaskDefinitionSummary-registeredAt"></a>
The Unix timestamp for the time when the daemon task definition was registered.  
Type: Timestamp  
Required: No

 ** registeredBy **   <a name="ECS-Type-DaemonTaskDefinitionSummary-registeredBy"></a>
The principal that registered the daemon task definition.  
Type: String  
Required: No

 ** status **   <a name="ECS-Type-DaemonTaskDefinitionSummary-status"></a>
The status of the daemon task definition.  
Type: String  
Valid Values: `ACTIVE | DELETE_IN_PROGRESS | DELETED`   
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/DaemonTaskDefinitionSummary) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ecs-2014-11-13/DaemonTaskDefinitionSummary) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ecs-2014-11-13/DaemonTaskDefinitionSummary) 