@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:28:03.154Z")
public interface CfnApiKeyProps
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() |
java.lang.String |
getApiId()
Unique AWS AppSync GraphQL API ID for this API key.
|
default java.lang.String |
getApiKeyId()
The API key ID.
|
default java.lang.String |
getDescription()
Unique description of your API key.
|
default java.lang.Number |
getExpires()
The time after which the API key expires.
|
java.lang.String getApiId()
default java.lang.String getApiKeyId()
default java.lang.String getDescription()
default java.lang.Number getExpires()
The date is represented as seconds since the epoch, rounded down to the nearest hour.
static CfnApiKeyProps.Builder builder()
CfnApiKeyProps.Builder
of CfnApiKeyProps