@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:46.066Z") @Stability(value=Experimental) public class RateLimitedApiKey extends Resource implements IApiKey
| Modifier and Type | Class and Description |
|---|---|
static class |
RateLimitedApiKey.Builder
(experimental) A fluent builder for
RateLimitedApiKey. |
software.amazon.jsii.JsiiObject.InitializationModeIApiKey.Jsii$Default, IApiKey.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
RateLimitedApiKey(software.constructs.Construct scope,
String id) |
|
RateLimitedApiKey(software.constructs.Construct scope,
String id,
RateLimitedApiKeyProps props) |
protected |
RateLimitedApiKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RateLimitedApiKey(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyArn()
(experimental) The API key ARN.
|
String |
getKeyId()
(experimental) The API key ID.
|
Grant |
grantRead(IGrantable grantee)
(experimental) Permits the IAM principal all read operations through this key.
|
Grant |
grantReadWrite(IGrantable grantee)
(experimental) Permits the IAM principal all read and write operations through this key.
|
Grant |
grantWrite(IGrantable grantee)
(experimental) Permits the IAM principal all write operations through this key.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RateLimitedApiKey(software.amazon.jsii.JsiiObjectRef objRef)
protected RateLimitedApiKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public RateLimitedApiKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
RateLimitedApiKeyProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public RateLimitedApiKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public Grant grantRead(@NotNull IGrantable grantee)
grantee - The principal to grant access to. This parameter is required.@Stability(value=Experimental) @NotNull public Grant grantReadWrite(@NotNull IGrantable grantee)
grantee - The principal to grant access to. This parameter is required.@Stability(value=Experimental) @NotNull public Grant grantWrite(@NotNull IGrantable grantee)
grantee - The principal to grant access to. This parameter is required.@Stability(value=Experimental) @NotNull public String getKeyArn()
Copyright © 2021. All rights reserved.