| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDbDataSourceProps
(experimental) Properties for an AppSync DynamoDB datasource.
|
interface |
LambdaDataSourceProps
(experimental) Properties for an AppSync Lambda 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 |
DynamoDbDataSourceProps.Jsii$Proxy
An implementation for
DynamoDbDataSourceProps |
static class |
LambdaDataSourceProps.Jsii$Proxy
An implementation for
LambdaDataSourceProps |
static class |
RdsDataSourceProps.Jsii$Proxy
An implementation for
RdsDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
BackedDataSourceProps |
BackedDataSourceProps.Builder.build()
Builds the configured instance.
|
| Constructor and Description |
|---|
BackedDataSource(software.constructs.Construct scope,
String id,
BackedDataSourceProps props,
ExtendedDataSourceProps extended) |
BaseDataSource(software.constructs.Construct scope,
String id,
BackedDataSourceProps props,
ExtendedDataSourceProps extended) |
Copyright © 2021. All rights reserved.