Class DynamoDBActionIdentifiers
- Namespace
- Amazon.Auth.AccessControlPolicy.ActionIdentifiers
- Assembly
- AWSSDK.Core.dll
The available AWS access control policy actions for Amazon DynamoDB.
[Obsolete("The Amazon.Auth.AccessContolPolicy classes are out of date and are no longer being maintained.\nPlease construct policy documents using the information found here: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policies-json")]
public static class DynamoDBActionIdentifiers
- Inheritance
-
DynamoDBActionIdentifiers
- Inherited Members
Fields
AllDynamoDBActions
public static readonly ActionIdentifier AllDynamoDBActions
Field Value
BatchGetItem
public static readonly ActionIdentifier BatchGetItem
Field Value
BatchWriteItem
public static readonly ActionIdentifier BatchWriteItem
Field Value
CreateTable
public static readonly ActionIdentifier CreateTable
Field Value
DeleteItem
public static readonly ActionIdentifier DeleteItem
Field Value
DeleteTable
public static readonly ActionIdentifier DeleteTable
Field Value
DescribeTable
public static readonly ActionIdentifier DescribeTable
Field Value
GetItem
public static readonly ActionIdentifier GetItem
Field Value
ListTables
public static readonly ActionIdentifier ListTables
Field Value
PutItem
public static readonly ActionIdentifier PutItem
Field Value
Query
public static readonly ActionIdentifier Query
Field Value
Scan
public static readonly ActionIdentifier Scan
Field Value
UpdateItem
public static readonly ActionIdentifier UpdateItem
Field Value
UpdateTable
public static readonly ActionIdentifier UpdateTable