1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. xray
  5. getTransactionSearchConfig

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.xray.getTransactionSearchConfig

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

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>
Copy
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]
Copy
func LookupTransactionSearchConfig(ctx *Context, args *LookupTransactionSearchConfigArgs, opts ...InvokeOption) (*LookupTransactionSearchConfigResult, error)
func LookupTransactionSearchConfigOutput(ctx *Context, args *LookupTransactionSearchConfigOutputArgs, opts ...InvokeOption) LookupTransactionSearchConfigResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTransactionSearchConfigResult> getTransactionSearchConfig(GetTransactionSearchConfigArgs args, InvokeOptions options)
public static Output<GetTransactionSearchConfigResult> getTransactionSearchConfig(GetTransactionSearchConfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:xray:getTransactionSearchConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
AccountId This property is required. string
accountId This property is required. String
accountId This property is required. string
account_id This property is required. str
accountId This property is required. String

getTransactionSearchConfig Result

The following output properties are available:

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