@Stability(value=Experimental) @Internal public static final class ApiKeyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiKeyConfig
ApiKeyConfigsoftware.amazon.jsii.JsiiObject.InitializationModeApiKeyConfig.Builder, ApiKeyConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ApiKeyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ApiKeyConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
(experimental) Description of API key.
|
Expiration |
getExpires()
(experimental) The time from creation time after which the API key expires.
|
String |
getName()
(experimental) Unique name of the API Key.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ApiKeyConfig.Builder builder)
ApiKeyConfig.Builder.public final String getDescription()
ApiKeyConfigDefault: - 'Default API Key created by CDK'
getDescription in interface ApiKeyConfigpublic final Expiration getExpires()
ApiKeyConfigIt must be a minimum of 1 day and a maximum of 365 days from date of creation. Rounded down to the nearest hour.
Default: - 7 days rounded down to nearest hour
getExpires in interface ApiKeyConfigpublic final String getName()
ApiKeyConfigDefault: - 'DefaultAPIKey'
getName in interface ApiKeyConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.