Authorized View Args
data class AuthorizedViewArgs(val deletionProtection: Output<String>? = null, val instanceName: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val subsetView: Output<AuthorizedViewSubsetViewArgs>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<AuthorizedViewArgs>
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