View Source GoogleApi.Redis.V1.Model.DatabaseResourceId (google_api_redis v0.39.0)

DatabaseResourceId will serve as primary key for any resource ingestion event.

Attributes

  • provider (type: String.t, default: nil) - Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
  • providerDescription (type: String.t, default: nil) - Optional. Needs to be used only when the provider is PROVIDER_OTHER.
  • resourceType (type: String.t, default: nil) - Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance REQUIRED Please refer go/condor-common-datamodel
  • uniqueId (type: String.t, default: nil) - Required. A service-local token that distinguishes this resource from other resources within the same service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.DatabaseResourceId{
  provider: String.t() | nil,
  providerDescription: String.t() | nil,
  resourceType: String.t() | nil,
  uniqueId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.