Show / Hide Table of Contents

Class DataSourceDynamodbConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DataSourceDynamodbConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

DataSourceDynamodbConfigArgs()

Declaration
public DataSourceDynamodbConfigArgs()

Properties

View Source

Region

AWS region of Elasticsearch domain. Defaults to current region.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TableName

Name of the DynamoDB table.

Declaration
public Input<string> TableName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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