| Modifier and Type | Method and Description |
|---|---|
CfnApiKey.Builder |
apiId(String apiId)
Unique AWS AppSync GraphQL API ID for this API key.
|
CfnApiKey.Builder |
apiKeyId(String apiKeyId)
The API key ID.
|
CfnApiKey |
build() |
static CfnApiKey.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApiKey.Builder |
description(String description)
Unique description of your API key.
|
CfnApiKey.Builder |
expires(Number expires)
The time after which the API key expires.
|
@Stability(value=Stable) public static CfnApiKey.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApiKey.Builder.@Stability(value=Stable) public CfnApiKey.Builder apiId(String apiId)
apiId - Unique AWS AppSync GraphQL API ID for this API key. This parameter is required.this@Stability(value=Stable) public CfnApiKey.Builder apiKeyId(String apiKeyId)
apiKeyId - The API key ID. This parameter is required.this@Stability(value=Stable) public CfnApiKey.Builder description(String description)
description - Unique description of your API key. This parameter is required.this@Stability(value=Stable) public CfnApiKey.Builder expires(Number expires)
The date is represented as seconds since the epoch, rounded down to the nearest hour.
expires - The time after which the API key expires. This parameter is required.thisCopyright © 2022. All rights reserved.