docs/index.asciidoc in logstash-input-sqs-3.1.3 vs docs/index.asciidoc in logstash-input-sqs-3.2.0

- old
+ new

@@ -90,10 +90,11 @@ | <<plugins-{type}s-{plugin}-id_field>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-md5_field>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-polling_frequency>> |<<number,number>>|No | <<plugins-{type}s-{plugin}-proxy_uri>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-queue>> |<<string,string>>|Yes +| <<plugins-{type}s-{plugin}-queue_owner_aws_account_id>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-region>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-role_arn>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-role_session_name>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-secret_access_key>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-sent_timestamp_field>> |<<string,string>>|No @@ -185,9 +186,17 @@ * This is a required setting. * Value type is <<string,string>> * There is no default value for this setting. Name of the SQS Queue name to pull messages from. Note that this is just the name of the queue, not the URL or ARN. + +[id="plugins-{type}s-{plugin}-queue_owner_aws_account_id"] +===== `queue_owner_aws_account_id` + + * Value type is <<string,string>> + * There is no default value for this setting. + +ID of the AWS account owning the queue if you want to use a https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-basic-examples-of-sqs-policies.html#grant-two-permissions-to-one-account[cross-account queue] with embedded policy. Note that AWS SDK only support numerical account ID and not account aliases. [id="plugins-{type}s-{plugin}-region"] ===== `region` * Value type is <<string,string>>