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 SourceHashKeyField
The hash key name.
Declaration
public readonly string HashKeyField
Field Value
| Type | Description |
|---|---|
| System.String |
HashKeyType
The hash key type. Valid values are "STRING" or "NUMBER".
Declaration
public readonly string HashKeyType
Field Value
| Type | Description |
|---|---|
| System.String |
HashKeyValue
The hash key value.
Declaration
public readonly string HashKeyValue
Field Value
| Type | Description |
|---|---|
| System.String |
Operation
The operation. Valid values are "INSERT", "UPDATE", or "DELETE".
Declaration
public readonly string Operation
Field Value
| Type | Description |
|---|---|
| System.String |
PayloadField
The action payload.
Declaration
public readonly string PayloadField
Field Value
| Type | Description |
|---|---|
| System.String |
RangeKeyField
The range key name.
Declaration
public readonly string RangeKeyField
Field Value
| Type | Description |
|---|---|
| System.String |
RangeKeyType
The range key type. Valid values are "STRING" or "NUMBER".
Declaration
public readonly string RangeKeyType
Field Value
| Type | Description |
|---|---|
| System.String |
RangeKeyValue
The range key value.
Declaration
public readonly string RangeKeyValue
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
TableName
The name of the DynamoDB table.
Declaration
public readonly string TableName
Field Value
| Type | Description |
|---|---|
| System.String |