Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.Database.getAutonomousDatabaseBackups
Explore with Pulumi AI
This data source provides the list of Autonomous Database Backups in Oracle Cloud Infrastructure Database service.
Gets a list of Autonomous Database backups based on either the autonomousDatabaseId
or compartmentId
specified as a query parameter.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousDatabaseBackups = oci.Database.getAutonomousDatabaseBackups({
autonomousDatabaseId: testAutonomousDatabase.id,
compartmentId: compartmentId,
displayName: autonomousDatabaseBackupDisplayName,
state: autonomousDatabaseBackupState,
type: autonomousDatabaseBackupType,
});
import pulumi
import pulumi_oci as oci
test_autonomous_database_backups = oci.Database.get_autonomous_database_backups(autonomous_database_id=test_autonomous_database["id"],
compartment_id=compartment_id,
display_name=autonomous_database_backup_display_name,
state=autonomous_database_backup_state,
type=autonomous_database_backup_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetAutonomousDatabaseBackups(ctx, &database.GetAutonomousDatabaseBackupsArgs{
AutonomousDatabaseId: pulumi.StringRef(testAutonomousDatabase.Id),
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(autonomousDatabaseBackupDisplayName),
State: pulumi.StringRef(autonomousDatabaseBackupState),
Type: pulumi.StringRef(autonomousDatabaseBackupType),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testAutonomousDatabaseBackups = Oci.Database.GetAutonomousDatabaseBackups.Invoke(new()
{
AutonomousDatabaseId = testAutonomousDatabase.Id,
CompartmentId = compartmentId,
DisplayName = autonomousDatabaseBackupDisplayName,
State = autonomousDatabaseBackupState,
Type = autonomousDatabaseBackupType,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAutonomousDatabaseBackupsArgs;
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 testAutonomousDatabaseBackups = DatabaseFunctions.getAutonomousDatabaseBackups(GetAutonomousDatabaseBackupsArgs.builder()
.autonomousDatabaseId(testAutonomousDatabase.id())
.compartmentId(compartmentId)
.displayName(autonomousDatabaseBackupDisplayName)
.state(autonomousDatabaseBackupState)
.type(autonomousDatabaseBackupType)
.build());
}
}
variables:
testAutonomousDatabaseBackups:
fn::invoke:
function: oci:Database:getAutonomousDatabaseBackups
arguments:
autonomousDatabaseId: ${testAutonomousDatabase.id}
compartmentId: ${compartmentId}
displayName: ${autonomousDatabaseBackupDisplayName}
state: ${autonomousDatabaseBackupState}
type: ${autonomousDatabaseBackupType}
Using getAutonomousDatabaseBackups
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 getAutonomousDatabaseBackups(args: GetAutonomousDatabaseBackupsArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseBackupsResult>
function getAutonomousDatabaseBackupsOutput(args: GetAutonomousDatabaseBackupsOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseBackupsResult>
def get_autonomous_database_backups(autonomous_database_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetAutonomousDatabaseBackupsFilter]] = None,
state: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseBackupsResult
def get_autonomous_database_backups_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetAutonomousDatabaseBackupsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseBackupsResult]
func GetAutonomousDatabaseBackups(ctx *Context, args *GetAutonomousDatabaseBackupsArgs, opts ...InvokeOption) (*GetAutonomousDatabaseBackupsResult, error)
func GetAutonomousDatabaseBackupsOutput(ctx *Context, args *GetAutonomousDatabaseBackupsOutputArgs, opts ...InvokeOption) GetAutonomousDatabaseBackupsResultOutput
> Note: This function is named GetAutonomousDatabaseBackups
in the Go SDK.
public static class GetAutonomousDatabaseBackups
{
public static Task<GetAutonomousDatabaseBackupsResult> InvokeAsync(GetAutonomousDatabaseBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetAutonomousDatabaseBackupsResult> Invoke(GetAutonomousDatabaseBackupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousDatabaseBackupsResult> getAutonomousDatabaseBackups(GetAutonomousDatabaseBackupsArgs args, InvokeOptions options)
public static Output<GetAutonomousDatabaseBackupsResult> getAutonomousDatabaseBackups(GetAutonomousDatabaseBackupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getAutonomousDatabaseBackups:getAutonomousDatabaseBackups
arguments:
# arguments dictionary
The following arguments are supported:
- Autonomous
Database stringId - The database OCID.
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Autonomous Database Backups Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Type string
- A filter to return only backups that matches with the given type of Backup.
- Autonomous
Database stringId - The database OCID.
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Autonomous Database Backups Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Type string
- A filter to return only backups that matches with the given type of Backup.
- autonomous
Database StringId - The database OCID.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Autonomous Backups Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- type String
- A filter to return only backups that matches with the given type of Backup.
- autonomous
Database stringId - The database OCID.
- compartment
Id string - The compartment OCID.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Autonomous Database Backups Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- type string
- A filter to return only backups that matches with the given type of Backup.
- autonomous_
database_ strid - The database OCID.
- compartment_
id str - The compartment OCID.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Get Autonomous Database Backups Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- type str
- A filter to return only backups that matches with the given type of Backup.
- autonomous
Database StringId - The database OCID.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- type String
- A filter to return only backups that matches with the given type of Backup.
getAutonomousDatabaseBackups Result
The following output properties are available:
- Autonomous
Database List<GetBackups Autonomous Database Backups Autonomous Database Backup> - The list of autonomous_database_backups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the backup. The name does not have to be unique.
- Filters
List<Get
Autonomous Database Backups Filter> - State string
- The current state of the backup.
- Type string
- The type of backup.
- Autonomous
Database []GetBackups Autonomous Database Backups Autonomous Database Backup - The list of autonomous_database_backups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the backup. The name does not have to be unique.
- Filters
[]Get
Autonomous Database Backups Filter - State string
- The current state of the backup.
- Type string
- The type of backup.
- autonomous
Database List<GetBackups Autonomous Backups Autonomous Backup> - The list of autonomous_database_backups.
- id String
- The provider-assigned unique ID for this managed resource.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the backup. The name does not have to be unique.
- filters
List<Get
Autonomous Backups Filter> - state String
- The current state of the backup.
- type String
- The type of backup.
- autonomous
Database GetBackups Autonomous Database Backups Autonomous Database Backup[] - The list of autonomous_database_backups.
- id string
- The provider-assigned unique ID for this managed resource.
- autonomous
Database stringId - The OCID of the Autonomous Database.
- compartment
Id string - The OCID of the compartment.
- display
Name string - The user-friendly name for the backup. The name does not have to be unique.
- filters
Get
Autonomous Database Backups Filter[] - state string
- The current state of the backup.
- type string
- The type of backup.
- autonomous_
database_ Sequence[database.backups Get Autonomous Database Backups Autonomous Database Backup] - The list of autonomous_database_backups.
- id str
- The provider-assigned unique ID for this managed resource.
- autonomous_
database_ strid - The OCID of the Autonomous Database.
- compartment_
id str - The OCID of the compartment.
- display_
name str - The user-friendly name for the backup. The name does not have to be unique.
- filters
Sequence[database.
Get Autonomous Database Backups Filter] - state str
- The current state of the backup.
- type str
- The type of backup.
- autonomous
Database List<Property Map>Backups - The list of autonomous_database_backups.
- id String
- The provider-assigned unique ID for this managed resource.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the backup. The name does not have to be unique.
- filters List<Property Map>
- state String
- The current state of the backup.
- type String
- The type of backup.
Supporting Types
GetAutonomousDatabaseBackupsAutonomousDatabaseBackup
- Autonomous
Database Id This property is required. string - The database OCID.
- Backup
Destination Details This property is required. List<GetAutonomous Database Backups Autonomous Database Backup Backup Destination Detail> - Backup destination details
- Compartment
Id This property is required. string - The compartment OCID.
- Database
Size In Tbs This property is required. double - The size of the database in terabytes at the time the backup was taken.
- Db
Version This property is required. string - A valid Oracle Database version for Autonomous Database.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Id
This property is required. string - The OCID of the Autonomous Database backup.
- Is
Automatic This property is required. bool - Indicates whether the backup is user-initiated or automatic.
- Is
Long Term Backup This property is required. bool - Is
Restorable This property is required. bool - Indicates whether the backup can be used to restore the associated Autonomous Database.
- Key
Store Id This property is required. string - The OCID of the key store of Oracle Vault.
- Key
Store Wallet Name This property is required. string - The wallet name for Oracle Key Vault.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Retention
Period In Days This property is required. int - Retention period, in days, for long-term backups
- Size
In Tbs This property is required. double - The backup size in terrabytes (TB).
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Available Till This property is required. string - Timestamp until when the backup will be available
- Time
Ended This property is required. string - The date and time the backup completed.
- Time
Started This property is required. string - The date and time the backup started.
- Type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- Vault
Id This property is required. string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- Autonomous
Database Id This property is required. string - The database OCID.
- Backup
Destination Details This property is required. []GetAutonomous Database Backups Autonomous Database Backup Backup Destination Detail - Backup destination details
- Compartment
Id This property is required. string - The compartment OCID.
- Database
Size In Tbs This property is required. float64 - The size of the database in terabytes at the time the backup was taken.
- Db
Version This property is required. string - A valid Oracle Database version for Autonomous Database.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Id
This property is required. string - The OCID of the Autonomous Database backup.
- Is
Automatic This property is required. bool - Indicates whether the backup is user-initiated or automatic.
- Is
Long Term Backup This property is required. bool - Is
Restorable This property is required. bool - Indicates whether the backup can be used to restore the associated Autonomous Database.
- Key
Store Id This property is required. string - The OCID of the key store of Oracle Vault.
- Key
Store Wallet Name This property is required. string - The wallet name for Oracle Key Vault.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Retention
Period In Days This property is required. int - Retention period, in days, for long-term backups
- Size
In Tbs This property is required. float64 - The backup size in terrabytes (TB).
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Available Till This property is required. string - Timestamp until when the backup will be available
- Time
Ended This property is required. string - The date and time the backup completed.
- Time
Started This property is required. string - The date and time the backup started.
- Type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- Vault
Id This property is required. string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- autonomous
Database Id This property is required. String - The database OCID.
- backup
Destination Details This property is required. List<GetAutonomous Backups Autonomous Backup Backup Destination Detail> - Backup destination details
- compartment
Id This property is required. String - The compartment OCID.
- database
Size In Tbs This property is required. Double - The size of the database in terabytes at the time the backup was taken.
- db
Version This property is required. String - A valid Oracle Database version for Autonomous Database.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- id
This property is required. String - The OCID of the Autonomous Database backup.
- is
Automatic This property is required. Boolean - Indicates whether the backup is user-initiated or automatic.
- is
Long Term Backup This property is required. Boolean - is
Restorable This property is required. Boolean - Indicates whether the backup can be used to restore the associated Autonomous Database.
- key
Store Id This property is required. String - The OCID of the key store of Oracle Vault.
- key
Store Wallet Name This property is required. String - The wallet name for Oracle Key Vault.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- retention
Period In Days This property is required. Integer - Retention period, in days, for long-term backups
- size
In Tbs This property is required. Double - The backup size in terrabytes (TB).
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Available Till This property is required. String - Timestamp until when the backup will be available
- time
Ended This property is required. String - The date and time the backup completed.
- time
Started This property is required. String - The date and time the backup started.
- type
This property is required. String - A filter to return only backups that matches with the given type of Backup.
- vault
Id This property is required. String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- autonomous
Database Id This property is required. string - The database OCID.
- backup
Destination Details This property is required. GetAutonomous Database Backups Autonomous Database Backup Backup Destination Detail[] - Backup destination details
- compartment
Id This property is required. string - The compartment OCID.
- database
Size In Tbs This property is required. number - The size of the database in terabytes at the time the backup was taken.
- db
Version This property is required. string - A valid Oracle Database version for Autonomous Database.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- id
This property is required. string - The OCID of the Autonomous Database backup.
- is
Automatic This property is required. boolean - Indicates whether the backup is user-initiated or automatic.
- is
Long Term Backup This property is required. boolean - is
Restorable This property is required. boolean - Indicates whether the backup can be used to restore the associated Autonomous Database.
- key
Store Id This property is required. string - The OCID of the key store of Oracle Vault.
- key
Store Wallet Name This property is required. string - The wallet name for Oracle Key Vault.
- kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. string - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- retention
Period In Days This property is required. number - Retention period, in days, for long-term backups
- size
In Tbs This property is required. number - The backup size in terrabytes (TB).
- state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- time
Available Till This property is required. string - Timestamp until when the backup will be available
- time
Ended This property is required. string - The date and time the backup completed.
- time
Started This property is required. string - The date and time the backup started.
- type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- vault
Id This property is required. string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- autonomous_
database_ id This property is required. str - The database OCID.
- backup_
destination_ details This property is required. Sequence[database.Get Autonomous Database Backups Autonomous Database Backup Backup Destination Detail] - Backup destination details
- compartment_
id This property is required. str - The compartment OCID.
- database_
size_ in_ tbs This property is required. float - The size of the database in terabytes at the time the backup was taken.
- db_
version This property is required. str - A valid Oracle Database version for Autonomous Database.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- id
This property is required. str - The OCID of the Autonomous Database backup.
- is_
automatic This property is required. bool - Indicates whether the backup is user-initiated or automatic.
- is_
long_ term_ backup This property is required. bool - is_
restorable This property is required. bool - Indicates whether the backup can be used to restore the associated Autonomous Database.
- key_
store_ id This property is required. str - The OCID of the key store of Oracle Vault.
- key_
store_ wallet_ name This property is required. str - The wallet name for Oracle Key Vault.
- kms_
key_ id This property is required. str - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_
key_ version_ id This property is required. str - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- retention_
period_ in_ days This property is required. int - Retention period, in days, for long-term backups
- size_
in_ tbs This property is required. float - The backup size in terrabytes (TB).
- state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- time_
available_ till This property is required. str - Timestamp until when the backup will be available
- time_
ended This property is required. str - The date and time the backup completed.
- time_
started This property is required. str - The date and time the backup started.
- type
This property is required. str - A filter to return only backups that matches with the given type of Backup.
- vault_
id This property is required. str - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- autonomous
Database Id This property is required. String - The database OCID.
- backup
Destination Details This property is required. List<Property Map> - Backup destination details
- compartment
Id This property is required. String - The compartment OCID.
- database
Size In Tbs This property is required. Number - The size of the database in terabytes at the time the backup was taken.
- db
Version This property is required. String - A valid Oracle Database version for Autonomous Database.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- id
This property is required. String - The OCID of the Autonomous Database backup.
- is
Automatic This property is required. Boolean - Indicates whether the backup is user-initiated or automatic.
- is
Long Term Backup This property is required. Boolean - is
Restorable This property is required. Boolean - Indicates whether the backup can be used to restore the associated Autonomous Database.
- key
Store Id This property is required. String - The OCID of the key store of Oracle Vault.
- key
Store Wallet Name This property is required. String - The wallet name for Oracle Key Vault.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- retention
Period In Days This property is required. Number - Retention period, in days, for long-term backups
- size
In Tbs This property is required. Number - The backup size in terrabytes (TB).
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Available Till This property is required. String - Timestamp until when the backup will be available
- time
Ended This property is required. String - The date and time the backup completed.
- time
Started This property is required. String - The date and time the backup started.
- type
This property is required. String - A filter to return only backups that matches with the given type of Backup.
- vault
Id This property is required. String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
GetAutonomousDatabaseBackupsAutonomousDatabaseBackupBackupDestinationDetail
- Id
This property is required. string - The OCID of the Autonomous Database backup.
- Internet
Proxy This property is required. string - Proxy URL to connect to object store.
- Type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- Vpc
Password This property is required. string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User This property is required. string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- Id
This property is required. string - The OCID of the Autonomous Database backup.
- Internet
Proxy This property is required. string - Proxy URL to connect to object store.
- Type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- Vpc
Password This property is required. string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User This property is required. string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id
This property is required. String - The OCID of the Autonomous Database backup.
- internet
Proxy This property is required. String - Proxy URL to connect to object store.
- type
This property is required. String - A filter to return only backups that matches with the given type of Backup.
- vpc
Password This property is required. String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User This property is required. String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id
This property is required. string - The OCID of the Autonomous Database backup.
- internet
Proxy This property is required. string - Proxy URL to connect to object store.
- type
This property is required. string - A filter to return only backups that matches with the given type of Backup.
- vpc
Password This property is required. string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User This property is required. string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id
This property is required. str - The OCID of the Autonomous Database backup.
- internet_
proxy This property is required. str - Proxy URL to connect to object store.
- type
This property is required. str - A filter to return only backups that matches with the given type of Backup.
- vpc_
password This property is required. str - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc_
user This property is required. str - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id
This property is required. String - The OCID of the Autonomous Database backup.
- internet
Proxy This property is required. String - Proxy URL to connect to object store.
- type
This property is required. String - A filter to return only backups that matches with the given type of Backup.
- vpc
Password This property is required. String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User This property is required. String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
GetAutonomousDatabaseBackupsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.