Class DatasetAccessViewArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatasetAccessViewArgs : ResourceArgs
Constructors
View SourceDatasetAccessViewArgs()
Declaration
public DatasetAccessViewArgs()
Properties
View SourceDatasetId
The ID of the dataset containing this table.
Declaration
public Input<string> DatasetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The ID of the project containing this table.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TableId
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.
Declaration
public Input<string> TableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |