PipeSourceRabbitMQBrokerParameters
The parameters for using a Rabbit MQ broker as a source.
Contents
- Credentials
-
The credentials needed to access the resource.
Type: MQBrokerAccessCredentials object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- QueueName
-
The name of the destination queue to consume.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Pattern:
[\s\S]*
Required: Yes
- BatchSize
-
The maximum number of records to include in each batch.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: No
- MaximumBatchingWindowInSeconds
-
The maximum length of a time to wait for events.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 300.
Required: No
- VirtualHost
-
The name of the virtual host associated with the source broker.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
[a-zA-Z0-9-\/*:_+=.@-]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: