1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ecs
  5. Daemon

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.61.0
published on Monday, Apr 13, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.61.0
published on Monday, Apr 13, 2026 by Pulumi

    Resource schema for AWS ECS Daemon

    Create Daemon Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Daemon(name: string, args?: DaemonArgs, opts?: CustomResourceOptions);
    @overload
    def Daemon(resource_name: str,
               args: Optional[DaemonArgs] = None,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Daemon(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               capacity_provider_arns: Optional[Sequence[str]] = None,
               cluster_arn: Optional[str] = None,
               daemon_name: Optional[str] = None,
               daemon_task_definition_arn: Optional[str] = None,
               deployment_configuration: Optional[DaemonDeploymentConfigurationArgs] = None,
               enable_ecs_managed_tags: Optional[bool] = None,
               enable_execute_command: Optional[bool] = None,
               propagate_tags: Optional[DaemonPropagateTags] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDaemon(ctx *Context, name string, args *DaemonArgs, opts ...ResourceOption) (*Daemon, error)
    public Daemon(string name, DaemonArgs? args = null, CustomResourceOptions? opts = null)
    public Daemon(String name, DaemonArgs args)
    public Daemon(String name, DaemonArgs args, CustomResourceOptions options)
    
    type: aws-native:ecs:Daemon
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DaemonArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DaemonArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DaemonArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DaemonArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DaemonArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Daemon Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Daemon resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Daemon resource produces the following output properties:

    CreatedAt string
    DaemonArn string
    DaemonStatus Pulumi.AwsNative.Ecs.DaemonStatus
    DeploymentArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    CreatedAt string
    DaemonArn string
    DaemonStatus DaemonStatus
    DeploymentArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    createdAt String
    daemonArn String
    daemonStatus DaemonStatus
    deploymentArn String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    createdAt string
    daemonArn string
    daemonStatus DaemonStatus
    deploymentArn string
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    created_at str
    daemon_arn str
    daemon_status DaemonStatus
    deployment_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    createdAt String
    daemonArn String
    daemonStatus "ACTIVE" | "DELETE_IN_PROGRESS"
    deploymentArn String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String

    Supporting Types

    DaemonAlarmConfiguration, DaemonAlarmConfigurationArgs

    AlarmNames List<string>
    Enable bool
    AlarmNames []string
    Enable bool
    alarmNames List<String>
    enable Boolean
    alarmNames string[]
    enable boolean
    alarm_names Sequence[str]
    enable bool
    alarmNames List<String>
    enable Boolean

    DaemonDeploymentConfiguration, DaemonDeploymentConfigurationArgs

    DaemonPropagateTags, DaemonPropagateTagsArgs

    Daemon
    DAEMON
    None
    NONE
    DaemonPropagateTagsDaemon
    DAEMON
    DaemonPropagateTagsNone
    NONE
    Daemon
    DAEMON
    None
    NONE
    Daemon
    DAEMON
    None
    NONE
    DAEMON
    DAEMON
    NONE
    NONE
    "DAEMON"
    DAEMON
    "NONE"
    NONE

    DaemonStatus, DaemonStatusArgs

    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    DaemonStatusActive
    ACTIVE
    DaemonStatusDeleteInProgress
    DELETE_IN_PROGRESS
    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    ACTIVE
    ACTIVE
    DELETE_IN_PROGRESS
    DELETE_IN_PROGRESS
    "ACTIVE"
    ACTIVE
    "DELETE_IN_PROGRESS"
    DELETE_IN_PROGRESS

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.61.0
    published on Monday, Apr 13, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.