@Stability(value=Stable)
public static interface CfnBroker.ConfigurationIdProperty
extends software.amazon.jsii.JsiiSerializable
Does not apply to RabbitMQ brokers.
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.amazonmq.*;
ConfigurationIdProperty configurationIdProperty = ConfigurationIdProperty.builder()
.id("id")
.revision(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBroker.ConfigurationIdProperty.Builder
A builder for
CfnBroker.ConfigurationIdProperty |
static class |
CfnBroker.ConfigurationIdProperty.Jsii$Proxy
An implementation for
CfnBroker.ConfigurationIdProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBroker.ConfigurationIdProperty.Builder |
builder() |
String |
getId()
The unique ID that Amazon MQ generates for the configuration.
|
Number |
getRevision()
The revision number of the configuration.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull Number getRevision()
@Stability(value=Stable) static CfnBroker.ConfigurationIdProperty.Builder builder()
Copyright © 2022. All rights reserved.