@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.038Z") @Stability(value=Stable) public interface CfnApiKeyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
CfnApiKeyProps cfnApiKeyProps = CfnApiKeyProps.builder()
.apiId("apiId")
// the properties below are optional
.apiKeyId("apiKeyId")
.description("description")
.expires(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiKeyProps.Builder
A builder for
CfnApiKeyProps |
static class |
CfnApiKeyProps.Jsii$Proxy
An implementation for
CfnApiKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiKeyProps.Builder |
builder() |
String |
getApiId()
`AWS::AppSync::ApiKey.ApiId`.
|
default String |
getApiKeyId()
`AWS::AppSync::ApiKey.ApiKeyId`.
|
default String |
getDescription()
`AWS::AppSync::ApiKey.Description`.
|
default Number |
getExpires()
`AWS::AppSync::ApiKey.Expires`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @Nullable default String getApiKeyId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getExpires()
@Stability(value=Stable) static CfnApiKeyProps.Builder builder()
CfnApiKeyProps.Builder of CfnApiKeyPropsCopyright © 2021. All rights reserved.