Class BackupArgs


  • public final class BackupArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BackupArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BackupArgs Empty  
    • Method Detail

      • backupId

        public com.pulumi.core.Output<java.lang.String> backupId()
        Returns:
        The ID of the alloydb backup.
      • clusterName

        public com.pulumi.core.Output<java.lang.String> clusterName()
        Returns:
        The full resource name of the backup source cluster (e.g., projects/{project}/locations/{location}/clusters/{clusterId}).
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        User-provided description of the backup.
      • encryptionConfig

        public java.util.Optional<com.pulumi.core.Output<BackupEncryptionConfigArgs>> encryptionConfig()
        Returns:
        EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). Structure is documented below.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        User-defined labels for the alloydb backup.
      • location

        public com.pulumi.core.Output<java.lang.String> location()
        Returns:
        The location where the alloydb backup should reside. ***
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.