AWS::Pipes::Pipe PipeSourceActiveMQBrokerParameters
The parameters for using an Active 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}
YAML
BatchSize:IntegerCredentials:MQBrokerAccessCredentialsMaximumBatchingWindowInSeconds:IntegerQueueName: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