DataScan

class DataScan : KotlinCustomResource

Creates a DataScan resource. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the scan was created.

Link copied to clipboard

The data source for DataScan.

Link copied to clipboard

The result of the data profile scan.

Link copied to clipboard

DataProfileScan related setting.

Link copied to clipboard

The result of the data quality scan.

Link copied to clipboard

DataQualityScan related setting.

Link copied to clipboard
val dataScanId: Output<String>

Required. DataScan identifier. Must contain only lowercase letters, numbers and hyphens. Must start with a letter. Must end with a number or a letter. Must be between 1-63 characters. Must be unique within the customer project / location.

Link copied to clipboard
val description: Output<String>

Optional. Description of the scan. Must be between 1-1024 characters.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name. Must be between 1-256 characters.

Link copied to clipboard

Optional. DataScan execution settings.If not specified, the fields in it will use their default values.

Link copied to clipboard

Status of the data scan execution.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User-defined labels for the scan.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

Current state of the DataScan.

Link copied to clipboard
val type: Output<String>

The type of DataScan.

Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the scan was last updated.

Link copied to clipboard
val urn: Output<String>