We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.xray.getTransactionSearchConfig
Start a Neo task
Explain and create an aws-native.xray.getTransactionSearchConfig resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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>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:
- Account
Id string
- Account
Id string
- account
Id String
- account
Id string
- account_
id str
- account
Id String
getTransactionSearchConfig Result
The following output properties are available:
- Account
Id string - Indexing
Percentage double
- Account
Id string - Indexing
Percentage float64
- account
Id String - indexing
Percentage Double
- account
Id string - indexing
Percentage number
- account_
id str - indexing_
percentage float
- account
Id String - indexing
Percentage 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.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
