Asset

class Asset : KotlinCustomResource

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

Properties

Link copied to clipboard
val assetId: Output<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.

Link copied to clipboard
val createTime: Output<String>

The time when the asset was created.

Link copied to clipboard
val description: Output<String>

Optional. Description of the asset.

Link copied to clipboard

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.

Link copied to clipboard

Status of the discovery feature applied to data referenced by this asset.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name.

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

Optional. User defined labels for the asset.

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 relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_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

Specification of the resource that is referenced by this asset.

Link copied to clipboard

Status of the resource referenced by this asset.

Link copied to clipboard

Status of the security policy applied to resource referenced by this asset.

Link copied to clipboard
val state: Output<String>

Current state of the asset.

Link copied to clipboard
val uid: Output<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.

Link copied to clipboard
val updateTime: Output<String>

The time when the asset was last updated.

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