google-native logo
Google Cloud Native v0.30.0, Apr 14 23

google-native.gkehub/v1alpha.getFeature

Explore with Pulumi AI

Gets details of a single Feature.

Using getFeature

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 getFeature(args: GetFeatureArgs, opts?: InvokeOptions): Promise<GetFeatureResult>
function getFeatureOutput(args: GetFeatureOutputArgs, opts?: InvokeOptions): Output<GetFeatureResult>
def get_feature(feature_id: Optional[str] = None,
                location: Optional[str] = None,
                project: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetFeatureResult
def get_feature_output(feature_id: Optional[pulumi.Input[str]] = None,
                location: Optional[pulumi.Input[str]] = None,
                project: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetFeatureResult]
func LookupFeature(ctx *Context, args *LookupFeatureArgs, opts ...InvokeOption) (*LookupFeatureResult, error)
func LookupFeatureOutput(ctx *Context, args *LookupFeatureOutputArgs, opts ...InvokeOption) LookupFeatureResultOutput

> Note: This function is named LookupFeature in the Go SDK.

public static class GetFeature 
{
    public static Task<GetFeatureResult> InvokeAsync(GetFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetFeatureResult> Invoke(GetFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFeatureResult> getFeature(GetFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:gkehub/v1alpha:getFeature
  arguments:
    # arguments dictionary

The following arguments are supported:

FeatureId string
Location string
Project string
FeatureId string
Location string
Project string
featureId String
location String
project String
featureId string
location string
project string
featureId String
location String
project String

getFeature Result

The following output properties are available:

CreateTime string

When the Feature resource was created.

DeleteTime string

When the Feature resource was deleted.

FleetDefaultMemberConfig Pulumi.GoogleNative.GKEHub.V1Alpha.Outputs.CommonFleetDefaultMemberConfigSpecResponse

Optional. Feature configuration applicable to all memberships of the fleet.

Labels Dictionary<string, string>

GCP labels for this Feature.

MembershipSpecs Dictionary<string, string>

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

MembershipStates Dictionary<string, string>

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

Name string

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

ResourceState Pulumi.GoogleNative.GKEHub.V1Alpha.Outputs.FeatureResourceStateResponse

State of the Feature resource itself.

ScopeSpecs Dictionary<string, string>

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

ScopeStates Dictionary<string, string>

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

Spec Pulumi.GoogleNative.GKEHub.V1Alpha.Outputs.CommonFeatureSpecResponse

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

State Pulumi.GoogleNative.GKEHub.V1Alpha.Outputs.CommonFeatureStateResponse

The Hub-wide Feature state.

UpdateTime string

When the Feature resource was last updated.

CreateTime string

When the Feature resource was created.

DeleteTime string

When the Feature resource was deleted.

FleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpecResponse

Optional. Feature configuration applicable to all memberships of the fleet.

Labels map[string]string

GCP labels for this Feature.

MembershipSpecs map[string]string

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

MembershipStates map[string]string

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

Name string

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

ResourceState FeatureResourceStateResponse

State of the Feature resource itself.

ScopeSpecs map[string]string

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

ScopeStates map[string]string

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

Spec CommonFeatureSpecResponse

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

State CommonFeatureStateResponse

The Hub-wide Feature state.

UpdateTime string

When the Feature resource was last updated.

createTime String

When the Feature resource was created.

deleteTime String

When the Feature resource was deleted.

fleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpecResponse

Optional. Feature configuration applicable to all memberships of the fleet.

labels Map<String,String>

GCP labels for this Feature.

membershipSpecs Map<String,String>

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

membershipStates Map<String,String>

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

name String

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

resourceState FeatureResourceStateResponse

State of the Feature resource itself.

scopeSpecs Map<String,String>

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

scopeStates Map<String,String>

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

spec CommonFeatureSpecResponse

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

state CommonFeatureStateResponse

The Hub-wide Feature state.

updateTime String

When the Feature resource was last updated.

createTime string

When the Feature resource was created.

deleteTime string

When the Feature resource was deleted.

fleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpecResponse

Optional. Feature configuration applicable to all memberships of the fleet.

labels {[key: string]: string}

GCP labels for this Feature.

membershipSpecs {[key: string]: string}

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

membershipStates {[key: string]: string}

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

name string

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

resourceState FeatureResourceStateResponse

State of the Feature resource itself.

scopeSpecs {[key: string]: string}

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

scopeStates {[key: string]: string}

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

spec CommonFeatureSpecResponse

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

state CommonFeatureStateResponse

The Hub-wide Feature state.

updateTime string

When the Feature resource was last updated.

create_time str

When the Feature resource was created.

delete_time str

When the Feature resource was deleted.

fleet_default_member_config CommonFleetDefaultMemberConfigSpecResponse

Optional. Feature configuration applicable to all memberships of the fleet.

labels Mapping[str, str]

GCP labels for this Feature.

membership_specs Mapping[str, str]

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

membership_states Mapping[str, str]

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

name str

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

resource_state FeatureResourceStateResponse

State of the Feature resource itself.

scope_specs Mapping[str, str]

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

scope_states Mapping[str, str]

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

spec CommonFeatureSpecResponse

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

state CommonFeatureStateResponse

The Hub-wide Feature state.

update_time str

When the Feature resource was last updated.

createTime String

When the Feature resource was created.

deleteTime String

When the Feature resource was deleted.

fleetDefaultMemberConfig Property Map

Optional. Feature configuration applicable to all memberships of the fleet.

labels Map<String>

GCP labels for this Feature.

membershipSpecs Map<String>

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

membershipStates Map<String>

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

name String

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

resourceState Property Map

State of the Feature resource itself.

scopeSpecs Map<String>

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

scopeStates Map<String>

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

spec Property Map

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

state Property Map

The Hub-wide Feature state.

updateTime String

When the Feature resource was last updated.

Supporting Types

AnthosObservabilityFeatureSpecResponse

DefaultMembershipSpec AnthosObservabilityMembershipSpecResponse

Default membership spec for unconfigured memberships

defaultMembershipSpec AnthosObservabilityMembershipSpecResponse

Default membership spec for unconfigured memberships

defaultMembershipSpec AnthosObservabilityMembershipSpecResponse

Default membership spec for unconfigured memberships

default_membership_spec AnthosObservabilityMembershipSpecResponse

Default membership spec for unconfigured memberships

defaultMembershipSpec Property Map

Default membership spec for unconfigured memberships

AnthosObservabilityMembershipSpecResponse

DoNotOptimizeMetrics bool

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

EnableStackdriverOnApplications bool

Enable collecting and reporting metrics and logs from user apps.

Version string

the version of stackdriver operator used by this feature

DoNotOptimizeMetrics bool

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

EnableStackdriverOnApplications bool

Enable collecting and reporting metrics and logs from user apps.

Version string

the version of stackdriver operator used by this feature

doNotOptimizeMetrics Boolean

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

enableStackdriverOnApplications Boolean

Enable collecting and reporting metrics and logs from user apps.

version String

the version of stackdriver operator used by this feature

doNotOptimizeMetrics boolean

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

enableStackdriverOnApplications boolean

Enable collecting and reporting metrics and logs from user apps.

version string

the version of stackdriver operator used by this feature

do_not_optimize_metrics bool

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

enable_stackdriver_on_applications bool

Enable collecting and reporting metrics and logs from user apps.

version str

the version of stackdriver operator used by this feature

doNotOptimizeMetrics Boolean

Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics

enableStackdriverOnApplications Boolean

Enable collecting and reporting metrics and logs from user apps.

version String

the version of stackdriver operator used by this feature

AppDevExperienceFeatureStateResponse

NetworkingInstallSucceeded Pulumi.GoogleNative.GKEHub.V1Alpha.Inputs.StatusResponse

Status of subcomponent that detects configured Service Mesh resources.

NetworkingInstallSucceeded StatusResponse

Status of subcomponent that detects configured Service Mesh resources.

networkingInstallSucceeded StatusResponse

Status of subcomponent that detects configured Service Mesh resources.

networkingInstallSucceeded StatusResponse

Status of subcomponent that detects configured Service Mesh resources.

networking_install_succeeded StatusResponse

Status of subcomponent that detects configured Service Mesh resources.

networkingInstallSucceeded Property Map

Status of subcomponent that detects configured Service Mesh resources.

CloudAuditLoggingFeatureSpecResponse

AllowlistedServiceAccounts List<string>

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

AllowlistedServiceAccounts []string

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

allowlistedServiceAccounts List<String>

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

allowlistedServiceAccounts string[]

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

allowlisted_service_accounts Sequence[str]

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

allowlistedServiceAccounts List<String>

Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)

CommonFeatureSpecResponse

anthosobservability Property Map

Anthos Observability spec

appdevexperience Property Map

Appdevexperience specific spec.

cloudauditlogging Property Map

Cloud Audit Logging-specific spec.

fleetobservability Property Map

FleetObservability feature spec.

multiclusteringress Property Map

Multicluster Ingress-specific spec.

workloadcertificate Property Map

Workload Certificate spec.

CommonFeatureStateResponse

Appdevexperience AppDevExperienceFeatureStateResponse

Appdevexperience specific state.

Fleetobservability FleetObservabilityFeatureStateResponse

FleetObservability feature state.

Servicemesh ServiceMeshFeatureStateResponse

Service Mesh-specific state.

State FeatureStateResponse

The "running state" of the Feature in this Hub.

appdevexperience AppDevExperienceFeatureStateResponse

Appdevexperience specific state.

fleetobservability FleetObservabilityFeatureStateResponse

FleetObservability feature state.

servicemesh ServiceMeshFeatureStateResponse

Service Mesh-specific state.

state FeatureStateResponse

The "running state" of the Feature in this Hub.

appdevexperience AppDevExperienceFeatureStateResponse

Appdevexperience specific state.

fleetobservability FleetObservabilityFeatureStateResponse

FleetObservability feature state.

servicemesh ServiceMeshFeatureStateResponse

Service Mesh-specific state.

state FeatureStateResponse

The "running state" of the Feature in this Hub.

appdevexperience AppDevExperienceFeatureStateResponse

Appdevexperience specific state.

fleetobservability FleetObservabilityFeatureStateResponse

FleetObservability feature state.

servicemesh ServiceMeshFeatureStateResponse

Service Mesh-specific state.

state FeatureStateResponse

The "running state" of the Feature in this Hub.

appdevexperience Property Map

Appdevexperience specific state.

fleetobservability Property Map

FleetObservability feature state.

servicemesh Property Map

Service Mesh-specific state.

state Property Map

The "running state" of the Feature in this Hub.

CommonFleetDefaultMemberConfigSpecResponse

identityservice Property Map

Identity Service-specific spec.

FeatureResourceStateResponse

State string

The current state of the Feature resource in the Hub API.

State string

The current state of the Feature resource in the Hub API.

state String

The current state of the Feature resource in the Hub API.

state string

The current state of the Feature resource in the Hub API.

state str

The current state of the Feature resource in the Hub API.

state String

The current state of the Feature resource in the Hub API.

FeatureSpecResponse

DefaultConfig Pulumi.GoogleNative.GKEHub.V1Alpha.Inputs.MembershipSpecResponse

Specifies default membership spec. Users can override the default in the member_configs for each member.

ProvisionGoogleCa string

Immutable. Specifies CA configuration.

DefaultConfig MembershipSpecResponse

Specifies default membership spec. Users can override the default in the member_configs for each member.

ProvisionGoogleCa string

Immutable. Specifies CA configuration.

defaultConfig MembershipSpecResponse

Specifies default membership spec. Users can override the default in the member_configs for each member.

provisionGoogleCa String

Immutable. Specifies CA configuration.

defaultConfig MembershipSpecResponse

Specifies default membership spec. Users can override the default in the member_configs for each member.

provisionGoogleCa string

Immutable. Specifies CA configuration.

default_config MembershipSpecResponse

Specifies default membership spec. Users can override the default in the member_configs for each member.

provision_google_ca str

Immutable. Specifies CA configuration.

defaultConfig Property Map

Specifies default membership spec. Users can override the default in the member_configs for each member.

provisionGoogleCa String

Immutable. Specifies CA configuration.

FeatureStateResponse

Code string

The high-level, machine-readable status of this Feature.

Description string

A human-readable description of the current status.

UpdateTime string

The time this status and any related Feature-specific details were updated.

Code string

The high-level, machine-readable status of this Feature.

Description string

A human-readable description of the current status.

UpdateTime string

The time this status and any related Feature-specific details were updated.

code String

The high-level, machine-readable status of this Feature.

description String

A human-readable description of the current status.

updateTime String

The time this status and any related Feature-specific details were updated.

code string

The high-level, machine-readable status of this Feature.

description string

A human-readable description of the current status.

updateTime string

The time this status and any related Feature-specific details were updated.

code str

The high-level, machine-readable status of this Feature.

description str

A human-readable description of the current status.

update_time str

The time this status and any related Feature-specific details were updated.

code String

The high-level, machine-readable status of this Feature.

description String

A human-readable description of the current status.

updateTime String

The time this status and any related Feature-specific details were updated.

IdentityServiceAuthMethodResponse

AzureadConfig IdentityServiceAzureADConfigResponse

AzureAD specific Configuration.

GoogleConfig IdentityServiceGoogleConfigResponse

GoogleConfig specific configuration

Name string

Identifier for auth config.

OidcConfig IdentityServiceOidcConfigResponse

OIDC specific configuration.

Proxy string

Proxy server address to use for auth method.

azureadConfig IdentityServiceAzureADConfigResponse

AzureAD specific Configuration.

googleConfig IdentityServiceGoogleConfigResponse

GoogleConfig specific configuration

name String

Identifier for auth config.

oidcConfig IdentityServiceOidcConfigResponse

OIDC specific configuration.

proxy String

Proxy server address to use for auth method.

azureadConfig IdentityServiceAzureADConfigResponse

AzureAD specific Configuration.

googleConfig IdentityServiceGoogleConfigResponse

GoogleConfig specific configuration

name string

Identifier for auth config.

oidcConfig IdentityServiceOidcConfigResponse

OIDC specific configuration.

proxy string

Proxy server address to use for auth method.

azuread_config IdentityServiceAzureADConfigResponse

AzureAD specific Configuration.

google_config IdentityServiceGoogleConfigResponse

GoogleConfig specific configuration

name str

Identifier for auth config.

oidc_config IdentityServiceOidcConfigResponse

OIDC specific configuration.

proxy str

Proxy server address to use for auth method.

azureadConfig Property Map

AzureAD specific Configuration.

googleConfig Property Map

GoogleConfig specific configuration

name String

Identifier for auth config.

oidcConfig Property Map

OIDC specific configuration.

proxy String

Proxy server address to use for auth method.

IdentityServiceAzureADConfigResponse

ClientId string

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

ClientSecret string

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

EncryptedClientSecret string

Encrypted AzureAD client secret.

KubectlRedirectUri string

The redirect URL that kubectl uses for authorization.

Tenant string

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

ClientId string

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

ClientSecret string

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

EncryptedClientSecret string

Encrypted AzureAD client secret.

KubectlRedirectUri string

The redirect URL that kubectl uses for authorization.

Tenant string

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

clientId String

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

clientSecret String

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

encryptedClientSecret String

Encrypted AzureAD client secret.

kubectlRedirectUri String

The redirect URL that kubectl uses for authorization.

tenant String

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

clientId string

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

clientSecret string

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

encryptedClientSecret string

Encrypted AzureAD client secret.

kubectlRedirectUri string

The redirect URL that kubectl uses for authorization.

tenant string

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

client_id str

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

client_secret str

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

encrypted_client_secret str

Encrypted AzureAD client secret.

kubectl_redirect_uri str

The redirect URL that kubectl uses for authorization.

tenant str

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

clientId String

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

clientSecret String

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

encryptedClientSecret String

Encrypted AzureAD client secret.

kubectlRedirectUri String

The redirect URL that kubectl uses for authorization.

tenant String

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.

IdentityServiceGoogleConfigResponse

Disable bool

Disable automatic configuration of Google Plugin on supported platforms.

Disable bool

Disable automatic configuration of Google Plugin on supported platforms.

disable Boolean

Disable automatic configuration of Google Plugin on supported platforms.

disable boolean

Disable automatic configuration of Google Plugin on supported platforms.

disable bool

Disable automatic configuration of Google Plugin on supported platforms.

disable Boolean

Disable automatic configuration of Google Plugin on supported platforms.

IdentityServiceMembershipSpecResponse

AuthMethods []IdentityServiceAuthMethodResponse

A member may support multiple auth methods.

authMethods List<IdentityServiceAuthMethodResponse>

A member may support multiple auth methods.

authMethods IdentityServiceAuthMethodResponse[]

A member may support multiple auth methods.

auth_methods Sequence[IdentityServiceAuthMethodResponse]

A member may support multiple auth methods.

authMethods List<Property Map>

A member may support multiple auth methods.

IdentityServiceOidcConfigResponse

CertificateAuthorityData string

PEM-encoded CA for OIDC provider.

ClientId string

ID for OIDC client application.

ClientSecret string

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

DeployCloudConsoleProxy bool

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

EnableAccessToken bool

Enable access token.

EncryptedClientSecret string

Encrypted OIDC Client secret

ExtraParams string

Comma-separated list of key-value pairs.

GroupPrefix string

Prefix to prepend to group name.

GroupsClaim string

Claim in OIDC ID token that holds group information.

IssuerUri string

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

KubectlRedirectUri string

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

Scopes string

Comma-separated list of identifiers.

UserClaim string

Claim in OIDC ID token that holds username.

UserPrefix string

Prefix to prepend to user name.

CertificateAuthorityData string

PEM-encoded CA for OIDC provider.

ClientId string

ID for OIDC client application.

ClientSecret string

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

DeployCloudConsoleProxy bool

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

EnableAccessToken bool

Enable access token.

EncryptedClientSecret string

Encrypted OIDC Client secret

ExtraParams string

Comma-separated list of key-value pairs.

GroupPrefix string

Prefix to prepend to group name.

GroupsClaim string

Claim in OIDC ID token that holds group information.

IssuerUri string

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

KubectlRedirectUri string

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

Scopes string

Comma-separated list of identifiers.

UserClaim string

Claim in OIDC ID token that holds username.

UserPrefix string

Prefix to prepend to user name.

certificateAuthorityData String

PEM-encoded CA for OIDC provider.

clientId String

ID for OIDC client application.

clientSecret String

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

deployCloudConsoleProxy Boolean

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

enableAccessToken Boolean

Enable access token.

encryptedClientSecret String

Encrypted OIDC Client secret

extraParams String

Comma-separated list of key-value pairs.

groupPrefix String

Prefix to prepend to group name.

groupsClaim String

Claim in OIDC ID token that holds group information.

issuerUri String

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

kubectlRedirectUri String

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

scopes String

Comma-separated list of identifiers.

userClaim String

Claim in OIDC ID token that holds username.

userPrefix String

Prefix to prepend to user name.

certificateAuthorityData string

PEM-encoded CA for OIDC provider.

clientId string

ID for OIDC client application.

clientSecret string

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

deployCloudConsoleProxy boolean

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

enableAccessToken boolean

Enable access token.

encryptedClientSecret string

Encrypted OIDC Client secret

extraParams string

Comma-separated list of key-value pairs.

groupPrefix string

Prefix to prepend to group name.

groupsClaim string

Claim in OIDC ID token that holds group information.

issuerUri string

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

kubectlRedirectUri string

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

scopes string

Comma-separated list of identifiers.

userClaim string

Claim in OIDC ID token that holds username.

userPrefix string

Prefix to prepend to user name.

certificate_authority_data str

PEM-encoded CA for OIDC provider.

client_id str

ID for OIDC client application.

client_secret str

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

deploy_cloud_console_proxy bool

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

enable_access_token bool

Enable access token.

encrypted_client_secret str

Encrypted OIDC Client secret

extra_params str

Comma-separated list of key-value pairs.

group_prefix str

Prefix to prepend to group name.

groups_claim str

Claim in OIDC ID token that holds group information.

issuer_uri str

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

kubectl_redirect_uri str

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

scopes str

Comma-separated list of identifiers.

user_claim str

Claim in OIDC ID token that holds username.

user_prefix str

Prefix to prepend to user name.

certificateAuthorityData String

PEM-encoded CA for OIDC provider.

clientId String

ID for OIDC client application.

clientSecret String

Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

deployCloudConsoleProxy Boolean

Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.

enableAccessToken Boolean

Enable access token.

encryptedClientSecret String

Encrypted OIDC Client secret

extraParams String

Comma-separated list of key-value pairs.

groupPrefix String

Prefix to prepend to group name.

groupsClaim String

Claim in OIDC ID token that holds group information.

issuerUri String

URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

kubectlRedirectUri String

Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

scopes String

Comma-separated list of identifiers.

userClaim String

Claim in OIDC ID token that holds username.

userPrefix String

Prefix to prepend to user name.

MembershipSpecResponse

CertificateManagement string

Specifies workload certificate management.

CertificateManagement string

Specifies workload certificate management.

certificateManagement String

Specifies workload certificate management.

certificateManagement string

Specifies workload certificate management.

certificate_management str

Specifies workload certificate management.

certificateManagement String

Specifies workload certificate management.

MultiClusterIngressFeatureSpecResponse

Billing string

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

ConfigMembership string

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

Billing string

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

ConfigMembership string

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

billing String

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

configMembership String

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

billing string

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

configMembership string

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

billing str

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

config_membership str

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

billing String

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

Deprecated:

Deprecated: This field will be ignored and should not be set. Customer's billing structure.

configMembership String

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

ServiceMeshAnalysisMessageBaseResponse

DocumentationUrl string

A url pointing to the Service Mesh or Istio documentation for this specific error type.

Level string

Represents how severe a message is.

Type Pulumi.GoogleNative.GKEHub.V1Alpha.Inputs.ServiceMeshTypeResponse

Represents the specific type of a message.

DocumentationUrl string

A url pointing to the Service Mesh or Istio documentation for this specific error type.

Level string

Represents how severe a message is.

Type ServiceMeshTypeResponse

Represents the specific type of a message.

documentationUrl String

A url pointing to the Service Mesh or Istio documentation for this specific error type.

level String

Represents how severe a message is.

type ServiceMeshTypeResponse

Represents the specific type of a message.

documentationUrl string

A url pointing to the Service Mesh or Istio documentation for this specific error type.

level string

Represents how severe a message is.

type ServiceMeshTypeResponse

Represents the specific type of a message.

documentation_url str

A url pointing to the Service Mesh or Istio documentation for this specific error type.

level str

Represents how severe a message is.

type ServiceMeshTypeResponse

Represents the specific type of a message.

documentationUrl String

A url pointing to the Service Mesh or Istio documentation for this specific error type.

level String

Represents how severe a message is.

type Property Map

Represents the specific type of a message.

ServiceMeshAnalysisMessageResponse

Args Dictionary<string, string>

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

Description string

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

MessageBase Pulumi.GoogleNative.GKEHub.V1Alpha.Inputs.ServiceMeshAnalysisMessageBaseResponse

Details common to all types of Istio and ServiceMesh analysis messages.

ResourcePaths List<string>

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

Args map[string]string

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

Description string

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

MessageBase ServiceMeshAnalysisMessageBaseResponse

Details common to all types of Istio and ServiceMesh analysis messages.

ResourcePaths []string

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

args Map<String,String>

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

description String

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

messageBase ServiceMeshAnalysisMessageBaseResponse

Details common to all types of Istio and ServiceMesh analysis messages.

resourcePaths List<String>

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

args {[key: string]: string}

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

description string

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

messageBase ServiceMeshAnalysisMessageBaseResponse

Details common to all types of Istio and ServiceMesh analysis messages.

resourcePaths string[]

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

args Mapping[str, str]

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

description str

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

message_base ServiceMeshAnalysisMessageBaseResponse

Details common to all types of Istio and ServiceMesh analysis messages.

resource_paths Sequence[str]

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

args Map<String>

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

description String

A human readable description of what the error means. It is suitable for non-internationalize display purposes.

messageBase Property Map

Details common to all types of Istio and ServiceMesh analysis messages.

resourcePaths List<String>

A list of strings specifying the resource identifiers that were the cause of message generation. A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

ServiceMeshFeatureStateResponse

AnalysisMessages []ServiceMeshAnalysisMessageResponse

Results of running Service Mesh analyzers.

analysisMessages List<ServiceMeshAnalysisMessageResponse>

Results of running Service Mesh analyzers.

analysisMessages ServiceMeshAnalysisMessageResponse[]

Results of running Service Mesh analyzers.

analysis_messages Sequence[ServiceMeshAnalysisMessageResponse]

Results of running Service Mesh analyzers.

analysisMessages List<Property Map>

Results of running Service Mesh analyzers.

ServiceMeshTypeResponse

Code string

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

DisplayName string

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

Code string

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

DisplayName string

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

code String

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

displayName String

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

code string

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

displayName string

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

code str

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

display_name str

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

code String

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type. (e.g. "IST0001" is mapped to the "InternalError" message type.)

displayName String

A human-readable name for the message type. e.g. "InternalError", "PodMissingProxy". This should be the same for all messages of the same type. (This corresponds to the name field in open-source Istio.)

StatusResponse

Code string

Code specifies AppDevExperienceFeature's subcomponent ready state.

Description string

Description is populated if Code is Failed, explaining why it has failed.

Code string

Code specifies AppDevExperienceFeature's subcomponent ready state.

Description string

Description is populated if Code is Failed, explaining why it has failed.

code String

Code specifies AppDevExperienceFeature's subcomponent ready state.

description String

Description is populated if Code is Failed, explaining why it has failed.

code string

Code specifies AppDevExperienceFeature's subcomponent ready state.

description string

Description is populated if Code is Failed, explaining why it has failed.

code str

Code specifies AppDevExperienceFeature's subcomponent ready state.

description str

Description is populated if Code is Failed, explaining why it has failed.

code String

Code specifies AppDevExperienceFeature's subcomponent ready state.

description String

Description is populated if Code is Failed, explaining why it has failed.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0