| Package | Description |
|---|---|
| software.amazon.awscdk.services.amazonmq |
Amazon MQ Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.Builder |
CfnBroker.Builder.authenticationStrategy(String authenticationStrategy)
Optional.
|
CfnBroker.Builder |
CfnBroker.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
CfnBroker.Builder |
CfnBroker.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
CfnBroker.Builder |
CfnBroker.Builder.brokerName(String brokerName)
The name of the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.configuration(CfnBroker.ConfigurationIdProperty configuration)
A list of information about the configuration.
|
CfnBroker.Builder |
CfnBroker.Builder.configuration(IResolvable configuration)
A list of information about the configuration.
|
static CfnBroker.Builder |
CfnBroker.Builder.create(software.constructs.Construct scope,
String id) |
CfnBroker.Builder |
CfnBroker.Builder.deploymentMode(String deploymentMode)
The deployment mode of the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.encryptionOptions(CfnBroker.EncryptionOptionsProperty encryptionOptions)
Encryption options for the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.encryptionOptions(IResolvable encryptionOptions)
Encryption options for the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.engineType(String engineType)
The type of broker engine.
|
CfnBroker.Builder |
CfnBroker.Builder.engineVersion(String engineVersion)
The version of the broker engine.
|
CfnBroker.Builder |
CfnBroker.Builder.hostInstanceType(String hostInstanceType)
The broker's instance type.
|
CfnBroker.Builder |
CfnBroker.Builder.ldapServerMetadata(CfnBroker.LdapServerMetadataProperty ldapServerMetadata)
Optional.
|
CfnBroker.Builder |
CfnBroker.Builder.ldapServerMetadata(IResolvable ldapServerMetadata)
Optional.
|
CfnBroker.Builder |
CfnBroker.Builder.logs(CfnBroker.LogListProperty logs)
Enables Amazon CloudWatch logging for brokers.
|
CfnBroker.Builder |
CfnBroker.Builder.logs(IResolvable logs)
Enables Amazon CloudWatch logging for brokers.
|
CfnBroker.Builder |
CfnBroker.Builder.maintenanceWindowStartTime(CfnBroker.MaintenanceWindowProperty maintenanceWindowStartTime)
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.maintenanceWindowStartTime(IResolvable maintenanceWindowStartTime)
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
CfnBroker.Builder |
CfnBroker.Builder.publiclyAccessible(Boolean publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
CfnBroker.Builder |
CfnBroker.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
CfnBroker.Builder |
CfnBroker.Builder.securityGroups(List<String> securityGroups)
The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
|
CfnBroker.Builder |
CfnBroker.Builder.storageType(String storageType)
The broker's storage type.
|
CfnBroker.Builder |
CfnBroker.Builder.subnetIds(List<String> subnetIds)
The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.
|
CfnBroker.Builder |
CfnBroker.Builder.tags(List<? extends CfnBroker.TagsEntryProperty> tags)
An array of key-value pairs.
|
CfnBroker.Builder |
CfnBroker.Builder.users(IResolvable users)
The list of broker users (persons or applications) who can access queues and topics.
|
CfnBroker.Builder |
CfnBroker.Builder.users(List<? extends Object> users)
The list of broker users (persons or applications) who can access queues and topics.
|
Copyright © 2022. All rights reserved.