@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.960Z") @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.
|
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 © 2021. All rights reserved.