@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.011Z") @Stability(value=Stable) public interface CfnConfigurationAssociationProps 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.amazonmq.*;
CfnConfigurationAssociationProps cfnConfigurationAssociationProps = CfnConfigurationAssociationProps.builder()
.broker("broker")
.configuration(ConfigurationIdProperty.builder()
.id("id")
.revision(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationAssociationProps.Builder
A builder for
CfnConfigurationAssociationProps |
static class |
CfnConfigurationAssociationProps.Jsii$Proxy
An implementation for
CfnConfigurationAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationAssociationProps.Builder |
builder() |
String |
getBroker()
The broker to associate with a configuration.
|
Object |
getConfiguration()
The configuration to associate with a broker.
|
@Stability(value=Stable) @NotNull String getBroker()
@Stability(value=Stable) @NotNull Object getConfiguration()
@Stability(value=Stable) static CfnConfigurationAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.