@Stability(value=Stable)
public static interface CfnRule.SqsParametersProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getMessageGroupId()
The FIFO message group ID to use as the target.
|
@Stability(value=Stable) @NotNull String getMessageGroupId()
@Stability(value=Stable) static CfnRule.SqsParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.