AWS::Pipes::Pipe PipeSourceRabbitMQBrokerParameters
The parameters for using a Rabbit MQ broker as a source.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BatchSize" :Integer, "Credentials" :MQBrokerAccessCredentials, "MaximumBatchingWindowInSeconds" :Integer, "QueueName" :String, "VirtualHost" :String}
YAML
BatchSize:IntegerCredentials:MQBrokerAccessCredentialsMaximumBatchingWindowInSeconds:IntegerQueueName:StringVirtualHost:String
Properties
BatchSizeThe maximum number of records to include in each batch.
Required: No
Type: Integer
Update requires: No interruption
CredentialsThe credentials needed to access the resource.
Required: Yes
Type: MQBrokerAccessCredentials
Update requires: No interruption
MaximumBatchingWindowInSecondsThe maximum length of a time to wait for events.
Required: No
Type: Integer
Update requires: No interruption
QueueNameThe name of the destination queue to consume.
Required: Yes
Type: String
Update requires: Replacement
VirtualHost-
The name of the virtual host associated with the source broker.
Required: No
Type: String
Update requires: Replacement