Show / Hide Table of Contents

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 Source

Region

AWS region of Elasticsearch domain. Defaults to current region.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

TableName

Name of the DynamoDB table.

Declaration
public readonly string TableName
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.