Data Product Args
fun DataProductArgs(currentMinorVersion: Output<String>? = null, customerEncryptionKey: Output<EncryptionKeyDetailsArgs>? = null, customerManagedKeyEncryptionEnabled: Output<Either<String, ControlState>>? = null, dataProductName: Output<String>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, majorVersion: Output<String>? = null, managedResourceGroupConfiguration: Output<ManagedResourceGroupConfigurationArgs>? = null, networkacls: Output<DataProductNetworkAclsArgs>? = null, owners: Output<List<String>>? = null, privateLinksEnabled: Output<Either<String, ControlState>>? = null, product: Output<String>? = null, publicNetworkAccess: Output<Either<String, ControlState>>? = null, publisher: Output<String>? = null, purviewAccount: Output<String>? = null, purviewCollection: Output<String>? = null, redundancy: Output<Either<String, ControlState>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)