Action | Description | Resource | Condition |
---|---|---|---|
sdb:BatchDeleteAttributes | Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:BatchPutAttributes | With the BatchPutAttributes operation, you can perform multiple PutAttribute operations in a single call. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:CreateDomain | The CreateDomain operation creates a new domain. | * | - |
sdb:DeleteAttributes | Deletes one or more attributes associated with the item. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:DeleteDomain | The DeleteDomain operation deletes a domain. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:DomainMetadata | Returns information about the domain, including when the domain was created, the number of items and attributes, and the size of attribute names and values. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:GetAttributes | Returns all of the attributes associated with the item. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:ListDomains | The ListDomains operation lists all domains associated with the Access Key ID. | * | - |
sdb:PutAttributes | The PutAttributes operation creates or replaces attributes in an item. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |
sdb:Select | The Select operation returns a set of Attributes for ItemNames that match the select expression. | arn:aws:sdb:$region:$account-id:domain/$domain-name | - |