interface TransactionSearchConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.XRay.TransactionSearchConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsxray#TransactionSearchConfigReference |
Java | software.amazon.awscdk.interfaces.xray.TransactionSearchConfigReference |
Python | aws_cdk.interfaces.aws_xray.TransactionSearchConfigReference |
TypeScript | aws-cdk-lib » interfaces » aws_xray » TransactionSearchConfigReference |
A reference to a TransactionSearchConfig resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_xray as interfaces_aws_xray } from 'aws-cdk-lib/interfaces';
const transactionSearchConfigReference: interfaces_aws_xray.TransactionSearchConfigReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the TransactionSearchConfig resource. |
accountId
Type:
string
The AccountId of the TransactionSearchConfig resource.

.NET
Go
Java
Python
TypeScript