BrokerArgs

constructor(applyImmediately: Output<Boolean>? = null, authenticationStrategy: Output<String>? = null, autoMinorVersionUpgrade: Output<Boolean>? = null, brokerName: Output<String>? = null, configuration: Output<BrokerConfigurationArgs>? = null, dataReplicationMode: Output<String>? = null, dataReplicationPrimaryBrokerArn: Output<String>? = null, deploymentMode: Output<String>? = null, encryptionOptions: Output<BrokerEncryptionOptionsArgs>? = null, engineType: Output<String>? = null, engineVersion: Output<String>? = null, hostInstanceType: Output<String>? = null, ldapServerMetadata: Output<BrokerLdapServerMetadataArgs>? = null, logs: Output<BrokerLogsArgs>? = null, maintenanceWindowStartTime: Output<BrokerMaintenanceWindowStartTimeArgs>? = null, publiclyAccessible: Output<Boolean>? = null, securityGroups: Output<List<String>>? = null, storageType: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, users: Output<List<BrokerUserArgs>>? = null)