Class CfnSamplingRule.SamplingRateBoostProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.xray.CfnSamplingRule.SamplingRateBoostProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSamplingRule.SamplingRateBoostProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSamplingRule.SamplingRateBoostProperty
@Stability(Stable)
@Internal
public static final class CfnSamplingRule.SamplingRateBoostProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSamplingRule.SamplingRateBoostProperty
An implementation for
CfnSamplingRule.SamplingRateBoostProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.xray.CfnSamplingRule.SamplingRateBoostProperty
CfnSamplingRule.SamplingRateBoostProperty.Builder, CfnSamplingRule.SamplingRateBoostProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSamplingRule.SamplingRateBoostProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSamplingRule.SamplingRateBoostProperty.Builder.
-
-
Method Details
-
getCooldownWindowMinutes
Description copied from interface:CfnSamplingRule.SamplingRateBoostPropertyTime window (in minutes) in which only one sampling rate boost can be triggered.After a boost occurs, no further boosts are allowed until the next window.
- Specified by:
getCooldownWindowMinutesin interfaceCfnSamplingRule.SamplingRateBoostProperty- See Also:
-
getMaxRate
Description copied from interface:CfnSamplingRule.SamplingRateBoostPropertyThe maximum sampling rate X-Ray will apply when it detects anomalies.X-Ray determines the appropriate rate between your baseline and the maximum, depending on anomaly activity.
- Specified by:
getMaxRatein interfaceCfnSamplingRule.SamplingRateBoostProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-