ComponentArgs

constructor(applicationType: Output<Either<String, ApplicationType>>? = null, disableIpMasking: Output<Boolean>? = null, disableLocalAuth: Output<Boolean>? = null, flowType: Output<Either<String, FlowType>>? = null, forceCustomerStorageForProfiler: Output<Boolean>? = null, hockeyAppId: Output<String>? = null, immediatePurgeDataOn30Days: Output<Boolean>? = null, ingestionMode: Output<Either<String, IngestionMode>>? = null, kind: Output<String>? = null, location: Output<String>? = null, publicNetworkAccessForIngestion: Output<Either<String, PublicNetworkAccessType>>? = null, publicNetworkAccessForQuery: Output<Either<String, PublicNetworkAccessType>>? = null, requestSource: Output<Either<String, RequestSource>>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, retentionInDays: Output<Int>? = null, samplingPercentage: Output<Double>? = null, tags: Output<Map<String, String>>? = null, workspaceResourceId: Output<String>? = null)