| 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 |
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 |
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 |
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 |
RdsDataSourceProps.Jsii$Proxy
An implementation for
RdsDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
BaseDataSourceProps |
BaseDataSourceProps.Builder.build()
Builds the configured instance.
|
Copyright © 2021. All rights reserved.