Class RateLimitedApiKeyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.RateLimitedApiKeyProps.Jsii$Proxy
- All Implemented Interfaces:
ApiKeyOptions,ApiKeyProps,RateLimitedApiKeyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RateLimitedApiKeyProps
@Stability(Stable)
@Internal
public static final class RateLimitedApiKeyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RateLimitedApiKeyProps
An implementation for
RateLimitedApiKeyProps-
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.apigatewayv2.RateLimitedApiKeyProps
RateLimitedApiKeyProps.Builder, RateLimitedApiKeyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RateLimitedApiKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRateLimitedApiKeyProps.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 StringA name for the API key.final List<UsagePlanPerApiStage> API Stages to be associated with the RateLimitedApiKey.final StringAn AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.final StringA description of the purpose of the API key.final BooleanIndicates whether the API key can be used by clients.final BooleanSpecifies whether the key identifier is distinct from the created API key value.final QuotaSettingsgetQuota()Number of requests clients can make in a given time period.final ThrottleSettingsOverall throttle settings for the API.final StringgetValue()The value of the API key.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 theRateLimitedApiKeyProps.Builder.
-
-
Method Details
-
getApiStages
Description copied from interface:RateLimitedApiKeyPropsAPI Stages to be associated with the RateLimitedApiKey.Default: none
- Specified by:
getApiStagesin interfaceRateLimitedApiKeyProps
-
getQuota
Description copied from interface:RateLimitedApiKeyPropsNumber of requests clients can make in a given time period.Default: none
- Specified by:
getQuotain interfaceRateLimitedApiKeyProps
-
getThrottle
Description copied from interface:RateLimitedApiKeyPropsOverall throttle settings for the API.Default: none
- Specified by:
getThrottlein interfaceRateLimitedApiKeyProps
-
getCustomerId
Description copied from interface:ApiKeyPropsAn AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.Default: none
- Specified by:
getCustomerIdin interfaceApiKeyProps
-
getEnabled
Description copied from interface:ApiKeyPropsIndicates whether the API key can be used by clients.Default: true
- Specified by:
getEnabledin interfaceApiKeyProps
-
getGenerateDistinctId
Description copied from interface:ApiKeyPropsSpecifies whether the key identifier is distinct from the created API key value.Default: false
- Specified by:
getGenerateDistinctIdin interfaceApiKeyProps
-
getApiKeyName
Description copied from interface:ApiKeyOptionsA name for the API key.If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the API key name.
Default: automatically generated name
- Specified by:
getApiKeyNamein interfaceApiKeyOptions
-
getDescription
Description copied from interface:ApiKeyOptionsA description of the purpose of the API key.Default: none
- Specified by:
getDescriptionin interfaceApiKeyOptions
-
getValue
Description copied from interface:ApiKeyOptionsThe value of the API key.Must be at least 20 characters long.
Default: none
- Specified by:
getValuein interfaceApiKeyOptions
-
$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()
-