TopicArgs

constructor(dataResidencyBoundary: Output<Either<String, DataResidencyBoundary>>? = null, disableLocalAuth: Output<Boolean>? = null, eventTypeInfo: Output<EventTypeInfoArgs>? = null, identity: Output<IdentityInfoArgs>? = null, inboundIpRules: Output<List<InboundIpRuleArgs>>? = null, inputSchema: Output<Either<String, InputSchema>>? = null, inputSchemaMapping: Output<JsonInputSchemaMappingArgs>? = null, location: Output<String>? = null, minimumTlsVersionAllowed: Output<Either<String, TlsVersion>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, topicName: Output<String>? = null)