1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. alloydb
  5. getCluster
Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi

gcp.alloydb.getCluster

Explore with Pulumi AI

gcp logo
Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi

    Use this data source to get information about the available cluster. For more details refer the API docs.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const qa = gcp.alloydb.getCluster({});
    
    import pulumi
    import pulumi_gcp as gcp
    
    qa = gcp.alloydb.get_cluster()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/alloydb"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := alloydb.LookupCluster(ctx, &alloydb.LookupClusterArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var qa = Gcp.Alloydb.GetCluster.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.alloydb.AlloydbFunctions;
    import com.pulumi.gcp.alloydb.inputs.GetClusterArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var qa = AlloydbFunctions.getCluster();
    
        }
    }
    
    variables:
      qa:
        fn::invoke:
          function: gcp:alloydb:getCluster
          arguments: {}
    

    Using getCluster

    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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(cluster_id: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
    func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput

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

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcp:alloydb/getCluster:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    Project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    ClusterId string
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    Project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    clusterId String
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project String
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    clusterId string
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project string
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    cluster_id str
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    location str
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project str
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    clusterId String
    The ID of the alloydb cluster that the instance belongs to. 'alloydb_cluster_id'
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    project String
    (optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

    getCluster Result

    The following output properties are available:

    Annotations Dictionary<string, string>
    AutomatedBackupPolicies List<GetClusterAutomatedBackupPolicy>
    BackupSources List<GetClusterBackupSource>
    ClusterId string
    ClusterType string
    ContinuousBackupConfigs List<GetClusterContinuousBackupConfig>
    ContinuousBackupInfos List<GetClusterContinuousBackupInfo>
    DatabaseVersion string
    DeletionPolicy string
    DisplayName string
    EffectiveAnnotations Dictionary<string, string>
    EffectiveLabels Dictionary<string, string>
    EncryptionConfigs List<GetClusterEncryptionConfig>
    EncryptionInfos List<GetClusterEncryptionInfo>
    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    InitialUsers List<GetClusterInitialUser>
    Labels Dictionary<string, string>
    MaintenanceUpdatePolicies List<GetClusterMaintenanceUpdatePolicy>
    MigrationSources List<GetClusterMigrationSource>
    Name string
    NetworkConfigs List<GetClusterNetworkConfig>
    PscConfigs List<GetClusterPscConfig>
    PulumiLabels Dictionary<string, string>
    Reconciling bool
    RestoreBackupSources List<GetClusterRestoreBackupSource>
    RestoreContinuousBackupSources List<GetClusterRestoreContinuousBackupSource>
    SecondaryConfigs List<GetClusterSecondaryConfig>
    SkipAwaitMajorVersionUpgrade bool
    State string
    SubscriptionType string
    TrialMetadatas List<GetClusterTrialMetadata>
    Uid string
    Location string
    Project string
    Annotations map[string]string
    AutomatedBackupPolicies []GetClusterAutomatedBackupPolicy
    BackupSources []GetClusterBackupSource
    ClusterId string
    ClusterType string
    ContinuousBackupConfigs []GetClusterContinuousBackupConfig
    ContinuousBackupInfos []GetClusterContinuousBackupInfo
    DatabaseVersion string
    DeletionPolicy string
    DisplayName string
    EffectiveAnnotations map[string]string
    EffectiveLabels map[string]string
    EncryptionConfigs []GetClusterEncryptionConfig
    EncryptionInfos []GetClusterEncryptionInfo
    Etag string
    Id string
    The provider-assigned unique ID for this managed resource.
    InitialUsers []GetClusterInitialUser
    Labels map[string]string
    MaintenanceUpdatePolicies []GetClusterMaintenanceUpdatePolicy
    MigrationSources []GetClusterMigrationSource
    Name string
    NetworkConfigs []GetClusterNetworkConfig
    PscConfigs []GetClusterPscConfig
    PulumiLabels map[string]string
    Reconciling bool
    RestoreBackupSources []GetClusterRestoreBackupSource
    RestoreContinuousBackupSources []GetClusterRestoreContinuousBackupSource
    SecondaryConfigs []GetClusterSecondaryConfig
    SkipAwaitMajorVersionUpgrade bool
    State string
    SubscriptionType string
    TrialMetadatas []GetClusterTrialMetadata
    Uid string
    Location string
    Project string
    annotations Map<String,String>
    automatedBackupPolicies List<GetClusterAutomatedBackupPolicy>
    backupSources List<GetClusterBackupSource>
    clusterId String
    clusterType String
    continuousBackupConfigs List<GetClusterContinuousBackupConfig>
    continuousBackupInfos List<GetClusterContinuousBackupInfo>
    databaseVersion String
    deletionPolicy String
    displayName String
    effectiveAnnotations Map<String,String>
    effectiveLabels Map<String,String>
    encryptionConfigs List<GetClusterEncryptionConfig>
    encryptionInfos List<GetClusterEncryptionInfo>
    etag String
    id String
    The provider-assigned unique ID for this managed resource.
    initialUsers List<GetClusterInitialUser>
    labels Map<String,String>
    maintenanceUpdatePolicies List<GetClusterMaintenanceUpdatePolicy>
    migrationSources List<GetClusterMigrationSource>
    name String
    networkConfigs List<GetClusterNetworkConfig>
    pscConfigs List<GetClusterPscConfig>
    pulumiLabels Map<String,String>
    reconciling Boolean
    restoreBackupSources List<GetClusterRestoreBackupSource>
    restoreContinuousBackupSources List<GetClusterRestoreContinuousBackupSource>
    secondaryConfigs List<GetClusterSecondaryConfig>
    skipAwaitMajorVersionUpgrade Boolean
    state String
    subscriptionType String
    trialMetadatas List<GetClusterTrialMetadata>
    uid String
    location String
    project String
    annotations {[key: string]: string}
    automatedBackupPolicies GetClusterAutomatedBackupPolicy[]
    backupSources GetClusterBackupSource[]
    clusterId string
    clusterType string
    continuousBackupConfigs GetClusterContinuousBackupConfig[]
    continuousBackupInfos GetClusterContinuousBackupInfo[]
    databaseVersion string
    deletionPolicy string
    displayName string
    effectiveAnnotations {[key: string]: string}
    effectiveLabels {[key: string]: string}
    encryptionConfigs GetClusterEncryptionConfig[]
    encryptionInfos GetClusterEncryptionInfo[]
    etag string
    id string
    The provider-assigned unique ID for this managed resource.
    initialUsers GetClusterInitialUser[]
    labels {[key: string]: string}
    maintenanceUpdatePolicies GetClusterMaintenanceUpdatePolicy[]
    migrationSources GetClusterMigrationSource[]
    name string
    networkConfigs GetClusterNetworkConfig[]
    pscConfigs GetClusterPscConfig[]
    pulumiLabels {[key: string]: string}
    reconciling boolean
    restoreBackupSources GetClusterRestoreBackupSource[]
    restoreContinuousBackupSources GetClusterRestoreContinuousBackupSource[]
    secondaryConfigs GetClusterSecondaryConfig[]
    skipAwaitMajorVersionUpgrade boolean
    state string
    subscriptionType string
    trialMetadatas GetClusterTrialMetadata[]
    uid string
    location string
    project string
    annotations Mapping[str, str]
    automated_backup_policies Sequence[GetClusterAutomatedBackupPolicy]
    backup_sources Sequence[GetClusterBackupSource]
    cluster_id str
    cluster_type str
    continuous_backup_configs Sequence[GetClusterContinuousBackupConfig]
    continuous_backup_infos Sequence[GetClusterContinuousBackupInfo]
    database_version str
    deletion_policy str
    display_name str
    effective_annotations Mapping[str, str]
    effective_labels Mapping[str, str]
    encryption_configs Sequence[GetClusterEncryptionConfig]
    encryption_infos Sequence[GetClusterEncryptionInfo]
    etag str
    id str
    The provider-assigned unique ID for this managed resource.
    initial_users Sequence[GetClusterInitialUser]
    labels Mapping[str, str]
    maintenance_update_policies Sequence[GetClusterMaintenanceUpdatePolicy]
    migration_sources Sequence[GetClusterMigrationSource]
    name str
    network_configs Sequence[GetClusterNetworkConfig]
    psc_configs Sequence[GetClusterPscConfig]
    pulumi_labels Mapping[str, str]
    reconciling bool
    restore_backup_sources Sequence[GetClusterRestoreBackupSource]
    restore_continuous_backup_sources Sequence[GetClusterRestoreContinuousBackupSource]
    secondary_configs Sequence[GetClusterSecondaryConfig]
    skip_await_major_version_upgrade bool
    state str
    subscription_type str
    trial_metadatas Sequence[GetClusterTrialMetadata]
    uid str
    location str
    project str
    annotations Map<String>
    automatedBackupPolicies List<Property Map>
    backupSources List<Property Map>
    clusterId String
    clusterType String
    continuousBackupConfigs List<Property Map>
    continuousBackupInfos List<Property Map>
    databaseVersion String
    deletionPolicy String
    displayName String
    effectiveAnnotations Map<String>
    effectiveLabels Map<String>
    encryptionConfigs List<Property Map>
    encryptionInfos List<Property Map>
    etag String
    id String
    The provider-assigned unique ID for this managed resource.
    initialUsers List<Property Map>
    labels Map<String>
    maintenanceUpdatePolicies List<Property Map>
    migrationSources List<Property Map>
    name String
    networkConfigs List<Property Map>
    pscConfigs List<Property Map>
    pulumiLabels Map<String>
    reconciling Boolean
    restoreBackupSources List<Property Map>
    restoreContinuousBackupSources List<Property Map>
    secondaryConfigs List<Property Map>
    skipAwaitMajorVersionUpgrade Boolean
    state String
    subscriptionType String
    trialMetadatas List<Property Map>
    uid String
    location String
    project String

    Supporting Types

    GetClusterAutomatedBackupPolicy

    BackupWindow string

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    Enabled bool
    Whether automated backups are enabled.
    EncryptionConfigs List<GetClusterAutomatedBackupPolicyEncryptionConfig>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    Labels Dictionary<string, string>
    Labels to apply to backups created using this configuration.
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    QuantityBasedRetentions List<GetClusterAutomatedBackupPolicyQuantityBasedRetention>
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    TimeBasedRetentions List<GetClusterAutomatedBackupPolicyTimeBasedRetention>
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    WeeklySchedules List<GetClusterAutomatedBackupPolicyWeeklySchedule>
    Weekly schedule for the Backup.
    BackupWindow string

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    Enabled bool
    Whether automated backups are enabled.
    EncryptionConfigs []GetClusterAutomatedBackupPolicyEncryptionConfig
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    Labels map[string]string
    Labels to apply to backups created using this configuration.
    Location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    QuantityBasedRetentions []GetClusterAutomatedBackupPolicyQuantityBasedRetention
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    TimeBasedRetentions []GetClusterAutomatedBackupPolicyTimeBasedRetention
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    WeeklySchedules []GetClusterAutomatedBackupPolicyWeeklySchedule
    Weekly schedule for the Backup.
    backupWindow String

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    enabled Boolean
    Whether automated backups are enabled.
    encryptionConfigs List<GetClusterAutomatedBackupPolicyEncryptionConfig>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    labels Map<String,String>
    Labels to apply to backups created using this configuration.
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    quantityBasedRetentions List<GetClusterAutomatedBackupPolicyQuantityBasedRetention>
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    timeBasedRetentions List<GetClusterAutomatedBackupPolicyTimeBasedRetention>
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    weeklySchedules List<GetClusterAutomatedBackupPolicyWeeklySchedule>
    Weekly schedule for the Backup.
    backupWindow string

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    enabled boolean
    Whether automated backups are enabled.
    encryptionConfigs GetClusterAutomatedBackupPolicyEncryptionConfig[]
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    labels {[key: string]: string}
    Labels to apply to backups created using this configuration.
    location string
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    quantityBasedRetentions GetClusterAutomatedBackupPolicyQuantityBasedRetention[]
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    timeBasedRetentions GetClusterAutomatedBackupPolicyTimeBasedRetention[]
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    weeklySchedules GetClusterAutomatedBackupPolicyWeeklySchedule[]
    Weekly schedule for the Backup.
    backup_window str

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    enabled bool
    Whether automated backups are enabled.
    encryption_configs Sequence[GetClusterAutomatedBackupPolicyEncryptionConfig]
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    labels Mapping[str, str]
    Labels to apply to backups created using this configuration.
    location str
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    quantity_based_retentions Sequence[GetClusterAutomatedBackupPolicyQuantityBasedRetention]
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    time_based_retentions Sequence[GetClusterAutomatedBackupPolicyTimeBasedRetention]
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    weekly_schedules Sequence[GetClusterAutomatedBackupPolicyWeeklySchedule]
    Weekly schedule for the Backup.
    backupWindow String

    The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

    The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.

    A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    enabled Boolean
    Whether automated backups are enabled.
    encryptionConfigs List<Property Map>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    labels Map<String>
    Labels to apply to backups created using this configuration.
    location String
    (optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.
    quantityBasedRetentions List<Property Map>
    Quantity-based Backup retention policy to retain recent backups. Conflicts with 'time_based_retention', both can't be set together.
    timeBasedRetentions List<Property Map>
    Time-based Backup retention policy. Conflicts with 'quantity_based_retention', both can't be set together.
    weeklySchedules List<Property Map>
    Weekly schedule for the Backup.

    GetClusterAutomatedBackupPolicyEncryptionConfig

    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kms_key_name str
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].

    GetClusterAutomatedBackupPolicyQuantityBasedRetention

    Count int
    The number of backups to retain.
    Count int
    The number of backups to retain.
    count Integer
    The number of backups to retain.
    count number
    The number of backups to retain.
    count int
    The number of backups to retain.
    count Number
    The number of backups to retain.

    GetClusterAutomatedBackupPolicyTimeBasedRetention

    RetentionPeriod string
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
    RetentionPeriod string
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
    retentionPeriod String
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
    retentionPeriod string
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
    retention_period str
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
    retentionPeriod String
    The retention period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

    GetClusterAutomatedBackupPolicyWeeklySchedule

    DaysOfWeeks List<string>
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    StartTimes List<GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime>
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
    DaysOfWeeks []string
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    StartTimes []GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
    daysOfWeeks List<String>
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes List<GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime>
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
    daysOfWeeks string[]
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime[]
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
    days_of_weeks Sequence[str]
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    start_times Sequence[GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime]
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).
    daysOfWeeks List<String>
    The days of the week to perform a backup. At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes List<Property Map>
    The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).

    GetClusterAutomatedBackupPolicyWeeklyScheduleStartTime

    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    Nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    Seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    Nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    Seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours Integer
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Integer
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos Integer
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds Integer
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes number
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos number
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds number
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours Number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Number
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos Number
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds Number
    Seconds of minutes of the time. Currently, only the value 0 is supported.

    GetClusterBackupSource

    BackupName string
    The name of the backup resource.
    BackupName string
    The name of the backup resource.
    backupName String
    The name of the backup resource.
    backupName string
    The name of the backup resource.
    backup_name str
    The name of the backup resource.
    backupName String
    The name of the backup resource.

    GetClusterContinuousBackupConfig

    Enabled bool
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    EncryptionConfigs List<GetClusterContinuousBackupConfigEncryptionConfig>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    RecoveryWindowDays int

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    Enabled bool
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    EncryptionConfigs []GetClusterContinuousBackupConfigEncryptionConfig
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    RecoveryWindowDays int

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    enabled Boolean
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    encryptionConfigs List<GetClusterContinuousBackupConfigEncryptionConfig>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    recoveryWindowDays Integer

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    enabled boolean
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    encryptionConfigs GetClusterContinuousBackupConfigEncryptionConfig[]
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    recoveryWindowDays number

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    enabled bool
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    encryption_configs Sequence[GetClusterContinuousBackupConfigEncryptionConfig]
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    recovery_window_days int

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    enabled Boolean
    Whether continuous backup recovery is enabled. If not set, defaults to true.
    encryptionConfigs List<Property Map>
    EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).
    recoveryWindowDays Number

    The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window.

    If not set, defaults to 14 days.

    GetClusterContinuousBackupConfigEncryptionConfig

    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kms_key_name str
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].

    GetClusterContinuousBackupInfo

    EarliestRestorableTime string
    The earliest restorable time that can be restored to. Output only field.
    EnabledTime string
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    EncryptionInfos List<GetClusterContinuousBackupInfoEncryptionInfo>
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    Schedules List<string>
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
    EarliestRestorableTime string
    The earliest restorable time that can be restored to. Output only field.
    EnabledTime string
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    EncryptionInfos []GetClusterContinuousBackupInfoEncryptionInfo
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    Schedules []string
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
    earliestRestorableTime String
    The earliest restorable time that can be restored to. Output only field.
    enabledTime String
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    encryptionInfos List<GetClusterContinuousBackupInfoEncryptionInfo>
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    schedules List<String>
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
    earliestRestorableTime string
    The earliest restorable time that can be restored to. Output only field.
    enabledTime string
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    encryptionInfos GetClusterContinuousBackupInfoEncryptionInfo[]
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    schedules string[]
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
    earliest_restorable_time str
    The earliest restorable time that can be restored to. Output only field.
    enabled_time str
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    encryption_infos Sequence[GetClusterContinuousBackupInfoEncryptionInfo]
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    schedules Sequence[str]
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
    earliestRestorableTime String
    The earliest restorable time that can be restored to. Output only field.
    enabledTime String
    When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
    encryptionInfos List<Property Map>
    Output only. The encryption information for the WALs and backups required for ContinuousBackup.
    schedules List<String>
    Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.

    GetClusterContinuousBackupInfoEncryptionInfo

    EncryptionType string
    Output only. Type of encryption.
    KmsKeyVersions List<string>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    EncryptionType string
    Output only. Type of encryption.
    KmsKeyVersions []string
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType String
    Output only. Type of encryption.
    kmsKeyVersions List<String>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType string
    Output only. Type of encryption.
    kmsKeyVersions string[]
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryption_type str
    Output only. Type of encryption.
    kms_key_versions Sequence[str]
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType String
    Output only. Type of encryption.
    kmsKeyVersions List<String>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.

    GetClusterEncryptionConfig

    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    KmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName string
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kms_key_name str
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
    kmsKeyName String
    The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].

    GetClusterEncryptionInfo

    EncryptionType string
    Output only. Type of encryption.
    KmsKeyVersions List<string>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    EncryptionType string
    Output only. Type of encryption.
    KmsKeyVersions []string
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType String
    Output only. Type of encryption.
    kmsKeyVersions List<String>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType string
    Output only. Type of encryption.
    kmsKeyVersions string[]
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryption_type str
    Output only. Type of encryption.
    kms_key_versions Sequence[str]
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.
    encryptionType String
    Output only. Type of encryption.
    kmsKeyVersions List<String>
    Output only. Cloud KMS key versions that are being used to protect the database or the backup.

    GetClusterInitialUser

    Password string
    The initial password for the user.
    User string
    The database username.
    Password string
    The initial password for the user.
    User string
    The database username.
    password String
    The initial password for the user.
    user String
    The database username.
    password string
    The initial password for the user.
    user string
    The database username.
    password str
    The initial password for the user.
    user str
    The database username.
    password String
    The initial password for the user.
    user String
    The database username.

    GetClusterMaintenanceUpdatePolicy

    MaintenanceWindows List<GetClusterMaintenanceUpdatePolicyMaintenanceWindow>
    Preferred windows to perform maintenance. Currently limited to 1.
    MaintenanceWindows []GetClusterMaintenanceUpdatePolicyMaintenanceWindow
    Preferred windows to perform maintenance. Currently limited to 1.
    maintenanceWindows List<GetClusterMaintenanceUpdatePolicyMaintenanceWindow>
    Preferred windows to perform maintenance. Currently limited to 1.
    maintenanceWindows GetClusterMaintenanceUpdatePolicyMaintenanceWindow[]
    Preferred windows to perform maintenance. Currently limited to 1.
    maintenance_windows Sequence[GetClusterMaintenanceUpdatePolicyMaintenanceWindow]
    Preferred windows to perform maintenance. Currently limited to 1.
    maintenanceWindows List<Property Map>
    Preferred windows to perform maintenance. Currently limited to 1.

    GetClusterMaintenanceUpdatePolicyMaintenanceWindow

    Day string
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    StartTimes List<GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime>
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
    Day string
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    StartTimes []GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
    day String
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes List<GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime>
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
    day string
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime[]
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
    day str
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    start_times Sequence[GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime]
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
    day String
    Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
    startTimes List<Property Map>
    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.

    GetClusterMaintenanceUpdatePolicyMaintenanceWindowStartTime

    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23.
    Minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    Nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    Seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23.
    Minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    Nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    Seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours Integer
    Hours of day in 24 hour format. Should be from 0 to 23.
    minutes Integer
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos Integer
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds Integer
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours number
    Hours of day in 24 hour format. Should be from 0 to 23.
    minutes number
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos number
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds number
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours int
    Hours of day in 24 hour format. Should be from 0 to 23.
    minutes int
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos int
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds int
    Seconds of minutes of the time. Currently, only the value 0 is supported.
    hours Number
    Hours of day in 24 hour format. Should be from 0 to 23.
    minutes Number
    Minutes of hour of day. Currently, only the value 0 is supported.
    nanos Number
    Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
    seconds Number
    Seconds of minutes of the time. Currently, only the value 0 is supported.

    GetClusterMigrationSource

    HostPort string
    The host and port of the on-premises instance in host:port format
    ReferenceId string
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    SourceType string
    Type of migration source.
    HostPort string
    The host and port of the on-premises instance in host:port format
    ReferenceId string
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    SourceType string
    Type of migration source.
    hostPort String
    The host and port of the on-premises instance in host:port format
    referenceId String
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    sourceType String
    Type of migration source.
    hostPort string
    The host and port of the on-premises instance in host:port format
    referenceId string
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    sourceType string
    Type of migration source.
    host_port str
    The host and port of the on-premises instance in host:port format
    reference_id str
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    source_type str
    Type of migration source.
    hostPort String
    The host and port of the on-premises instance in host:port format
    referenceId String
    Place holder for the external source identifier(e.g DMS job name) that created the cluster.
    sourceType String
    Type of migration source.

    GetClusterNetworkConfig

    AllocatedIpRange string
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    Network string
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
    AllocatedIpRange string
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    Network string
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
    allocatedIpRange String
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    network String
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
    allocatedIpRange string
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    network string
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
    allocated_ip_range str
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    network str
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".
    allocatedIpRange String
    The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
    network String
    The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".

    GetClusterPscConfig

    PscEnabled bool
    Create an instance that allows connections from Private Service Connect endpoints to the instance.
    PscEnabled bool
    Create an instance that allows connections from Private Service Connect endpoints to the instance.
    pscEnabled Boolean
    Create an instance that allows connections from Private Service Connect endpoints to the instance.
    pscEnabled boolean
    Create an instance that allows connections from Private Service Connect endpoints to the instance.
    psc_enabled bool
    Create an instance that allows connections from Private Service Connect endpoints to the instance.
    pscEnabled Boolean
    Create an instance that allows connections from Private Service Connect endpoints to the instance.

    GetClusterRestoreBackupSource

    BackupName string
    The name of the backup that this cluster is restored from.
    BackupName string
    The name of the backup that this cluster is restored from.
    backupName String
    The name of the backup that this cluster is restored from.
    backupName string
    The name of the backup that this cluster is restored from.
    backup_name str
    The name of the backup that this cluster is restored from.
    backupName String
    The name of the backup that this cluster is restored from.

    GetClusterRestoreContinuousBackupSource

    Cluster string
    The name of the source cluster that this cluster is restored from.
    PointInTime string
    The point in time that this cluster is restored to, in RFC 3339 format.
    Cluster string
    The name of the source cluster that this cluster is restored from.
    PointInTime string
    The point in time that this cluster is restored to, in RFC 3339 format.
    cluster String
    The name of the source cluster that this cluster is restored from.
    pointInTime String
    The point in time that this cluster is restored to, in RFC 3339 format.
    cluster string
    The name of the source cluster that this cluster is restored from.
    pointInTime string
    The point in time that this cluster is restored to, in RFC 3339 format.
    cluster str
    The name of the source cluster that this cluster is restored from.
    point_in_time str
    The point in time that this cluster is restored to, in RFC 3339 format.
    cluster String
    The name of the source cluster that this cluster is restored from.
    pointInTime String
    The point in time that this cluster is restored to, in RFC 3339 format.

    GetClusterSecondaryConfig

    PrimaryClusterName string
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
    PrimaryClusterName string
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
    primaryClusterName String
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
    primaryClusterName string
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
    primary_cluster_name str
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'
    primaryClusterName String
    Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'

    GetClusterTrialMetadata

    EndTime string
    End time of the trial cluster.
    GraceEndTime string
    Grace end time of the trial cluster.
    StartTime string
    Start time of the trial cluster.
    UpgradeTime string
    Upgrade time of the trial cluster to standard cluster.
    EndTime string
    End time of the trial cluster.
    GraceEndTime string
    Grace end time of the trial cluster.
    StartTime string
    Start time of the trial cluster.
    UpgradeTime string
    Upgrade time of the trial cluster to standard cluster.
    endTime String
    End time of the trial cluster.
    graceEndTime String
    Grace end time of the trial cluster.
    startTime String
    Start time of the trial cluster.
    upgradeTime String
    Upgrade time of the trial cluster to standard cluster.
    endTime string
    End time of the trial cluster.
    graceEndTime string
    Grace end time of the trial cluster.
    startTime string
    Start time of the trial cluster.
    upgradeTime string
    Upgrade time of the trial cluster to standard cluster.
    end_time str
    End time of the trial cluster.
    grace_end_time str
    Grace end time of the trial cluster.
    start_time str
    Start time of the trial cluster.
    upgrade_time str
    Upgrade time of the trial cluster to standard cluster.
    endTime String
    End time of the trial cluster.
    graceEndTime String
    Grace end time of the trial cluster.
    startTime String
    Start time of the trial cluster.
    upgradeTime String
    Upgrade time of the trial cluster to standard cluster.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud v8.22.0 published on Thursday, Mar 13, 2025 by Pulumi