Modifier and Type | Method and Description |
---|---|
CfnApiKey.Builder |
apiId(String apiId)
`AWS::AppSync::ApiKey.ApiId`.
|
CfnApiKey.Builder |
apiKeyId(String apiKeyId)
`AWS::AppSync::ApiKey.ApiKeyId`.
|
CfnApiKey |
build() |
static CfnApiKey.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApiKey.Builder |
description(String description)
`AWS::AppSync::ApiKey.Description`.
|
CfnApiKey.Builder |
expires(Number expires)
`AWS::AppSync::ApiKey.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
- `AWS::AppSync::ApiKey.ApiId`. This parameter is required.this
@Stability(value=Stable) public CfnApiKey.Builder apiKeyId(String apiKeyId)
apiKeyId
- `AWS::AppSync::ApiKey.ApiKeyId`. This parameter is required.this
@Stability(value=Stable) public CfnApiKey.Builder description(String description)
description
- `AWS::AppSync::ApiKey.Description`. This parameter is required.this
@Stability(value=Stable) public CfnApiKey.Builder expires(Number expires)
expires
- `AWS::AppSync::ApiKey.Expires`. This parameter is required.this
Copyright © 2021. All rights reserved.