interface ISamplingRuleRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.XRay.ISamplingRuleRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#ISamplingRuleRef |
Java | software.amazon.awscdk.services.xray.ISamplingRuleRef |
Python | aws_cdk.aws_xray.ISamplingRuleRef |
TypeScript | aws-cdk-lib » aws_xray » ISamplingRuleRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a SamplingRule.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| sampling | Sampling | A reference to a SamplingRule resource. |
node
Type:
Node
The tree node.
samplingRuleRef
Type:
Sampling
A reference to a SamplingRule resource.

.NET
Go
Java
Python
TypeScript