Skip to main content

sampling_rule_tags

Expands all tag keys and values for sampling_rules in a region

Overview

Namesampling_rule_tags
TypeResource
DescriptionThis schema provides construct and validation rules for AWS-XRay SamplingRule resource parameters.
Idaws.xray.sampling_rule_tags

Fields

NameDatatypeDescription
sampling_ruleobjectThis schema provides construct and validation rules for AWS-XRay SamplingRule resource parameters.
sampling_rule_recordobject
sampling_rule_updateobject
rule_arnstringThe ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
rule_namestringThe ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all sampling_rules in a region.

SELECT
region,
sampling_rule,
sampling_rule_record,
sampling_rule_update,
rule_arn,
rule_name,
tag_key,
tag_value
FROM aws.xray.sampling_rule_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the sampling_rule_tags resource, see sampling_rules