Skip to main content

DeleteDynamoDB

Description

Deletes a document from DynamoDB based on hash and range key. The key can be string or number. The request requires all the primary keys for the operation (hash or hash and range key)

Tags

AWS, Amazon, Delete, DynamoDB, Remove

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Table Name *Table NameThe DynamoDB table name

Supports Expression Language, using Environment variables.
Region *RegionUS West (Oregon)
  • AWS GovCloud (US-East)
  • AWS GovCloud (US-West)
  • Africa (Cape Town)
  • Asia Pacific (Hong Kong)
  • Asia Pacific (Hyderabad)
  • Asia Pacific (Jakarta)
  • Asia Pacific (Malaysia)
  • Asia Pacific (Melbourne)
  • Asia Pacific (Mumbai)
  • Asia Pacific (Osaka)
  • Asia Pacific (Seoul)
  • Asia Pacific (Singapore)
  • Asia Pacific (Sydney)
  • Asia Pacific (Tokyo)
  • Canada (Central)
  • Canada West (Calgary)
  • China (Beijing)
  • China (Ningxia)
  • EU ISOE West
  • Europe (Frankfurt)
  • Europe (Ireland)
  • Europe (London)
  • Europe (Milan)
  • Europe (Paris)
  • Europe (Spain)
  • Europe (Stockholm)
  • Europe (Zurich)
  • Israel (Tel Aviv)
  • Middle East (Bahrain)
  • Middle East (UAE)
  • South America (Sao Paulo)
  • US East (N. Virginia)
  • US East (Ohio)
  • US ISO East
  • US ISO WEST
  • US ISOB East (Ohio)
  • US West (N. California)
  • US West (Oregon)
  • aws-cn-global
  • aws-global
  • aws-iso-b-global
  • aws-iso-global
  • aws-us-gov-global
AWS Credentials Provider Service *AWS Credentials Provider serviceController Service:
AWSCredentialsProviderService

Implementations:
AWSCredentialsProviderControllerService
The Controller Service that is used to obtain AWS credentials provider
Hash Key Name *Hash Key NameThe hash key name of the item

Supports Expression Language, using Environment variables.
Range Key NameRange Key NameThe range key name of the item

Supports Expression Language, using Environment variables.
Hash Key Value *Hash Key Value${dynamodb.item.hash.key.value}The hash key value of the item

Supports Expression Language, using FlowFile attributes and Environment variables.
Range Key ValueRange Key Value${dynamodb.item.range.key.value}

Supports Expression Language, using FlowFile attributes and Environment variables.
Hash Key Value Type *Hash Key Value Typestring
  • string
  • number
The hash key value type of the item
Range Key Value Type *Range Key Value Typestring
  • string
  • number
The range key value type of the item
Batch items for each request (between 1 and 50)Batch items for each request (between 1 and 50)1The items to be retrieved in one batch

Supports Expression Language, using Environment variables.
Communications Timeout *Communications Timeout30 secs
Endpoint Override URLEndpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.

Supports Expression Language, using Environment variables.
SSL Context ServiceSSL Context ServiceController Service:
SSLContextService

Implementations:
StandardRestrictedSSLContextService
StandardSSLContextService
Specifies an optional SSL Context Service that, if provided, will be used to create connections
Proxy Configuration Serviceproxy-configuration-serviceController Service:
ProxyConfigurationService

Implementations:
StandardProxyConfigurationService
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN

Dynamic Properties

This component does not support dynamic properties.

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
successFlowFiles are routed to success relationship
unprocessedFlowFiles are routed to unprocessed relationship when DynamoDB is not able to process all the items in the request. Typical reasons are insufficient table throughput capacity and exceeding the maximum bytes per request. Unprocessed FlowFiles can be retried with a new request.

Reads Attributes

NameDescription
dynamodb.item.hash.key.valueItems hash key value
dynamodb.item.range.key.valueItems range key value

Writes Attributes

NameDescription
dynamodb.error.codeDynamoDB error code
dynamodb.error.exception.messageDynamoDB exception message
dynamodb.error.messageDynamoDB error message
dynamodb.error.request.idDynamoDB error request id
dynamodb.error.retryableDynamoDB error is retryable
dynamodb.error.serviceDynamoDB error service
dynamodb.error.status.codeDynamoDB status code
dynamodb.key.error.not.foundDynamoDB key not found
dynamodb.key.error.unprocessedDynamoDB unprocessed keys
dynmodb.range.key.value.errorDynamoDB range key error

State Management

This component does not store state.

Restricted

This component is not restricted.

Input Requirement

This component requires an incoming relationship.

System Resource Considerations

This component does not specify system resource considerations.

See Also

GetDynamoDB, PutDynamoDB, PutDynamoDBRecord