AwsAppSyncGraphQlApiDetails

Provides details about an AppSync Graph QL API, which lets you query multiple databases, microservices, and APIs from a single GraphQL endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of additional authentication providers for the GraphQL API.

Link copied to clipboard

The unique identifier for the API.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the API.

Link copied to clipboard

The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.

Link copied to clipboard
val id: String?

The unique identifier for the API.

Link copied to clipboard

Specifies the configuration for Lambda function authorization.

Link copied to clipboard

The Amazon CloudWatch Logs configuration.

Link copied to clipboard
val name: String?

The API name.

Link copied to clipboard

Specifies the authorization configuration for using an OpenID Connect compliant service with an AppSync GraphQL API endpoint.

Link copied to clipboard

The Amazon Cognito user pools configuration.

Link copied to clipboard

The Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this GraphQL API, if one exists.

Link copied to clipboard

Indicates whether to use X-Ray tracing for the GraphQL API.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String