| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BackedDataSourceProps
(experimental) properties for an AppSync datasource backed by a resource.
|
interface |
DynamoDbDataSourceProps
(experimental) Properties for an AppSync DynamoDB datasource.
|
interface |
ElasticsearchDataSourceProps
Deprecated.
- use `OpenSearchDataSourceProps` with `OpenSearchDataSource`
|
interface |
HttpDataSourceProps
(experimental) Properties for an AppSync http datasource.
|
interface |
LambdaDataSourceProps
(experimental) Properties for an AppSync Lambda datasource.
|
interface |
NoneDataSourceProps
(experimental) Properties for an AppSync dummy datasource.
|
interface |
OpenSearchDataSourceProps
(experimental) Properties for the OpenSearch Data Source.
|
interface |
RdsDataSourceProps
(experimental) Properties for an AppSync RDS datasource.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BackedDataSourceProps.Jsii$Proxy
An implementation for
BackedDataSourceProps |
static class |
BaseDataSourceProps.Jsii$Proxy
An implementation for
BaseDataSourceProps |
static class |
DynamoDbDataSourceProps.Jsii$Proxy
An implementation for
DynamoDbDataSourceProps |
static class |
ElasticsearchDataSourceProps.Jsii$Proxy
Deprecated.
|
static class |
HttpDataSourceProps.Jsii$Proxy
An implementation for
HttpDataSourceProps |
static class |
LambdaDataSourceProps.Jsii$Proxy
An implementation for
LambdaDataSourceProps |
static class |
NoneDataSourceProps.Jsii$Proxy
An implementation for
NoneDataSourceProps |
static class |
OpenSearchDataSourceProps.Jsii$Proxy
An implementation for
OpenSearchDataSourceProps |
static class |
RdsDataSourceProps.Jsii$Proxy
An implementation for
RdsDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
BaseDataSourceProps |
BaseDataSourceProps.Builder.build()
Builds the configured instance.
|
Copyright © 2022. All rights reserved.