sampling_rule_tags
Expands all tag keys and values for sampling_rules
in a region
Overview
Name | sampling_rule_tags |
Type | Resource |
Description | This schema provides construct and validation rules for AWS-XRay SamplingRule resource parameters. |
Id | aws.xray.sampling_rule_tags |
Fields
Name | Datatype | Description |
---|---|---|
sampling_rule | object | This schema provides construct and validation rules for AWS-XRay SamplingRule resource parameters. |
sampling_rule_record | object | |
sampling_rule_update | object | |
rule_arn | string | The ARN of the sampling rule. Specify a rule by either name or ARN, but not both. |
rule_name | string | The ARN of the sampling rule. Specify a rule by either name or ARN, but not both. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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