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

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

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Information about a daemon resource.

    Using getDaemon

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDaemon(args: GetDaemonArgs, opts?: InvokeOptions): Promise<GetDaemonResult>
    function getDaemonOutput(args: GetDaemonOutputArgs, opts?: InvokeOptions): Output<GetDaemonResult>
    def get_daemon(daemon_arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDaemonResult
    def get_daemon_output(daemon_arn: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDaemonResult]
    func LookupDaemon(ctx *Context, args *LookupDaemonArgs, opts ...InvokeOption) (*LookupDaemonResult, error)
    func LookupDaemonOutput(ctx *Context, args *LookupDaemonOutputArgs, opts ...InvokeOption) LookupDaemonResultOutput

    > Note: This function is named LookupDaemon in the Go SDK.

    public static class GetDaemon 
    {
        public static Task<GetDaemonResult> InvokeAsync(GetDaemonArgs args, InvokeOptions? opts = null)
        public static Output<GetDaemonResult> Invoke(GetDaemonInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDaemonResult> getDaemon(GetDaemonArgs args, InvokeOptions options)
    public static Output<GetDaemonResult> getDaemon(GetDaemonArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ecs:getDaemon
      arguments:
        # arguments dictionary
    data "aws-native_ecs_getdaemon" "name" {
        # arguments
    }

    The following arguments are supported:

    DaemonArn string
    DaemonArn string
    daemon_arn string
    daemonArn String
    daemonArn string
    daemonArn String

    getDaemon Result

    The following output properties are available:

    Supporting Types

    DaemonStatus

    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 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.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.