public static interface CfnRule.SqsParametersProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRule.SqsParametersProperty.Builder
A builder for
CfnRule.SqsParametersProperty |
static class |
CfnRule.SqsParametersProperty.Jsii$Proxy
An implementation for
CfnRule.SqsParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRule.SqsParametersProperty.Builder |
builder() |
java.lang.String |
getMessageGroupId()
The FIFO message group ID to use as the target.
|
java.lang.String getMessageGroupId()
static CfnRule.SqsParametersProperty.Builder builder()