public class SqsIO extends Object
SqsIO
provides an IO transform for writing messages to SQS
Although an SQS output transform exists in the standard Beam SDK this differs slightly in that it supports per-invocation AWS credentials, and does not rely on global pipeline option based AWS credential specification.
Modifier and Type | Class and Description |
---|---|
static class |
SqsIO.Write |
Constructor and Description |
---|
SqsIO() |
Modifier and Type | Method and Description |
---|---|
static String[] |
parseQueueInfo(String input)
Parse an input queue specification, returning each element
|
static SqsIO.Write |
write(String sqsQueueInfo,
String project)
Return
PTransform to write messages to SQS |
public static String[] parseQueueInfo(String input)
The expected format is queueurl:accesskey:secret:region
input
- Input stringpublic static SqsIO.Write write(String sqsQueueInfo, String project)
PTransform
to write messages to SQSsqsQueueInfo
- SQS queue information, url:key:secret:regionproject
- GCP project name, only required if decrypting queue infomration via cloudkmsCopyright © 2022. All rights reserved.