Interface CfnRule.SqsParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRule.SqsParametersProperty.Jsii$Proxy
Enclosing class:
CfnRule

@Stability(Stable) public static interface CfnRule.SqsParametersProperty extends software.amazon.jsii.JsiiSerializable
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.events.*;
 SqsParametersProperty sqsParametersProperty = SqsParametersProperty.builder()
         .messageGroupId("messageGroupId")
         .build();
 

See Also: