SamplingRuleUpdateArgs

data class SamplingRuleUpdateArgs(val attributes: Output<Map<String, String>>? = null, val fixedRate: Output<Double>? = null, val host: Output<String>? = null, val httpMethod: Output<String>? = null, val priority: Output<Int>? = null, val reservoirSize: Output<Int>? = null, val resourceArn: Output<String>? = null, val ruleArn: Output<String>? = null, val ruleName: Output<String>? = null, val serviceName: Output<String>? = null, val serviceType: Output<String>? = null, val urlPath: Output<String>? = null) : ConvertibleToJava<SamplingRuleUpdateArgs>

Constructors

Link copied to clipboard
constructor(attributes: Output<Map<String, String>>? = null, fixedRate: Output<Double>? = null, host: Output<String>? = null, httpMethod: Output<String>? = null, priority: Output<Int>? = null, reservoirSize: Output<Int>? = null, resourceArn: Output<String>? = null, ruleArn: Output<String>? = null, ruleName: Output<String>? = null, serviceName: Output<String>? = null, serviceType: Output<String>? = null, urlPath: Output<String>? = null)

Properties

Link copied to clipboard
val attributes: Output<Map<String, String>>? = null

Matches attributes derived from the request.

Link copied to clipboard
val fixedRate: Output<Double>? = null

The percentage of matching requests to instrument, after the reservoir is exhausted.

Link copied to clipboard
val host: Output<String>? = null

Matches the hostname from a request URL.

Link copied to clipboard
val httpMethod: Output<String>? = null

Matches the HTTP method from a request URL.

Link copied to clipboard
val priority: Output<Int>? = null

The priority of the sampling rule.

Link copied to clipboard
val reservoirSize: Output<Int>? = null

A fixed number of matching requests to instrument per second, prior to applying the fixed rate. The reservoir is not used directly by services, but applies to all services using the rule collectively.

Link copied to clipboard
val resourceArn: Output<String>? = null

Matches the ARN of the AWS resource on which the service runs.

Link copied to clipboard
val ruleArn: Output<String>? = null
Link copied to clipboard
val ruleName: Output<String>? = null
Link copied to clipboard
val serviceName: Output<String>? = null

Matches the name that the service uses to identify itself in segments.

Link copied to clipboard
val serviceType: Output<String>? = null

Matches the origin that the service uses to identify its type in segments.

Link copied to clipboard
val urlPath: Output<String>? = null

Matches the path from a request URL.

Functions

Link copied to clipboard
open override fun toJava(): SamplingRuleUpdateArgs