gcp_dataplex_zone

ancestors

Type: UNORDERED_LIST_STRING

asset_status

Type: STRUCT
Provider name: assetStatus
Description: Output only. Aggregated status of the underlying assets of the zone.

  • active_assets
    Type: INT32
    Provider name: activeAssets
    Description: Number of active assets.
  • security_policy_applying_assets
    Type: INT32
    Provider name: securityPolicyApplyingAssets
    Description: Number of assets that are in process of updating the security policy on attached resources.
  • update_time
    Type: TIMESTAMP
    Provider name: updateTime
    Description: Last update time of the status.

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time when the zone was created.

description

Type: STRING
Provider name: description
Description: Optional. Description of the zone.

discovery_spec

Type: STRUCT
Provider name: discoverySpec
Description: Optional. Specification of the discovery feature applied to data in this zone.

  • csv_options
    Type: STRUCT
    Provider name: csvOptions
    Description: Optional. Configuration for CSV data.
    • delimiter
      Type: STRING
      Provider name: delimiter
      Description: Optional. The delimiter being used to separate values. This defaults to ‘,’.
    • disable_type_inference
      Type: BOOLEAN
      Provider name: disableTypeInference
      Description: Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    • encoding
      Type: STRING
      Provider name: encoding
      Description: Optional. The character encoding of the data. The default is UTF-8.
    • header_rows
      Type: INT32
      Provider name: headerRows
      Description: Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
  • enabled
    Type: BOOLEAN
    Provider name: enabled
    Description: Required. Whether discovery is enabled.
  • exclude_patterns
    Type: UNORDERED_LIST_STRING
    Provider name: excludePatterns
    Description: Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
  • include_patterns
    Type: UNORDERED_LIST_STRING
    Provider name: includePatterns
    Description: Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
  • json_options
    Type: STRUCT
    Provider name: jsonOptions
    Description: Optional. Configuration for Json data.
    • disable_type_inference
      Type: BOOLEAN
      Provider name: disableTypeInference
      Description: Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).
    • encoding
      Type: STRING
      Provider name: encoding
      Description: Optional. The character encoding of the data. The default is UTF-8.
  • schedule
    Type: STRING
    Provider name: schedule
    Description: Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes.To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: “CRON_TZ=${IANA_TIME_ZONE}” or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, CRON_TZ=America/New_York 1 * * * *, or TZ=America/New_York 1 * * * *.

gcp_display_name

Type: STRING
Provider name: displayName
Description: Optional. User friendly display name.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Output only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

resource_spec

Type: STRUCT
Provider name: resourceSpec
Description: Required. Specification of the resources that are referenced by the assets within this zone.

  • location_type
    Type: STRING
    Provider name: locationType
    Description: Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.
    Possible values:
    • LOCATION_TYPE_UNSPECIFIED - Unspecified location type.
    • SINGLE_REGION - Resources that are associated with a single region.
    • MULTI_REGION - Resources that are associated with a multi-region location.

state

Type: STRING
Provider name: state
Description: Output only. Current state of the zone.
Possible values:

  • STATE_UNSPECIFIED - State is not specified.
  • ACTIVE - Resource is active, i.e., ready to use.
  • CREATING - Resource is under creation.
  • DELETING - Resource is under deletion.
  • ACTION_REQUIRED - Resource is active but has unresolved actions.

tags

Type: UNORDERED_LIST_STRING

type

Type: STRING
Provider name: type
Description: Required. Immutable. The type of the zone.
Possible values:

  • TYPE_UNSPECIFIED - Zone type not specified.
  • RAW - A zone that contains data that needs further processing before it is considered generally ready for consumption and analytics workloads.
  • CURATED - A zone that contains data that is considered to be ready for broader consumption and analytics workloads. Curated structured data stored in Cloud Storage must conform to certain file formats (parquet, avro and orc) and organized in a hive-compatible directory layout.

uid

Type: STRING
Provider name: uid
Description: Output only. System generated globally unique ID for the zone. This ID will be different if the zone is deleted and re-created with the same name.

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The time when the zone was last updated.

PREVIEWING: guacbot/translation-pipeline