Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.bigquery/v2.getDataset
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Returns the dataset specified by datasetID.
Using getDataset
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDataset(args: GetDatasetArgs, opts?: InvokeOptions): Promise<GetDatasetResult>
function getDatasetOutput(args: GetDatasetOutputArgs, opts?: InvokeOptions): Output<GetDatasetResult>
def get_dataset(dataset_id: Optional[str] = None,
dataset_view: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
dataset_view: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatasetResult]
func LookupDataset(ctx *Context, args *LookupDatasetArgs, opts ...InvokeOption) (*LookupDatasetResult, error)
func LookupDatasetOutput(ctx *Context, args *LookupDatasetOutputArgs, opts ...InvokeOption) LookupDatasetResultOutput
> Note: This function is named LookupDataset
in the Go SDK.
public static class GetDataset
{
public static Task<GetDatasetResult> InvokeAsync(GetDatasetArgs args, InvokeOptions? opts = null)
public static Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:bigquery/v2:getDataset
arguments:
# arguments dictionary
The following arguments are supported:
- Dataset
Id string - Dataset
View string - Project string
- Dataset
Id string - Dataset
View string - Project string
- dataset
Id String - dataset
View String - project String
- dataset
Id string - dataset
View string - project string
- dataset_
id str - dataset_
view str - project str
- dataset
Id String - dataset
View String - project String
getDataset Result
The following output properties are available:
- Access
List<Pulumi.
Google Native. Big Query. V2. Outputs. Dataset Access Item Response> - [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- Creation
Time string - The time when this dataset was created, in milliseconds since the epoch.
- Dataset
Reference Pulumi.Google Native. Big Query. V2. Outputs. Dataset Reference Response - [Required] A reference that identifies the dataset.
- Default
Collation string - The default collation of the dataset.
- Default
Encryption Pulumi.Configuration Google Native. Big Query. V2. Outputs. Encryption Configuration Response - Default
Partition stringExpiration Ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- Default
Rounding stringMode - The default rounding mode of the dataset.
- Default
Table stringExpiration Ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- Description string
- [Optional] A user-friendly description of the dataset.
- Etag string
- A hash of the resource.
- External
Dataset Pulumi.Reference Google Native. Big Query. V2. Outputs. External Dataset Reference Response - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- Friendly
Name string - [Optional] A descriptive name for the dataset.
- Is
Case boolInsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- Kind string
- The resource type.
- Labels Dictionary<string, string>
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- Last
Modified stringTime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- Location string
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- Max
Time stringTravel Hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- Satisfies
Pzs bool - Reserved for future use.
- Self
Link string - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- Storage
Billing stringModel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- List<Pulumi.
Google Native. Big Query. V2. Outputs. Dataset Tags Item Response> - [Optional]The tags associated with this dataset. Tag keys are globally unique.
- Access
[]Dataset
Access Item Response - [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- Creation
Time string - The time when this dataset was created, in milliseconds since the epoch.
- Dataset
Reference DatasetReference Response - [Required] A reference that identifies the dataset.
- Default
Collation string - The default collation of the dataset.
- Default
Encryption EncryptionConfiguration Configuration Response - Default
Partition stringExpiration Ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- Default
Rounding stringMode - The default rounding mode of the dataset.
- Default
Table stringExpiration Ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- Description string
- [Optional] A user-friendly description of the dataset.
- Etag string
- A hash of the resource.
- External
Dataset ExternalReference Dataset Reference Response - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- Friendly
Name string - [Optional] A descriptive name for the dataset.
- Is
Case boolInsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- Kind string
- The resource type.
- Labels map[string]string
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- Last
Modified stringTime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- Location string
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- Max
Time stringTravel Hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- Satisfies
Pzs bool - Reserved for future use.
- Self
Link string - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- Storage
Billing stringModel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- []Dataset
Tags Item Response - [Optional]The tags associated with this dataset. Tag keys are globally unique.
- access
List<Dataset
Access Item Response> - [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- creation
Time String - The time when this dataset was created, in milliseconds since the epoch.
- dataset
Reference DatasetReference Response - [Required] A reference that identifies the dataset.
- default
Collation String - The default collation of the dataset.
- default
Encryption EncryptionConfiguration Configuration Response - default
Partition StringExpiration Ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- default
Rounding StringMode - The default rounding mode of the dataset.
- default
Table StringExpiration Ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- description String
- [Optional] A user-friendly description of the dataset.
- etag String
- A hash of the resource.
- external
Dataset ExternalReference Dataset Reference Response - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- friendly
Name String - [Optional] A descriptive name for the dataset.
- is
Case BooleanInsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- kind String
- The resource type.
- labels Map<String,String>
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- last
Modified StringTime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- location String
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- max
Time StringTravel Hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- satisfies
Pzs Boolean - Reserved for future use.
- self
Link String - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- storage
Billing StringModel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- List<Dataset
Tags Item Response> - [Optional]The tags associated with this dataset. Tag keys are globally unique.
- access
Dataset
Access Item Response[] - [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- creation
Time string - The time when this dataset was created, in milliseconds since the epoch.
- dataset
Reference DatasetReference Response - [Required] A reference that identifies the dataset.
- default
Collation string - The default collation of the dataset.
- default
Encryption EncryptionConfiguration Configuration Response - default
Partition stringExpiration Ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- default
Rounding stringMode - The default rounding mode of the dataset.
- default
Table stringExpiration Ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- description string
- [Optional] A user-friendly description of the dataset.
- etag string
- A hash of the resource.
- external
Dataset ExternalReference Dataset Reference Response - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- friendly
Name string - [Optional] A descriptive name for the dataset.
- is
Case booleanInsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- kind string
- The resource type.
- labels {[key: string]: string}
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- last
Modified stringTime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- location string
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- max
Time stringTravel Hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- satisfies
Pzs boolean - Reserved for future use.
- self
Link string - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- storage
Billing stringModel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- Dataset
Tags Item Response[] - [Optional]The tags associated with this dataset. Tag keys are globally unique.
- access
Sequence[Dataset
Access Item Response] - [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- creation_
time str - The time when this dataset was created, in milliseconds since the epoch.
- dataset_
reference DatasetReference Response - [Required] A reference that identifies the dataset.
- default_
collation str - The default collation of the dataset.
- default_
encryption_ Encryptionconfiguration Configuration Response - default_
partition_ strexpiration_ ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- default_
rounding_ strmode - The default rounding mode of the dataset.
- default_
table_ strexpiration_ ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- description str
- [Optional] A user-friendly description of the dataset.
- etag str
- A hash of the resource.
- external_
dataset_ Externalreference Dataset Reference Response - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- friendly_
name str - [Optional] A descriptive name for the dataset.
- is_
case_ boolinsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- kind str
- The resource type.
- labels Mapping[str, str]
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- last_
modified_ strtime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- location str
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- max_
time_ strtravel_ hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- satisfies_
pzs bool - Reserved for future use.
- self_
link str - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- storage_
billing_ strmodel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- Sequence[Dataset
Tags Item Response] - [Optional]The tags associated with this dataset. Tag keys are globally unique.
- access List<Property Map>
- [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
- creation
Time String - The time when this dataset was created, in milliseconds since the epoch.
- dataset
Reference Property Map - [Required] A reference that identifies the dataset.
- default
Collation String - The default collation of the dataset.
- default
Encryption Property MapConfiguration - default
Partition StringExpiration Ms - [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
- default
Rounding StringMode - The default rounding mode of the dataset.
- default
Table StringExpiration Ms - [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
- description String
- [Optional] A user-friendly description of the dataset.
- etag String
- A hash of the resource.
- external
Dataset Property MapReference - [Optional] Information about the external metadata storage where the dataset is defined. Filled out when the dataset type is EXTERNAL.
- friendly
Name String - [Optional] A descriptive name for the dataset.
- is
Case BooleanInsensitive - [Optional] Indicates if table names are case insensitive in the dataset.
- kind String
- The resource type.
- labels Map<String>
- The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.
- last
Modified StringTime - The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
- location String
- The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
- max
Time StringTravel Hours - [Optional] Number of hours for the max time travel for all tables in the dataset.
- satisfies
Pzs Boolean - Reserved for future use.
- self
Link String - A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
- storage
Billing StringModel - [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
- List<Property Map>
- [Optional]The tags associated with this dataset. Tag keys are globally unique.
Supporting Types
DatasetAccessEntryResponse
- Dataset
Pulumi.
Google Native. Big Query. V2. Inputs. Dataset Reference Response - [Required] The dataset this entry applies to.
- Target
Types List<string>
- Dataset
Dataset
Reference Response - [Required] The dataset this entry applies to.
- Target
Types []string
- dataset
Dataset
Reference Response - [Required] The dataset this entry applies to.
- target
Types List<String>
- dataset
Dataset
Reference Response - [Required] The dataset this entry applies to.
- target
Types string[]
- dataset
Dataset
Reference Response - [Required] The dataset this entry applies to.
- target_
types Sequence[str]
- dataset Property Map
- [Required] The dataset this entry applies to.
- target
Types List<String>
DatasetAccessItemResponse
- Dataset
Pulumi.
Google Native. Big Query. V2. Inputs. Dataset Access Entry Response - [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- Domain string
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- Group
By stringEmail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- Iam
Member string - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- Role string
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- Routine
Pulumi.
Google Native. Big Query. V2. Inputs. Routine Reference Response - [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- Special
Group string - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- User
By stringEmail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- View
Pulumi.
Google Native. Big Query. V2. Inputs. Table Reference Response - [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- Dataset
Dataset
Access Entry Response - [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- Domain string
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- Group
By stringEmail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- Iam
Member string - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- Role string
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- Routine
Routine
Reference Response - [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- Special
Group string - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- User
By stringEmail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- View
Table
Reference Response - [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- dataset
Dataset
Access Entry Response - [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- domain String
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- group
By StringEmail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- iam
Member String - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- role String
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- routine
Routine
Reference Response - [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- special
Group String - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- user
By StringEmail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- view
Table
Reference Response - [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- dataset
Dataset
Access Entry Response - [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- domain string
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- group
By stringEmail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- iam
Member string - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- role string
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- routine
Routine
Reference Response - [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- special
Group string - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- user
By stringEmail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- view
Table
Reference Response - [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- dataset
Dataset
Access Entry Response - [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- domain str
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- group_
by_ stremail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- iam_
member str - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- role str
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- routine
Routine
Reference Response - [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- special_
group str - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- user_
by_ stremail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- view
Table
Reference Response - [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
- dataset Property Map
- [Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation.
- domain String
- [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
- group
By StringEmail - [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".
- iam
Member String - [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.
- role String
- [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
- routine Property Map
- [Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.
- special
Group String - [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.
- user
By StringEmail - [Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".
- view Property Map
- [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.
DatasetReferenceResponse
- dataset_
id str - [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- project str
- [Optional] The ID of the project containing this dataset.
DatasetTagsItemResponse
EncryptionConfigurationResponse
- Kms
Key stringName - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
- Kms
Key stringName - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
- kms
Key StringName - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
- kms
Key stringName - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
- kms_
key_ strname - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
- kms
Key StringName - Optional. Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.
ExternalDatasetReferenceResponse
- Connection string
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- External
Source string - [Required] External source that backs this dataset.
- Connection string
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- External
Source string - [Required] External source that backs this dataset.
- connection String
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- external
Source String - [Required] External source that backs this dataset.
- connection string
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- external
Source string - [Required] External source that backs this dataset.
- connection str
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- external_
source str - [Required] External source that backs this dataset.
- connection String
- [Required] The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
- external
Source String - [Required] External source that backs this dataset.
RoutineReferenceResponse
- dataset_
id str - The ID of the dataset containing this routine.
- project str
- The ID of the project containing this routine.
- routine_
id str - The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
TableReferenceResponse
- Dataset
Id string - [Required] The ID of the dataset containing this table.
- Project string
- [Required] The ID of the project containing this table.
- Table
Id string - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- Dataset
Id string - [Required] The ID of the dataset containing this table.
- Project string
- [Required] The ID of the project containing this table.
- Table
Id string - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- dataset
Id String - [Required] The ID of the dataset containing this table.
- project String
- [Required] The ID of the project containing this table.
- table
Id String - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- dataset
Id string - [Required] The ID of the dataset containing this table.
- project string
- [Required] The ID of the project containing this table.
- table
Id string - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- dataset_
id str - [Required] The ID of the dataset containing this table.
- project str
- [Required] The ID of the project containing this table.
- table_
id str - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- dataset
Id String - [Required] The ID of the dataset containing this table.
- project String
- [Required] The ID of the project containing this table.
- table
Id String - [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi