
src.dataplex.v1.DataScanArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.dataplex.v1
final case class DataScanArgs private(
data: besom.types.Output[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataSourceArgs],
dataProfileSpec: besom.types.Output[scala.Option[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataProfileSpecArgs]],
dataQualitySpec: besom.types.Output[scala.Option[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataQualitySpecArgs]],
dataScanId: besom.types.Output[String],
description: besom.types.Output[scala.Option[String]],
displayName: besom.types.Output[scala.Option[String]],
executionSpec: besom.types.Output[scala.Option[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataScanExecutionSpecArgs]],
labels: besom.types.Output[scala.Option[scala.Predef.Map[String, String]]],
location: besom.types.Output[scala.Option[String]],
project: besom.types.Output[scala.Option[String]]
)
object DataScanArgs:
def apply(
data: besom.types.Input[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataSourceArgs],
dataProfileSpec: besom.types.Input.Optional[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataProfileSpecArgs] = scala.None,
dataQualitySpec: besom.types.Input.Optional[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataQualitySpecArgs] = scala.None,
dataScanId: besom.types.Input[String],
description: besom.types.Input.Optional[String] = scala.None,
displayName: besom.types.Input.Optional[String] = scala.None,
executionSpec: besom.types.Input.Optional[besom.api.googlenative.dataplex.v1.inputs.GoogleCloudDataplexV1DataScanExecutionSpecArgs] = scala.None,
labels: besom.types.Input.Optional[scala.Predef.Map[String, besom.types.Input[String]]] = scala.None,
location: besom.types.Input.Optional[String] = scala.None,
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): DataScanArgs =
new DataScanArgs(
data = data.asOutput(isSecret = false),
dataProfileSpec = dataProfileSpec.asOptionOutput(isSecret = false),
dataQualitySpec = dataQualitySpec.asOptionOutput(isSecret = false),
dataScanId = dataScanId.asOutput(isSecret = false),
description = description.asOptionOutput(isSecret = false),
displayName = displayName.asOptionOutput(isSecret = false),
executionSpec = executionSpec.asOptionOutput(isSecret = false),
labels = labels.asOptionOutput(isSecret = false),
location = location.asOptionOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[DataScanArgs] =
besom.internal.Encoder.derived[DataScanArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[DataScanArgs] =
besom.internal.ArgsEncoder.derived[DataScanArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy