Show / Hide Table of Contents

Class TopicRuleDynamodb

Inheritance
System.Object
TopicRuleDynamodb
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.Iot.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleDynamodb

Fields

View Source

HashKeyField

The hash key name.

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

HashKeyType

The hash key type. Valid values are "STRING" or "NUMBER".

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

HashKeyValue

The hash key value.

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

Operation

The operation. Valid values are "INSERT", "UPDATE", or "DELETE".

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

PayloadField

The action payload.

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

RangeKeyField

The range key name.

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

RangeKeyType

The range key type. Valid values are "STRING" or "NUMBER".

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

RangeKeyValue

The range key value.

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

RoleArn

The ARN of the IAM role that grants access to the DynamoDB table.

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

TableName

The name of the DynamoDB table.

Declaration
public readonly string TableName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.