AWSAPIGatewayRestAPIKey
No description
type AWSAPIGatewayRestAPIKey {
metadata: ResourceMetadata!
createdAt: DateTime!
customerId: String!
description: String!
enabled: Boolean!
id: String!
lastUpdatedAt: DateTime
name: String!
stageKeys: [String!]!
tags: [AWSTag!]!
value: String!
}
Fields
AWSAPIGatewayRestAPIKey.metadata
● ResourceMetadata!
non-null object
The metadata to identify this API key in Shisho Cloud
AWSAPIGatewayRestAPIKey.createdAt
● DateTime!
non-null scalar
The timestamp when the API Key was created
AWSAPIGatewayRestAPIKey.customerId
● String!
non-null scalar
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace
AWSAPIGatewayRestAPIKey.description
● String!
non-null scalar
The description of the API Key
AWSAPIGatewayRestAPIKey.enabled
● Boolean!
non-null scalar
Specifies whether the API Key can be used by callers
AWSAPIGatewayRestAPIKey.id
● String!
non-null scalar
The identifier of the API Key
AWSAPIGatewayRestAPIKey.lastUpdatedAt
● DateTime
scalar
The timestamp when the API Key was last updated
AWSAPIGatewayRestAPIKey.name
● String!
non-null scalar
The name of the API Key
AWSAPIGatewayRestAPIKey.stageKeys
● [String!]!
non-null scalar
A list of Stage resources that are associated with the ApiKey resource
AWSAPIGatewayRestAPIKey.tags
● [AWSTag!]!
non-null object
The collection of tags. Each tag element is associated with a given resource
AWSAPIGatewayRestAPIKey.value
● String!
non-null scalar
The value of the API Key
Member of
AWSAPIGateway
object