Class AppProfile
App profile is a configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.
Inherited Members
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public class AppProfile : CustomResource
Constructors
View SourceAppProfile(String, AppProfileArgs, CustomResourceOptions)
Create a AppProfile resource with the given unique name, arguments, and options.
Declaration
public AppProfile(string name, AppProfileArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| AppProfileArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAppProfileId
The unique name of the app profile in the form [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
Declaration
public Output<string> AppProfileId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Description
Long form description of the use case for this app profile.
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
IgnoreWarnings
If true, ignore safety checks when deleting/updating the app profile.
Declaration
public Output<bool?> IgnoreWarnings { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Instance
The name of the instance to create the app profile within.
Declaration
public Output<string> Instance { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<bool?> MultiClusterRoutingUseAny { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Name
The unique name of the requested app profile. Values are of the form 'projects/<project>/instances/<instance>/appProfiles/<appProfileId>'.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> Project { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SingleClusterRouting
Use a single-cluster routing policy. Structure is documented below.
Declaration
public Output<AppProfileSingleClusterRouting> SingleClusterRouting { get; }
Property Value
| Type | Description |
|---|---|
| Output<AppProfileSingleClusterRouting> |
Methods
View SourceGet(String, Input<String>, AppProfileState, CustomResourceOptions)
Get an existing AppProfile resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static AppProfile Get(string name, Input<string> id, AppProfileState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| AppProfileState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| AppProfile |