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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRule.SqsParametersPropertystatic final classAn implementation forCfnRule.SqsParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessageGroupId
The FIFO message group ID to use as the target. -
builder
-