Class DataSourceDynamodbConfigArgs


  • public final class DataSourceDynamodbConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        AWS region of the DynamoDB table. Defaults to current region.
      • tableName

        public com.pulumi.core.Output<java.lang.String> tableName()
        Returns:
        Name of the DynamoDB table.
      • useCallerCredentials

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> useCallerCredentials()
        Returns:
        Set to `true` to use Amazon Cognito credentials with this data source.
      • versioned

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> versioned()
        Returns:
        Detects Conflict Detection and Resolution with this data source.