DomainArgs

constructor(autoCreateTopicWithFirstSubscription: Output<Boolean>? = null, autoDeleteTopicWithLastSubscription: Output<Boolean>? = null, dataResidencyBoundary: Output<Either<String, DataResidencyBoundary>>? = null, disableLocalAuth: Output<Boolean>? = null, domainName: Output<String>? = 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)