AWS Fundamentals Logo
AWS Fundamentals
AWS::XRay::TransactionSearchConfig

XRay TransactionSearchConfig

This schema provides construct and validation rules for AWS-XRay TransactionSearchConfig resource parameters.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
IndexingPercentage
number

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::XRay::TransactionSearchConfig

Resources:
  MyResource:
    Type: AWS::XRay::TransactionSearchConfig
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

application-signals:StartDiscoveryiam:CreateServiceLinkedRolelogs:CreateLogGrouplogs:CreateLogStreamlogs:PutRetentionPolicyxray:GetIndexingRulesxray:GetTraceSegmentDestinationxray:UpdateIndexingRule

read

xray:GetTraceSegmentDestinationxray:GetIndexingRules

list

xray:GetTraceSegmentDestinationxray:GetIndexingRules

update

xray:GetIndexingRulesxray:GetTraceSegmentDestinationxray:UpdateIndexingRule

delete

xray:GetTraceSegmentDestinationxray:UpdateTraceSegmentDestinationxray:UpdateIndexingRule

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceXRay
Properties2
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadListUpdateDelete

External Links