accessKeyId
The AWS Access Key ID.
type
string
default
{
accessKeyId = "";
}
arn
Amazon Resource Name (ARN) of the queue. This is set by NixOps.
type
string
default
{
arn = "";
}
name
Name of the SQS queue.
type
string
default
{
name = "charon-{uuid}-{name}";
}
region
AWS region.
type
string
url
URL of the queue. This is set by NixOps.
type
string
default
{
url = "";
}
visibilityTimeout
The time interval in seconds after a message has been received until it becomes visible again.
type
signed integer
default
{
visibilityTimeout = 30;
}