Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amazonmq.CfnBrokerPropsMixin.Builder
Packages that use CfnBrokerPropsMixin.Builder
-
Uses of CfnBrokerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.amazonmq
Methods in software.amazon.awscdk.cfnpropertymixins.services.amazonmq that return CfnBrokerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnBrokerPropsMixin.Builder.authenticationStrategy(String authenticationStrategy) Optional.CfnBrokerPropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ.CfnBrokerPropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ.CfnBrokerPropsMixin.Builder.brokerName(String brokerName) Required.CfnBrokerPropsMixin.Builder.configuration(CfnBrokerPropsMixin.ConfigurationIdProperty configuration) A list of information about the configuration.CfnBrokerPropsMixin.Builder.configuration(IResolvable configuration) A list of information about the configuration.static CfnBrokerPropsMixin.BuilderCfnBrokerPropsMixin.Builder.create()static CfnBrokerPropsMixin.BuilderCfnBrokerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnBrokerPropsMixin.Builder.dataReplicationMode(String dataReplicationMode) Defines whether this broker is a part of a data replication pair.CfnBrokerPropsMixin.Builder.dataReplicationPrimaryBrokerArn(String dataReplicationPrimaryBrokerArn) The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker.CfnBrokerPropsMixin.Builder.deploymentMode(String deploymentMode) Required.CfnBrokerPropsMixin.Builder.encryptionOptions(CfnBrokerPropsMixin.EncryptionOptionsProperty encryptionOptions) Encryption options for the broker.CfnBrokerPropsMixin.Builder.encryptionOptions(IResolvable encryptionOptions) Encryption options for the broker.CfnBrokerPropsMixin.Builder.engineType(String engineType) Required.CfnBrokerPropsMixin.Builder.engineVersion(String engineVersion) The broker engine version.CfnBrokerPropsMixin.Builder.hostInstanceType(String hostInstanceType) Required.CfnBrokerPropsMixin.Builder.ldapServerMetadata(CfnBrokerPropsMixin.LdapServerMetadataProperty ldapServerMetadata) Optional.CfnBrokerPropsMixin.Builder.ldapServerMetadata(IResolvable ldapServerMetadata) Optional.CfnBrokerPropsMixin.Builder.logs(CfnBrokerPropsMixin.LogListProperty logs) Enables Amazon CloudWatch logging for brokers.CfnBrokerPropsMixin.Builder.logs(IResolvable logs) Enables Amazon CloudWatch logging for brokers.CfnBrokerPropsMixin.Builder.maintenanceWindowStartTime(CfnBrokerPropsMixin.MaintenanceWindowProperty maintenanceWindowStartTime) The parameters that determine the WeeklyStartTime.CfnBrokerPropsMixin.Builder.maintenanceWindowStartTime(IResolvable maintenanceWindowStartTime) The parameters that determine the WeeklyStartTime.CfnBrokerPropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) Enables connections from applications outside of the VPC that hosts the broker's subnets.CfnBrokerPropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) Enables connections from applications outside of the VPC that hosts the broker's subnets.CfnBrokerPropsMixin.Builder.securityGroups(List<String> securityGroups) The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.CfnBrokerPropsMixin.Builder.storageType(String storageType) The broker's storage type.The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.CfnBrokerPropsMixin.Builder.tags(List<? extends CfnBrokerPropsMixin.TagsEntryProperty> tags) Create tags when creating the broker.The list of broker users (persons or applications) who can access queues and topics.CfnBrokerPropsMixin.Builder.users(IResolvable users) The list of broker users (persons or applications) who can access queues and topics.