Authorized View
Example Usage
Import
Bigtable Authorized Views can be imported using any of these accepted formats:
projects/{{project}}/instances/{{instance_name}}/tables/{{table_name}}/authorizedViews/{{name}}{{project}}/{{instance_name}}/{{table_name}}/{{name}}{{instance_name}}/{{table_name}}/{{name}}When using thepulumi importcommand, Bigtable Authorized Views can be imported using one of the formats above. For example:
$ pulumi import gcp:bigtable/authorizedView:AuthorizedView default projects/{{project}}/instances/{{instance_name}}/tables/{{table_name}}/authorizedViews/{{name}}Content copied to clipboard
$ pulumi import gcp:bigtable/authorizedView:AuthorizedView default {{project}}/{{instance_name}}/{{table_name}}/{{name}}Content copied to clipboard
$ pulumi import gcp:bigtable/authorizedView:AuthorizedView default {{instance_name}}/{{table_name}}/{{name}}Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
The name of the Bigtable instance in which the authorized view belongs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An AuthorizedView permitting access to an explicit subset of a Table. Structure is documented below.
-----