Entity

class Entity : KotlinCustomResource

Create a metadata entity. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Identifies the access mechanism to the entity. Not user settable.

Link copied to clipboard
val asset: Output<String>

Immutable. The ID of the asset associated with the storage location containing the entity data. The entity must be with in the same zone with the asset.

Link copied to clipboard
val catalogEntry: Output<String>

The name of the associated Data Catalog entry.

Link copied to clipboard

Metadata stores that the entity is compatible with.

Link copied to clipboard
val createTime: Output<String>

The time when the entity was created.

Link copied to clipboard
val dataPath: Output<String>

Immutable. The storage path of the entity data. For Cloud Storage data, this is the fully-qualified path to the entity, such as gs://bucket/path/to/data. For BigQuery data, this is the name of the table resource, such as projects/project_id/datasets/dataset_id/tables/table_id.

Link copied to clipboard
val dataPathPattern: Output<String>

/* Optional. The set of items within the data path constituting the data in the entity, represented as a glob path. Example: gs://bucket/path/to/data/**/*.csv. */

Link copied to clipboard
val description: Output<String>

Optional. User friendly longer description text. Must be shorter than or equal to 1024 characters.

Link copied to clipboard
val displayName: Output<String>

Optional. Display name must be shorter than or equal to 256 characters.

Link copied to clipboard
val etag: Output<String>

Optional. The etag associated with the entity, which can be retrieved with a GetEntity request. Required for update and delete requests.

Link copied to clipboard

Identifies the storage format of the entity data. It does not apply to entities with data stored in BigQuery.

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

The resource name of the entity, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{id}.

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

The description of the data structure and layout. The schema is not included in list responses. It is only included in SCHEMA and FULL entity views of a GetEntity response.

Link copied to clipboard
val system: Output<String>

Immutable. Identifies the storage system of the entity data.

Link copied to clipboard
val type: Output<String>

Immutable. The type of entity.

Link copied to clipboard
val uid: Output<String>

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

Link copied to clipboard
val updateTime: Output<String>

The time when the entity was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zone: Output<String>