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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRule.SqsParametersProperty
static final class
An 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.- See Also:
-
builder
-