1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. applicationsignals
  5. getDiscovery

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.applicationsignals.getDiscovery

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

    Resource Type definition for AWS::ApplicationSignals::Discovery

    Using getDiscovery

    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 getDiscovery(args: GetDiscoveryArgs, opts?: InvokeOptions): Promise<GetDiscoveryResult>
    function getDiscoveryOutput(args: GetDiscoveryOutputArgs, opts?: InvokeOptions): Output<GetDiscoveryResult>
    def get_discovery(account_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetDiscoveryResult
    def get_discovery_output(account_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetDiscoveryResult]
    func LookupDiscovery(ctx *Context, args *LookupDiscoveryArgs, opts ...InvokeOption) (*LookupDiscoveryResult, error)
    func LookupDiscoveryOutput(ctx *Context, args *LookupDiscoveryOutputArgs, opts ...InvokeOption) LookupDiscoveryResultOutput

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

    public static class GetDiscovery 
    {
        public static Task<GetDiscoveryResult> InvokeAsync(GetDiscoveryArgs args, InvokeOptions? opts = null)
        public static Output<GetDiscoveryResult> Invoke(GetDiscoveryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDiscoveryResult> getDiscovery(GetDiscoveryArgs args, InvokeOptions options)
    public static Output<GetDiscoveryResult> getDiscovery(GetDiscoveryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:applicationsignals:getDiscovery
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    The 12 digit AWS Account ID for the account.
    AccountId string
    The 12 digit AWS Account ID for the account.
    accountId String
    The 12 digit AWS Account ID for the account.
    accountId string
    The 12 digit AWS Account ID for the account.
    account_id str
    The 12 digit AWS Account ID for the account.
    accountId String
    The 12 digit AWS Account ID for the account.

    getDiscovery Result

    The following output properties are available:

    AccountId string
    The 12 digit AWS Account ID for the account.
    AccountId string
    The 12 digit AWS Account ID for the account.
    accountId String
    The 12 digit AWS Account ID for the account.
    accountId string
    The 12 digit AWS Account ID for the account.
    account_id str
    The 12 digit AWS Account ID for the account.
    accountId String
    The 12 digit AWS Account ID for the account.

    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.

    AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi