Class ResourceSpec (2.2.0)

ResourceSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies the cloud resource that is referenced by this asset.

Attributes

Name Description
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}
type_ google.cloud.dataplex_v1.types.Asset.ResourceSpec.Type
Required. Immutable. Type of resource.
read_access_mode google.cloud.dataplex_v1.types.Asset.ResourceSpec.AccessMode
Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.

Classes

AccessMode

AccessMode(value)

Access Mode determines how data stored within the resource is read. This is only applicable to storage bucket assets.

Type

Type(value)

Type of resource.