interface TransactionSearchConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.XRay.TransactionSearchConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#TransactionSearchConfigReference |
![]() | software.amazon.awscdk.services.xray.TransactionSearchConfigReference |
![]() | aws_cdk.aws_xray.TransactionSearchConfigReference |
![]() | aws-cdk-lib » 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 xray } from 'aws-cdk-lib';
const transactionSearchConfigReference: 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.