A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/IoT/Types/DynamoDBv2Action.html below:

DynamoDBv2Action — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DynamoDBv2Action
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing DynamoDBv2Action as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "AwsArn",   put_item: {     table_name: "TableName",   },
}

Describes an action to write to a DynamoDB table.

This DynamoDB action writes each attribute in the message payload into it's own column in the DynamoDB table.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #put_itemTypes::PutItemInput

Specifies the DynamoDB table to which the message data will be written. For example:

{ "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName": "my-table" } } }

Each attribute in the message payload will be written to a separate column in the DynamoDB database.

#role_arn ⇒ String

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4