Class DataSourceDynamodbConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DataSourceDynamodbConfigArgs : ResourceArgs
Constructors
View SourceDataSourceDynamodbConfigArgs()
Declaration
public DataSourceDynamodbConfigArgs()
Properties
View SourceRegion
AWS region of Elasticsearch domain. Defaults to current region.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TableName
Name of the DynamoDB table.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UseCallerCredentials
Set to true to use Amazon Cognito credentials with this data source.
Declaration
public Input<bool> UseCallerCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |