| Package | Description |
|---|---|
| software.amazon.awscdk.services.amazonmq |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnBroker.TagsEntryProperty.Jsii$Proxy
An implementation for
CfnBroker.TagsEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.TagsEntryProperty |
CfnBroker.TagsEntryProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnBroker.TagsEntryProperty> |
CfnBrokerProps.getTags()
`AWS::AmazonMQ::Broker.Tags`.
|
List<CfnBroker.TagsEntryProperty> |
CfnBrokerProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.Builder |
CfnBroker.Builder.tags(List<? extends CfnBroker.TagsEntryProperty> tags)
`AWS::AmazonMQ::Broker.Tags`.
|
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.tags(List<? extends CfnBroker.TagsEntryProperty> tags)
Sets the value of
CfnBrokerProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(Object autoMinorVersionUpgrade,
String brokerName,
String deploymentMode,
String engineType,
String engineVersion,
String hostInstanceType,
Object publiclyAccessible,
Object users,
String authenticationStrategy,
Object configuration,
Object encryptionOptions,
Object ldapServerMetadata,
Object logs,
Object maintenanceWindowStartTime,
List<String> securityGroups,
String storageType,
List<String> subnetIds,
List<? extends CfnBroker.TagsEntryProperty> tags)
Constructor that initializes the object based on literal property values passed by the
CfnBrokerProps.Builder. |
Copyright © 2021. All rights reserved.