1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dataplex
  5. dataplex/v1
  6. Asset

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dataplex/v1.Asset

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates an asset resource. Auto-naming is currently not supported for this resource.

    Create Asset Resource

    new Asset(name: string, args: AssetArgs, opts?: CustomResourceOptions);
    @overload
    def Asset(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              asset_id: Optional[str] = None,
              description: Optional[str] = None,
              discovery_spec: Optional[GoogleCloudDataplexV1AssetDiscoverySpecArgs] = None,
              display_name: Optional[str] = None,
              labels: Optional[Mapping[str, str]] = None,
              lake_id: Optional[str] = None,
              location: Optional[str] = None,
              project: Optional[str] = None,
              resource_spec: Optional[GoogleCloudDataplexV1AssetResourceSpecArgs] = None,
              zone: Optional[str] = None)
    @overload
    def Asset(resource_name: str,
              args: AssetArgs,
              opts: Optional[ResourceOptions] = None)
    func NewAsset(ctx *Context, name string, args AssetArgs, opts ...ResourceOption) (*Asset, error)
    public Asset(string name, AssetArgs args, CustomResourceOptions? opts = null)
    public Asset(String name, AssetArgs args)
    public Asset(String name, AssetArgs args, CustomResourceOptions options)
    
    type: google-native:dataplex/v1:Asset
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AssetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AssetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AssetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AssetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AssetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Asset Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Asset resource accepts the following input properties:

    AssetId string
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    LakeId string
    ResourceSpec Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetResourceSpec
    Specification of the resource that is referenced by this asset.
    Description string
    Optional. Description of the asset.
    DiscoverySpec Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoverySpec
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    DisplayName string
    Optional. User friendly display name.
    Labels Dictionary<string, string>
    Optional. User defined labels for the asset.
    Location string
    Project string
    Zone string
    AssetId string
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    LakeId string
    ResourceSpec GoogleCloudDataplexV1AssetResourceSpecArgs
    Specification of the resource that is referenced by this asset.
    Description string
    Optional. Description of the asset.
    DiscoverySpec GoogleCloudDataplexV1AssetDiscoverySpecArgs
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    DisplayName string
    Optional. User friendly display name.
    Labels map[string]string
    Optional. User defined labels for the asset.
    Location string
    Project string
    Zone string
    assetId String
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    lakeId String
    resourceSpec GoogleCloudDataplexV1AssetResourceSpec
    Specification of the resource that is referenced by this asset.
    description String
    Optional. Description of the asset.
    discoverySpec GoogleCloudDataplexV1AssetDiscoverySpec
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    displayName String
    Optional. User friendly display name.
    labels Map<String,String>
    Optional. User defined labels for the asset.
    location String
    project String
    zone String
    assetId string
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    lakeId string
    resourceSpec GoogleCloudDataplexV1AssetResourceSpec
    Specification of the resource that is referenced by this asset.
    description string
    Optional. Description of the asset.
    discoverySpec GoogleCloudDataplexV1AssetDiscoverySpec
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    displayName string
    Optional. User friendly display name.
    labels {[key: string]: string}
    Optional. User defined labels for the asset.
    location string
    project string
    zone string
    asset_id str
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    lake_id str
    resource_spec GoogleCloudDataplexV1AssetResourceSpecArgs
    Specification of the resource that is referenced by this asset.
    description str
    Optional. Description of the asset.
    discovery_spec GoogleCloudDataplexV1AssetDiscoverySpecArgs
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    display_name str
    Optional. User friendly display name.
    labels Mapping[str, str]
    Optional. User defined labels for the asset.
    location str
    project str
    zone str
    assetId String
    Required. Asset identifier. This ID will be used to generate names such as table names when publishing metadata to Hive Metastore and BigQuery. * 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 zone.
    lakeId String
    resourceSpec Property Map
    Specification of the resource that is referenced by this asset.
    description String
    Optional. Description of the asset.
    discoverySpec Property Map
    Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
    displayName String
    Optional. User friendly display name.
    labels Map<String>
    Optional. User defined labels for the asset.
    location String
    project String
    zone String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Asset resource produces the following output properties:

    CreateTime string
    The time when the asset was created.
    DiscoveryStatus Pulumi.GoogleNative.Dataplex.V1.Outputs.GoogleCloudDataplexV1AssetDiscoveryStatusResponse
    Status of the discovery feature applied to data referenced by this asset.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    ResourceStatus Pulumi.GoogleNative.Dataplex.V1.Outputs.GoogleCloudDataplexV1AssetResourceStatusResponse
    Status of the resource referenced by this asset.
    SecurityStatus Pulumi.GoogleNative.Dataplex.V1.Outputs.GoogleCloudDataplexV1AssetSecurityStatusResponse
    Status of the security policy applied to resource referenced by this asset.
    State string
    Current state of the asset.
    Uid string
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    UpdateTime string
    The time when the asset was last updated.
    CreateTime string
    The time when the asset was created.
    DiscoveryStatus GoogleCloudDataplexV1AssetDiscoveryStatusResponse
    Status of the discovery feature applied to data referenced by this asset.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    ResourceStatus GoogleCloudDataplexV1AssetResourceStatusResponse
    Status of the resource referenced by this asset.
    SecurityStatus GoogleCloudDataplexV1AssetSecurityStatusResponse
    Status of the security policy applied to resource referenced by this asset.
    State string
    Current state of the asset.
    Uid string
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    UpdateTime string
    The time when the asset was last updated.
    createTime String
    The time when the asset was created.
    discoveryStatus GoogleCloudDataplexV1AssetDiscoveryStatusResponse
    Status of the discovery feature applied to data referenced by this asset.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    resourceStatus GoogleCloudDataplexV1AssetResourceStatusResponse
    Status of the resource referenced by this asset.
    securityStatus GoogleCloudDataplexV1AssetSecurityStatusResponse
    Status of the security policy applied to resource referenced by this asset.
    state String
    Current state of the asset.
    uid String
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    updateTime String
    The time when the asset was last updated.
    createTime string
    The time when the asset was created.
    discoveryStatus GoogleCloudDataplexV1AssetDiscoveryStatusResponse
    Status of the discovery feature applied to data referenced by this asset.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    resourceStatus GoogleCloudDataplexV1AssetResourceStatusResponse
    Status of the resource referenced by this asset.
    securityStatus GoogleCloudDataplexV1AssetSecurityStatusResponse
    Status of the security policy applied to resource referenced by this asset.
    state string
    Current state of the asset.
    uid string
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    updateTime string
    The time when the asset was last updated.
    create_time str
    The time when the asset was created.
    discovery_status GoogleCloudDataplexV1AssetDiscoveryStatusResponse
    Status of the discovery feature applied to data referenced by this asset.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    resource_status GoogleCloudDataplexV1AssetResourceStatusResponse
    Status of the resource referenced by this asset.
    security_status GoogleCloudDataplexV1AssetSecurityStatusResponse
    Status of the security policy applied to resource referenced by this asset.
    state str
    Current state of the asset.
    uid str
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    update_time str
    The time when the asset was last updated.
    createTime String
    The time when the asset was created.
    discoveryStatus Property Map
    Status of the discovery feature applied to data referenced by this asset.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
    resourceStatus Property Map
    Status of the resource referenced by this asset.
    securityStatus Property Map
    Status of the security policy applied to resource referenced by this asset.
    state String
    Current state of the asset.
    uid String
    System generated globally unique ID for the asset. This ID will be different if the asset is deleted and re-created with the same name.
    updateTime String
    The time when the asset was last updated.

    Supporting Types

    GoogleCloudDataplexV1AssetDiscoverySpec, GoogleCloudDataplexV1AssetDiscoverySpecArgs

    CsvOptions Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
    Optional. Configuration for CSV data.
    Enabled bool
    Optional. Whether discovery is enabled.
    ExcludePatterns List<string>
    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.
    IncludePatterns List<string>
    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.
    JsonOptions Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
    Optional. Configuration for Json data.
    Schedule string
    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 * * * *.
    CsvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
    Optional. Configuration for CSV data.
    Enabled bool
    Optional. Whether discovery is enabled.
    ExcludePatterns []string
    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.
    IncludePatterns []string
    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.
    JsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
    Optional. Configuration for Json data.
    Schedule string
    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 * * * *.
    csvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
    Optional. Configuration for CSV data.
    enabled Boolean
    Optional. Whether discovery is enabled.
    excludePatterns List<String>
    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.
    includePatterns List<String>
    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.
    jsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
    Optional. Configuration for Json data.
    schedule String
    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 * * * *.
    csvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
    Optional. Configuration for CSV data.
    enabled boolean
    Optional. Whether discovery is enabled.
    excludePatterns string[]
    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.
    includePatterns string[]
    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.
    jsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
    Optional. Configuration for Json data.
    schedule string
    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 * * * *.
    csv_options GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
    Optional. Configuration for CSV data.
    enabled bool
    Optional. Whether discovery is enabled.
    exclude_patterns Sequence[str]
    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 Sequence[str]
    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 GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
    Optional. Configuration for Json data.
    schedule str
    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 * * * *.
    csvOptions Property Map
    Optional. Configuration for CSV data.
    enabled Boolean
    Optional. Whether discovery is enabled.
    excludePatterns List<String>
    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.
    includePatterns List<String>
    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.
    jsonOptions Property Map
    Optional. Configuration for Json data.
    schedule String
    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 * * * *.

    GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions, GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsArgs

    Delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    DisableTypeInference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    Encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    HeaderRows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    Delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    DisableTypeInference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    Encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    HeaderRows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter String
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference Boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding String
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows Integer
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows number
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter str
    Optional. The delimiter being used to separate values. This defaults to ','.
    disable_type_inference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding str
    Optional. The character encoding of the data. The default is UTF-8.
    header_rows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter String
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference Boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding String
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows Number
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

    GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse, GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponseArgs

    Delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    DisableTypeInference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    Encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    HeaderRows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    Delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    DisableTypeInference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    Encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    HeaderRows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter String
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference Boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding String
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows Integer
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter string
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding string
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows number
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter str
    Optional. The delimiter being used to separate values. This defaults to ','.
    disable_type_inference bool
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding str
    Optional. The character encoding of the data. The default is UTF-8.
    header_rows int
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
    delimiter String
    Optional. The delimiter being used to separate values. This defaults to ','.
    disableTypeInference Boolean
    Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
    encoding String
    Optional. The character encoding of the data. The default is UTF-8.
    headerRows Number
    Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

    GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions, GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsArgs

    DisableTypeInference bool
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    DisableTypeInference bool
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference Boolean
    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 String
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference boolean
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    disable_type_inference bool
    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 str
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference Boolean
    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 String
    Optional. The character encoding of the data. The default is UTF-8.

    GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse, GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponseArgs

    DisableTypeInference bool
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    DisableTypeInference bool
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference Boolean
    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 String
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference boolean
    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 string
    Optional. The character encoding of the data. The default is UTF-8.
    disable_type_inference bool
    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 str
    Optional. The character encoding of the data. The default is UTF-8.
    disableTypeInference Boolean
    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 String
    Optional. The character encoding of the data. The default is UTF-8.

    GoogleCloudDataplexV1AssetDiscoverySpecResponse, GoogleCloudDataplexV1AssetDiscoverySpecResponseArgs

    CsvOptions Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse
    Optional. Configuration for CSV data.
    Enabled bool
    Optional. Whether discovery is enabled.
    ExcludePatterns List<string>
    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.
    IncludePatterns List<string>
    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.
    JsonOptions Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse
    Optional. Configuration for Json data.
    Schedule string
    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 * * * *.
    CsvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse
    Optional. Configuration for CSV data.
    Enabled bool
    Optional. Whether discovery is enabled.
    ExcludePatterns []string
    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.
    IncludePatterns []string
    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.
    JsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse
    Optional. Configuration for Json data.
    Schedule string
    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 * * * *.
    csvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse
    Optional. Configuration for CSV data.
    enabled Boolean
    Optional. Whether discovery is enabled.
    excludePatterns List<String>
    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.
    includePatterns List<String>
    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.
    jsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse
    Optional. Configuration for Json data.
    schedule String
    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 * * * *.
    csvOptions GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse
    Optional. Configuration for CSV data.
    enabled boolean
    Optional. Whether discovery is enabled.
    excludePatterns string[]
    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.
    includePatterns string[]
    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.
    jsonOptions GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse
    Optional. Configuration for Json data.
    schedule string
    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 * * * *.
    csv_options GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse
    Optional. Configuration for CSV data.
    enabled bool
    Optional. Whether discovery is enabled.
    exclude_patterns Sequence[str]
    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 Sequence[str]
    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 GoogleCloudDataplexV1AssetDiscoverySpecJsonOptionsResponse
    Optional. Configuration for Json data.
    schedule str
    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 * * * *.
    csvOptions Property Map
    Optional. Configuration for CSV data.
    enabled Boolean
    Optional. Whether discovery is enabled.
    excludePatterns List<String>
    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.
    includePatterns List<String>
    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.
    jsonOptions Property Map
    Optional. Configuration for Json data.
    schedule String
    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 * * * *.

    GoogleCloudDataplexV1AssetDiscoveryStatusResponse, GoogleCloudDataplexV1AssetDiscoveryStatusResponseArgs

    LastRunDuration string
    The duration of the last discovery run.
    LastRunTime string
    The start time of the last discovery run.
    Message string
    Additional information about the current state.
    State string
    The current status of the discovery feature.
    Stats Pulumi.GoogleNative.Dataplex.V1.Inputs.GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse
    Data Stats of the asset reported by discovery.
    UpdateTime string
    Last update time of the status.
    LastRunDuration string
    The duration of the last discovery run.
    LastRunTime string
    The start time of the last discovery run.
    Message string
    Additional information about the current state.
    State string
    The current status of the discovery feature.
    Stats GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse
    Data Stats of the asset reported by discovery.
    UpdateTime string
    Last update time of the status.
    lastRunDuration String
    The duration of the last discovery run.
    lastRunTime String
    The start time of the last discovery run.
    message String
    Additional information about the current state.
    state String
    The current status of the discovery feature.
    stats GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse
    Data Stats of the asset reported by discovery.
    updateTime String
    Last update time of the status.
    lastRunDuration string
    The duration of the last discovery run.
    lastRunTime string
    The start time of the last discovery run.
    message string
    Additional information about the current state.
    state string
    The current status of the discovery feature.
    stats GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse
    Data Stats of the asset reported by discovery.
    updateTime string
    Last update time of the status.
    last_run_duration str
    The duration of the last discovery run.
    last_run_time str
    The start time of the last discovery run.
    message str
    Additional information about the current state.
    state str
    The current status of the discovery feature.
    stats GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse
    Data Stats of the asset reported by discovery.
    update_time str
    Last update time of the status.
    lastRunDuration String
    The duration of the last discovery run.
    lastRunTime String
    The start time of the last discovery run.
    message String
    Additional information about the current state.
    state String
    The current status of the discovery feature.
    stats Property Map
    Data Stats of the asset reported by discovery.
    updateTime String
    Last update time of the status.

    GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponse, GoogleCloudDataplexV1AssetDiscoveryStatusStatsResponseArgs

    DataItems string
    The count of data items within the referenced resource.
    DataSize string
    The number of stored data bytes within the referenced resource.
    Filesets string
    The count of fileset entities within the referenced resource.
    Tables string
    The count of table entities within the referenced resource.
    DataItems string
    The count of data items within the referenced resource.
    DataSize string
    The number of stored data bytes within the referenced resource.
    Filesets string
    The count of fileset entities within the referenced resource.
    Tables string
    The count of table entities within the referenced resource.
    dataItems String
    The count of data items within the referenced resource.
    dataSize String
    The number of stored data bytes within the referenced resource.
    filesets String
    The count of fileset entities within the referenced resource.
    tables String
    The count of table entities within the referenced resource.
    dataItems string
    The count of data items within the referenced resource.
    dataSize string
    The number of stored data bytes within the referenced resource.
    filesets string
    The count of fileset entities within the referenced resource.
    tables string
    The count of table entities within the referenced resource.
    data_items str
    The count of data items within the referenced resource.
    data_size str
    The number of stored data bytes within the referenced resource.
    filesets str
    The count of fileset entities within the referenced resource.
    tables str
    The count of table entities within the referenced resource.
    dataItems String
    The count of data items within the referenced resource.
    dataSize String
    The number of stored data bytes within the referenced resource.
    filesets String
    The count of fileset entities within the referenced resource.
    tables String
    The count of table entities within the referenced resource.

    GoogleCloudDataplexV1AssetResourceSpec, GoogleCloudDataplexV1AssetResourceSpecArgs

    Type Pulumi.GoogleNative.Dataplex.V1.GoogleCloudDataplexV1AssetResourceSpecType
    Immutable. Type of resource.
    Name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    ReadAccessMode Pulumi.GoogleNative.Dataplex.V1.GoogleCloudDataplexV1AssetResourceSpecReadAccessMode
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    Type GoogleCloudDataplexV1AssetResourceSpecType
    Immutable. Type of resource.
    Name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    ReadAccessMode GoogleCloudDataplexV1AssetResourceSpecReadAccessMode
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type GoogleCloudDataplexV1AssetResourceSpecType
    Immutable. Type of resource.
    name String
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode GoogleCloudDataplexV1AssetResourceSpecReadAccessMode
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type GoogleCloudDataplexV1AssetResourceSpecType
    Immutable. Type of resource.
    name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode GoogleCloudDataplexV1AssetResourceSpecReadAccessMode
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type GoogleCloudDataplexV1AssetResourceSpecType
    Immutable. Type of resource.
    name str
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    read_access_mode GoogleCloudDataplexV1AssetResourceSpecReadAccessMode
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type "TYPE_UNSPECIFIED" | "STORAGE_BUCKET" | "BIGQUERY_DATASET"
    Immutable. Type of resource.
    name String
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode "ACCESS_MODE_UNSPECIFIED" | "DIRECT" | "MANAGED"
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.

    GoogleCloudDataplexV1AssetResourceSpecReadAccessMode, GoogleCloudDataplexV1AssetResourceSpecReadAccessModeArgs

    AccessModeUnspecified
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    Direct
    DIRECTDefault. Data is accessed directly using storage APIs.
    Managed
    MANAGEDData is accessed through a managed interface using BigQuery APIs.
    GoogleCloudDataplexV1AssetResourceSpecReadAccessModeAccessModeUnspecified
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    GoogleCloudDataplexV1AssetResourceSpecReadAccessModeDirect
    DIRECTDefault. Data is accessed directly using storage APIs.
    GoogleCloudDataplexV1AssetResourceSpecReadAccessModeManaged
    MANAGEDData is accessed through a managed interface using BigQuery APIs.
    AccessModeUnspecified
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    Direct
    DIRECTDefault. Data is accessed directly using storage APIs.
    Managed
    MANAGEDData is accessed through a managed interface using BigQuery APIs.
    AccessModeUnspecified
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    Direct
    DIRECTDefault. Data is accessed directly using storage APIs.
    Managed
    MANAGEDData is accessed through a managed interface using BigQuery APIs.
    ACCESS_MODE_UNSPECIFIED
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    DIRECT
    DIRECTDefault. Data is accessed directly using storage APIs.
    MANAGED
    MANAGEDData is accessed through a managed interface using BigQuery APIs.
    "ACCESS_MODE_UNSPECIFIED"
    ACCESS_MODE_UNSPECIFIEDAccess mode unspecified.
    "DIRECT"
    DIRECTDefault. Data is accessed directly using storage APIs.
    "MANAGED"
    MANAGEDData is accessed through a managed interface using BigQuery APIs.

    GoogleCloudDataplexV1AssetResourceSpecResponse, GoogleCloudDataplexV1AssetResourceSpecResponseArgs

    Name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    ReadAccessMode string
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    Type string
    Immutable. Type of resource.
    Name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    ReadAccessMode string
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    Type string
    Immutable. Type of resource.
    name String
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode String
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type String
    Immutable. Type of resource.
    name string
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode string
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type string
    Immutable. Type of resource.
    name str
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    read_access_mode str
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type str
    Immutable. Type of resource.
    name String
    Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
    readAccessMode String
    Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
    type String
    Immutable. Type of resource.

    GoogleCloudDataplexV1AssetResourceSpecType, GoogleCloudDataplexV1AssetResourceSpecTypeArgs

    TypeUnspecified
    TYPE_UNSPECIFIEDType not specified.
    StorageBucket
    STORAGE_BUCKETCloud Storage bucket.
    BigqueryDataset
    BIGQUERY_DATASETBigQuery dataset.
    GoogleCloudDataplexV1AssetResourceSpecTypeTypeUnspecified
    TYPE_UNSPECIFIEDType not specified.
    GoogleCloudDataplexV1AssetResourceSpecTypeStorageBucket
    STORAGE_BUCKETCloud Storage bucket.
    GoogleCloudDataplexV1AssetResourceSpecTypeBigqueryDataset
    BIGQUERY_DATASETBigQuery dataset.
    TypeUnspecified
    TYPE_UNSPECIFIEDType not specified.
    StorageBucket
    STORAGE_BUCKETCloud Storage bucket.
    BigqueryDataset
    BIGQUERY_DATASETBigQuery dataset.
    TypeUnspecified
    TYPE_UNSPECIFIEDType not specified.
    StorageBucket
    STORAGE_BUCKETCloud Storage bucket.
    BigqueryDataset
    BIGQUERY_DATASETBigQuery dataset.
    TYPE_UNSPECIFIED
    TYPE_UNSPECIFIEDType not specified.
    STORAGE_BUCKET
    STORAGE_BUCKETCloud Storage bucket.
    BIGQUERY_DATASET
    BIGQUERY_DATASETBigQuery dataset.
    "TYPE_UNSPECIFIED"
    TYPE_UNSPECIFIEDType not specified.
    "STORAGE_BUCKET"
    STORAGE_BUCKETCloud Storage bucket.
    "BIGQUERY_DATASET"
    BIGQUERY_DATASETBigQuery dataset.

    GoogleCloudDataplexV1AssetResourceStatusResponse, GoogleCloudDataplexV1AssetResourceStatusResponseArgs

    ManagedAccessIdentity string
    Service account associated with the BigQuery Connection.
    Message string
    Additional information about the current state.
    State string
    The current state of the managed resource.
    UpdateTime string
    Last update time of the status.
    ManagedAccessIdentity string
    Service account associated with the BigQuery Connection.
    Message string
    Additional information about the current state.
    State string
    The current state of the managed resource.
    UpdateTime string
    Last update time of the status.
    managedAccessIdentity String
    Service account associated with the BigQuery Connection.
    message String
    Additional information about the current state.
    state String
    The current state of the managed resource.
    updateTime String
    Last update time of the status.
    managedAccessIdentity string
    Service account associated with the BigQuery Connection.
    message string
    Additional information about the current state.
    state string
    The current state of the managed resource.
    updateTime string
    Last update time of the status.
    managed_access_identity str
    Service account associated with the BigQuery Connection.
    message str
    Additional information about the current state.
    state str
    The current state of the managed resource.
    update_time str
    Last update time of the status.
    managedAccessIdentity String
    Service account associated with the BigQuery Connection.
    message String
    Additional information about the current state.
    state String
    The current state of the managed resource.
    updateTime String
    Last update time of the status.

    GoogleCloudDataplexV1AssetSecurityStatusResponse, GoogleCloudDataplexV1AssetSecurityStatusResponseArgs

    Message string
    Additional information about the current state.
    State string
    The current state of the security policy applied to the attached resource.
    UpdateTime string
    Last update time of the status.
    Message string
    Additional information about the current state.
    State string
    The current state of the security policy applied to the attached resource.
    UpdateTime string
    Last update time of the status.
    message String
    Additional information about the current state.
    state String
    The current state of the security policy applied to the attached resource.
    updateTime String
    Last update time of the status.
    message string
    Additional information about the current state.
    state string
    The current state of the security policy applied to the attached resource.
    updateTime string
    Last update time of the status.
    message str
    Additional information about the current state.
    state str
    The current state of the security policy applied to the attached resource.
    update_time str
    Last update time of the status.
    message String
    Additional information about the current state.
    state String
    The current state of the security policy applied to the attached resource.
    updateTime String
    Last update time of the status.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi