RegisterDaemonTaskDefinitionRequest
Types
Properties
A list of container definitions in JSON format that describe the containers that make up your daemon task.
The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make Amazon Web Services API calls on your behalf. The task execution role is required for daemon tasks that pull container images from Amazon ECR or send container logs to CloudWatch.
The IPC namespace mode for the daemon. The valid values are none and shared. The default is none.
The PID namespace mode for the daemon. The valid values are none and shared. The default is none.
The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this daemon task can assume. All containers in this daemon task are granted the permissions that are specified in this role.
A list of volume definitions in JSON format that containers in your daemon task can use.