| Modifier and Type | Method and Description |
|---|---|
CfnBroker.Builder |
authenticationStrategy(String authenticationStrategy)
Optional.
|
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 |
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 |
brokerName(String brokerName)
The name of the broker.
|
CfnBroker |
build() |
CfnBroker.Builder |
configuration(CfnBroker.ConfigurationIdProperty configuration)
A list of information about the configuration.
|
CfnBroker.Builder |
configuration(IResolvable configuration)
A list of information about the configuration.
|
static CfnBroker.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBroker.Builder |
deploymentMode(String deploymentMode)
The deployment mode of the broker.
|
CfnBroker.Builder |
encryptionOptions(CfnBroker.EncryptionOptionsProperty encryptionOptions)
Encryption options for the broker.
|
CfnBroker.Builder |
encryptionOptions(IResolvable encryptionOptions)
Encryption options for the broker.
|
CfnBroker.Builder |
engineType(String engineType)
The type of broker engine.
|
CfnBroker.Builder |
engineVersion(String engineVersion)
The version of the broker engine.
|
CfnBroker.Builder |
hostInstanceType(String hostInstanceType)
The broker's instance type.
|
CfnBroker.Builder |
ldapServerMetadata(CfnBroker.LdapServerMetadataProperty ldapServerMetadata)
Optional.
|
CfnBroker.Builder |
ldapServerMetadata(IResolvable ldapServerMetadata)
Optional.
|
CfnBroker.Builder |
logs(CfnBroker.LogListProperty logs)
Enables Amazon CloudWatch logging for brokers.
|
CfnBroker.Builder |
logs(IResolvable logs)
Enables Amazon CloudWatch logging for brokers.
|
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 |
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 |
publiclyAccessible(Boolean publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
CfnBroker.Builder |
publiclyAccessible(IResolvable publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
CfnBroker.Builder |
securityGroups(List<String> securityGroups)
The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
|
CfnBroker.Builder |
storageType(String storageType)
The broker's storage type.
|
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 |
tags(List<? extends CfnBroker.TagsEntryProperty> tags)
An array of key-value pairs.
|
CfnBroker.Builder |
users(IResolvable users)
The list of broker users (persons or applications) who can access queues and topics.
|
CfnBroker.Builder |
users(List<? extends Object> users)
The list of broker users (persons or applications) who can access queues and topics.
|
@Stability(value=Stable) public static CfnBroker.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBroker.ConfigurationIdProperty.Builder.@Stability(value=Stable) public CfnBroker.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
autoMinorVersionUpgrade - Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
autoMinorVersionUpgrade - Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder brokerName(String brokerName)
This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
brokerName - The name of the broker. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder deploymentMode(String deploymentMode)
SINGLE_INSTANCEACTIVE_STANDBY_MULTI_AZCLUSTER_MULTI_AZdeploymentMode - The deployment mode of the broker. Available values:. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder engineType(String engineType)
Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ .
engineType - The type of broker engine. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder engineVersion(String engineVersion)
For a list of supported engine versions, see Engine in the Amazon MQ Developer Guide .
engineVersion - The version of the broker engine. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder hostInstanceType(String hostInstanceType)
hostInstanceType - The broker's instance type. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder publiclyAccessible(Boolean publiclyAccessible)
publiclyAccessible - Enables connections from applications outside of the VPC that hosts the broker's subnets. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder publiclyAccessible(IResolvable publiclyAccessible)
publiclyAccessible - Enables connections from applications outside of the VPC that hosts the broker's subnets. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder users(IResolvable users)
For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
users - The list of broker users (persons or applications) who can access queues and topics. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder users(List<? extends Object> users)
For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
users - The list of broker users (persons or applications) who can access queues and topics. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder authenticationStrategy(String authenticationStrategy)
The authentication strategy used to secure the broker. The default is SIMPLE .
authenticationStrategy - Optional. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder configuration(CfnBroker.ConfigurationIdProperty configuration)
Does not apply to RabbitMQ brokers.
configuration - A list of information about the configuration. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder configuration(IResolvable configuration)
Does not apply to RabbitMQ brokers.
configuration - A list of information about the configuration. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder encryptionOptions(CfnBroker.EncryptionOptionsProperty encryptionOptions)
Does not apply to RabbitMQ brokers.
encryptionOptions - Encryption options for the broker. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder encryptionOptions(IResolvable encryptionOptions)
Does not apply to RabbitMQ brokers.
encryptionOptions - Encryption options for the broker. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder ldapServerMetadata(CfnBroker.LdapServerMetadataProperty ldapServerMetadata)
The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
ldapServerMetadata - Optional. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder ldapServerMetadata(IResolvable ldapServerMetadata)
The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
ldapServerMetadata - Optional. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder logs(CfnBroker.LogListProperty logs)
logs - Enables Amazon CloudWatch logging for brokers. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder logs(IResolvable logs)
logs - Enables Amazon CloudWatch logging for brokers. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder maintenanceWindowStartTime(CfnBroker.MaintenanceWindowProperty maintenanceWindowStartTime)
maintenanceWindowStartTime - The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder maintenanceWindowStartTime(IResolvable maintenanceWindowStartTime)
maintenanceWindowStartTime - The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder securityGroups(List<String> securityGroups)
securityGroups - The list of rules (1 minimum, 125 maximum) that authorize connections to brokers. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder storageType(String storageType)
storageType - The broker's storage type. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder subnetIds(List<String> subnetIds)
If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet.
If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
subnetIds - The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. This parameter is required.this@Stability(value=Stable) public CfnBroker.Builder tags(List<? extends CfnBroker.TagsEntryProperty> tags)
For more information, see Using Cost Allocation Tags in the Billing and Cost Management User Guide .
tags - An array of key-value pairs. This parameter is required.thisCopyright © 2022. All rights reserved.