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
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:
- Account
Id string - The 12 digit AWS Account ID for the account.
- Account
Id string - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
- account
Id string - The 12 digit AWS Account ID for the account.
- account_
id str - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
getDiscovery Result
The following output properties are available:
- Account
Id string - The 12 digit AWS Account ID for the account.
- Account
Id string - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
- account
Id string - The 12 digit AWS Account ID for the account.
- account_
id str - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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