Class DataSourceDynamodbConfig
Inheritance
System.Object
DataSourceDynamodbConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppSync.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DataSourceDynamodbConfig
Fields
View SourceRegion
AWS region of Elasticsearch domain. Defaults to current region.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
TableName
Name of the DynamoDB table.
Declaration
public readonly string TableName
Field Value
| Type | Description |
|---|---|
| System.String |
UseCallerCredentials
Set to true to use Amazon Cognito credentials with this data source.
Declaration
public readonly bool? UseCallerCredentials
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |