@Stability(value=Experimental) @Internal public static final class DynamoDbDataSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoDbDataSourceProps
DynamoDbDataSourcePropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoDbDataSourceProps.Builder, DynamoDbDataSourceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ITable table,
Boolean readOnlyAccess,
Boolean useCallerCredentials,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
DynamoDbDataSourceProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IGraphqlApi |
getApi()
(experimental) The API to attach this data source to.
|
String |
getDescription()
(experimental) the description of the data source.
|
String |
getName()
(experimental) The name of the data source.
|
Boolean |
getReadOnlyAccess()
(experimental) Specify whether this DS is read only or has read and write permissions to the DynamoDB table.
|
IRole |
getServiceRole()
(experimental) The IAM service role to be assumed by AppSync to interact with the data source.
|
ITable |
getTable()
(experimental) The DynamoDB table backing this data source.
|
Boolean |
getUseCallerCredentials()
(experimental) use credentials of caller to access DynamoDB.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ITable table, Boolean readOnlyAccess, Boolean useCallerCredentials, IRole serviceRole, IGraphqlApi api, String description, String name)
DynamoDbDataSourceProps.Builder.public final ITable getTable()
DynamoDbDataSourcePropsgetTable in interface DynamoDbDataSourcePropspublic final Boolean getReadOnlyAccess()
DynamoDbDataSourcePropsDefault: false
getReadOnlyAccess in interface DynamoDbDataSourcePropspublic final Boolean getUseCallerCredentials()
DynamoDbDataSourcePropsDefault: false
getUseCallerCredentials in interface DynamoDbDataSourcePropspublic final IRole getServiceRole()
BackedDataSourcePropsDefault: - Create a new role
getServiceRole in interface BackedDataSourcePropspublic final IGraphqlApi getApi()
BaseDataSourcePropsgetApi in interface BaseDataSourcePropspublic final String getDescription()
BaseDataSourcePropsDefault: - None
getDescription in interface BaseDataSourcePropspublic final String getName()
BaseDataSourcePropsDefault: - id of data source
getName in interface BaseDataSourceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.