@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.949Z") @Stability(value=Experimental) public interface ApiKeyConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiKeyConfig.Builder
A builder for
ApiKeyConfig |
static class |
ApiKeyConfig.Jsii$Proxy
An implementation for
ApiKeyConfig |
| Modifier and Type | Method and Description |
|---|---|
static ApiKeyConfig.Builder |
builder() |
default String |
getDescription()
(experimental) Description of API key.
|
default Expiration |
getExpires()
(experimental) The time from creation time after which the API key expires.
|
default String |
getName()
(experimental) Unique name of the API Key.
|
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - 'Default API Key created by CDK'
@Stability(value=Experimental) @Nullable default Expiration getExpires()
It 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
@Stability(value=Experimental) @Nullable default String getName()
Default: - 'DefaultAPIKey'
@Stability(value=Experimental) static ApiKeyConfig.Builder builder()
ApiKeyConfig.Builder of ApiKeyConfigCopyright © 2021. All rights reserved.