Class GetBackupRunPlainArgs


  • public final class GetBackupRunPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • backupId

        public java.util.Optional<java.lang.Integer> backupId()
        Returns:
        The identifier for this backup run. Unique only for a specific Cloud SQL instance. If left empty and multiple backups exist for the instance, `most_recent` must be set to `true`.
      • instance

        public java.lang.String instance()
        Returns:
        The name of the instance the backup is taken from.
      • mostRecent

        public java.util.Optional<java.lang.Boolean> mostRecent()
        Returns:
        Toggles use of the most recent backup run if multiple backups exist for a Cloud SQL instance.
      • project

        public java.util.Optional<java.lang.String> project()
        Returns:
        The project to list instances for. If it is not provided, the provider project is used.