Class AppProfileState
Inherited Members
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AppProfileState : ResourceArgs
Constructors
View SourceAppProfileState()
Declaration
public AppProfileState()
Properties
View SourceAppProfileId
The unique name of the app profile in the form [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
Declaration
public Input<string> AppProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Long form description of the use case for this app profile.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IgnoreWarnings
If true, ignore safety checks when deleting/updating the app profile.
Declaration
public Input<bool> IgnoreWarnings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Instance
The name of the instance to create the app profile within.
Declaration
public Input<string> Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MultiClusterRoutingUseAny
If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.
Declaration
public Input<bool> MultiClusterRoutingUseAny { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The unique name of the requested app profile. Values are of the form 'projects/<project>/instances/<instance>/appProfiles/<appProfileId>'.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SingleClusterRouting
Use a single-cluster routing policy. Structure is documented below.
Declaration
public Input<AppProfileSingleClusterRoutingGetArgs> SingleClusterRouting { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AppProfileSingleClusterRoutingGetArgs> |