@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.277Z") @Stability(value=Experimental) public interface DynamoDbDataSourceProps extends software.amazon.jsii.JsiiSerializable, BackedDataSourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoDbDataSourceProps.Builder
A builder for
DynamoDbDataSourceProps |
static class |
DynamoDbDataSourceProps.Jsii$Proxy
An implementation for
DynamoDbDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDbDataSourceProps.Builder |
builder() |
default Boolean |
getReadOnlyAccess()
(experimental) Specify whether this DS is read only or has read and write permissions to the DynamoDB table.
|
ITable |
getTable()
(experimental) The DynamoDB table backing this data source [disable-awslint:ref-via-interface].
|
default Boolean |
getUseCallerCredentials()
(experimental) use credentials of caller to access DynamoDB.
|
getServiceRolegetApi, getDescription, getName@Stability(value=Experimental) @NotNull ITable getTable()
@Stability(value=Experimental) @Nullable default Boolean getReadOnlyAccess()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getUseCallerCredentials()
Default: false
@Stability(value=Experimental) static DynamoDbDataSourceProps.Builder builder()
builder in interface BackedDataSourcePropsbuilder in interface BaseDataSourcePropsDynamoDbDataSourceProps.Builder of DynamoDbDataSourcePropsCopyright © 2020. All rights reserved.