data class AssetResourceSpecArgs(val name: Output<String>? = null, val readAccessMode: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AssetResourceSpecArgs>
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}
Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets. Possible values: DIRECT, MANAGED