BrokerArgs

constructor(authImage: Output<ContainerImageArgs>? = null, brokerImage: Output<ContainerImageArgs>? = null, brokerName: Output<String>? = null, brokerNodeTolerations: Output<NodeTolerationsArgs>? = null, cardinality: Output<CardinalityArgs>? = null, diagnostics: Output<BrokerDiagnosticsArgs>? = null, diskBackedMessageBufferSettings: Output<DiskBackedMessageBufferSettingsArgs>? = null, encryptInternalTraffic: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationPropertyArgs>? = null, healthManagerImage: Output<ContainerImageArgs>? = null, healthManagerNodeTolerations: Output<NodeTolerationsArgs>? = null, internalCerts: Output<CertManagerCertOptionsArgs>? = null, location: Output<String>? = null, memoryProfile: Output<Either<String, BrokerMemoryProfile>>? = null, mode: Output<Either<String, RunMode>>? = null, mqName: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)