Show / Hide Table of Contents

Class AppProfile

App profile is a configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.

Inheritance
System.Object
Resource
CustomResource
AppProfile
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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
Assembly: Pulumi.Gcp.dll
Syntax
public class AppProfile : CustomResource

Constructors

View Source

AppProfile(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 Source

AppProfileId

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>
View Source

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>
View Source

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>>
View Source

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>
View Source

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>>
View Source

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>
View Source

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>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.