Class CfnGatewayRateLimit.LimitEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayRateLimit.LimitEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRateLimit.LimitEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRateLimit.LimitEntryProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRateLimit.LimitEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRateLimit.LimitEntryProperty
An implementation for
CfnGatewayRateLimit.LimitEntryProperty-
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.bedrockagentcore.CfnGatewayRateLimit.LimitEntryProperty
CfnGatewayRateLimit.LimitEntryProperty.Builder, CfnGatewayRateLimit.LimitEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRateLimit.LimitEntryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConnection rate limits (per second only).final ObjectMap of dimension name to dimension value for a rule entry.final ObjectRequest rate limits (RPS or RPM).final ObjectToken rate limits (TPM).final inthashCode()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 theCfnGatewayRateLimit.LimitEntryProperty.Builder.
-
-
Method Details
-
getDimensions
Description copied from interface:CfnGatewayRateLimit.LimitEntryPropertyMap of dimension name to dimension value for a rule entry.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getDimensionsin interfaceCfnGatewayRateLimit.LimitEntryProperty- See Also:
-
getConnections
Description copied from interface:CfnGatewayRateLimit.LimitEntryPropertyConnection rate limits (per second only).Limited to 1 entry for now. — P2
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRateLimit.RateConfigProperty>- Specified by:
getConnectionsin interfaceCfnGatewayRateLimit.LimitEntryProperty- See Also:
-
getRequests
Description copied from interface:CfnGatewayRateLimit.LimitEntryPropertyRequest rate limits (RPS or RPM).Limited to 1 entry for now.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRateLimit.RateConfigProperty>- Specified by:
getRequestsin interfaceCfnGatewayRateLimit.LimitEntryProperty- See Also:
-
getTokens
Description copied from interface:CfnGatewayRateLimit.LimitEntryPropertyToken rate limits (TPM).Limited to 1 entry for now. — P1
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRateLimit.RateConfigProperty>- Specified by:
getTokensin interfaceCfnGatewayRateLimit.LimitEntryProperty- 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()
-