We recommend new projects start with resources from the AWS provider.
aws-native.xray.getTransactionSearchConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
This schema provides construct and validation rules for AWS-XRay TransactionSearchConfig resource parameters.
Using getTransactionSearchConfig
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 getTransactionSearchConfig(args: GetTransactionSearchConfigArgs, opts?: InvokeOptions): Promise<GetTransactionSearchConfigResult>
function getTransactionSearchConfigOutput(args: GetTransactionSearchConfigOutputArgs, opts?: InvokeOptions): Output<GetTransactionSearchConfigResult>def get_transaction_search_config(account_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetTransactionSearchConfigResult
def get_transaction_search_config_output(account_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetTransactionSearchConfigResult]func LookupTransactionSearchConfig(ctx *Context, args *LookupTransactionSearchConfigArgs, opts ...InvokeOption) (*LookupTransactionSearchConfigResult, error)
func LookupTransactionSearchConfigOutput(ctx *Context, args *LookupTransactionSearchConfigOutputArgs, opts ...InvokeOption) LookupTransactionSearchConfigResultOutput> Note: This function is named LookupTransactionSearchConfig in the Go SDK.
public static class GetTransactionSearchConfig 
{
    public static Task<GetTransactionSearchConfigResult> InvokeAsync(GetTransactionSearchConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetTransactionSearchConfigResult> Invoke(GetTransactionSearchConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransactionSearchConfigResult> getTransactionSearchConfig(GetTransactionSearchConfigArgs args, InvokeOptions options)
public static Output<GetTransactionSearchConfigResult> getTransactionSearchConfig(GetTransactionSearchConfigArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:xray:getTransactionSearchConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountId string
- AccountId string
- accountId String
- accountId string
- account_id str
- accountId String
getTransactionSearchConfig Result
The following output properties are available:
- AccountId string
- IndexingPercentage double
- AccountId string
- IndexingPercentage float64
- accountId String
- indexingPercentage Double
- accountId string
- indexingPercentage number
- account_id str
- indexing_percentage float
- accountId String
- indexingPercentage Number
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.