| Interface | Description |
|---|---|
| CfnApiCacheProps |
Properties for defining a `CfnApiCache`.
|
| CfnApiKeyProps |
Properties for defining a `CfnApiKey`.
|
| CfnDataSource.AuthorizationConfigProperty |
The `AuthorizationConfig` property type specifies the authorization type and configuration for an AWS AppSync http data source.
|
| CfnDataSource.AwsIamConfigProperty |
Use the `AwsIamConfig` property type to specify `AwsIamConfig` for a AWS AppSync authorizaton.
|
| CfnDataSource.DeltaSyncConfigProperty |
Describes a Delta Sync configuration.
|
| CfnDataSource.DynamoDBConfigProperty |
The `DynamoDBConfig` property type specifies the `AwsRegion` and `TableName` for an Amazon DynamoDB table in your account for an AWS AppSync data source.
|
| CfnDataSource.ElasticsearchConfigProperty |
The `ElasticsearchConfig` property type specifies the `AwsRegion` and `Endpoints` for an Amazon OpenSearch Service domain in your account for an AWS AppSync data source.
|
| CfnDataSource.HttpConfigProperty |
Use the `HttpConfig` property type to specify `HttpConfig` for an AWS AppSync data source.
|
| CfnDataSource.LambdaConfigProperty |
The `LambdaConfig` property type specifies the Lambda function ARN for an AWS AppSync data source.
|
| CfnDataSource.OpenSearchServiceConfigProperty |
The `OpenSearchServiceConfig` property type specifies the `AwsRegion` and `Endpoints` for an Amazon OpenSearch Service domain in your account for an AWS AppSync data source.
|
| CfnDataSource.RdsHttpEndpointConfigProperty |
Use the `RdsHttpEndpointConfig` property type to specify the `RdsHttpEndpoint` for an AWS AppSync relational database.
|
| CfnDataSource.RelationalDatabaseConfigProperty |
Use the `RelationalDatabaseConfig` property type to specify `RelationalDatabaseConfig` for an AWS AppSync data source.
|
| CfnDataSourceProps |
Properties for defining a `CfnDataSource`.
|
| CfnDomainNameApiAssociationProps |
Properties for defining a `CfnDomainNameApiAssociation`.
|
| CfnDomainNameProps |
Properties for defining a `CfnDomainName`.
|
| CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty |
The `LambdaConflictHandlerConfig` object when configuring `LAMBDA` as the Conflict Handler.
|
| CfnFunctionConfiguration.SyncConfigProperty |
Describes a Sync configuration for a resolver.
|
| CfnFunctionConfigurationProps |
Properties for defining a `CfnFunctionConfiguration`.
|
| CfnGraphQLApi.AdditionalAuthenticationProviderProperty |
Describes an additional authentication provider.
|
| CfnGraphQLApi.CognitoUserPoolConfigProperty |
Describes an Amazon Cognito user pool configuration.
|
| CfnGraphQLApi.LambdaAuthorizerConfigProperty |
Configuration for AWS Lambda function authorization.
|
| CfnGraphQLApi.LogConfigProperty |
The `LogConfig` property type specifies the logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AWS AppSync GraphQL API.
|
| CfnGraphQLApi.OpenIDConnectConfigProperty |
The `OpenIDConnectConfig` property type specifies the optional authorization configuration for using an OpenID Connect compliant service with your GraphQL endpoint for an AWS AppSync GraphQL API.
|
| CfnGraphQLApi.UserPoolConfigProperty |
The `UserPoolConfig` property type specifies the optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint for an AWS AppSync GraphQL API.
|
| CfnGraphQLApiProps |
Properties for defining a `CfnGraphQLApi`.
|
| CfnGraphQLSchemaProps |
Properties for defining a `CfnGraphQLSchema`.
|
| CfnResolver.CachingConfigProperty |
The caching configuration for a resolver that has caching activated.
|
| CfnResolver.LambdaConflictHandlerConfigProperty |
The `LambdaConflictHandlerConfig` when configuring LAMBDA as the Conflict Handler.
|
| CfnResolver.PipelineConfigProperty |
Use the `PipelineConfig` property type to specify `PipelineConfig` for an AWS AppSync resolver.
|
| CfnResolver.SyncConfigProperty |
Describes a Sync configuration for a resolver.
|
| CfnResolverProps |
Properties for defining a `CfnResolver`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.appsync.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-appsync-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::AppSync.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.