AuthorizedView

class AuthorizedView : KotlinCustomResource

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 the pulumi import command, 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}}
$ pulumi import gcp:bigtable/authorizedView:AuthorizedView default {{project}}/{{instance_name}}/{{table_name}}/{{name}}
$ pulumi import gcp:bigtable/authorizedView:AuthorizedView default {{instance_name}}/{{table_name}}/{{name}}

Properties

Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceName: Output<String>

The name of the Bigtable instance in which the authorized view belongs.

Link copied to clipboard
val name: Output<String>

The name of the authorized view. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
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.

-----

Link copied to clipboard
val tableName: Output<String>

The name of the Bigtable table in which the authorized view belongs.

Link copied to clipboard
val urn: Output<String>