We recommend using Azure Native.
Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi
azure.oracle.getAutonomousDatabase
Explore with Pulumi AI
Use this data source to access information about an existing Autonomous Database.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.oracle.getAutonomousDatabase({
name: "existing",
resourceGroupName: "existing",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.oracle.get_autonomous_database(name="existing",
resource_group_name="existing")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/oracle"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := oracle.LookupAutonomousDatabase(ctx, &oracle.LookupAutonomousDatabaseArgs{
Name: "existing",
ResourceGroupName: "existing",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Oracle.GetAutonomousDatabase.Invoke(new()
{
Name = "existing",
ResourceGroupName = "existing",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getAutonomousDatabaseResult => getAutonomousDatabaseResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.oracle.OracleFunctions;
import com.pulumi.azure.oracle.inputs.GetAutonomousDatabaseArgs;
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 example = OracleFunctions.getAutonomousDatabase(GetAutonomousDatabaseArgs.builder()
.name("existing")
.resourceGroupName("existing")
.build());
ctx.export("id", example.applyValue(getAutonomousDatabaseResult -> getAutonomousDatabaseResult.id()));
}
}
variables:
example:
fn::invoke:
Function: azure:oracle:getAutonomousDatabase
Arguments:
name: existing
resourceGroupName: existing
outputs:
id: ${example.id}
Using getAutonomousDatabase
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 getAutonomousDatabase(args: GetAutonomousDatabaseArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseResult>
function getAutonomousDatabaseOutput(args: GetAutonomousDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseResult>
def get_autonomous_database(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseResult
def get_autonomous_database_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseResult]
func LookupAutonomousDatabase(ctx *Context, args *LookupAutonomousDatabaseArgs, opts ...InvokeOption) (*LookupAutonomousDatabaseResult, error)
func LookupAutonomousDatabaseOutput(ctx *Context, args *LookupAutonomousDatabaseOutputArgs, opts ...InvokeOption) LookupAutonomousDatabaseResultOutput
> Note: This function is named LookupAutonomousDatabase
in the Go SDK.
public static class GetAutonomousDatabase
{
public static Task<GetAutonomousDatabaseResult> InvokeAsync(GetAutonomousDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetAutonomousDatabaseResult> Invoke(GetAutonomousDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:oracle/getAutonomousDatabase:getAutonomousDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this Autonomous Database.
- Resource
Group stringName - The name of the Resource Group where the Autonomous Database exists.
- Name string
- The name of this Autonomous Database.
- Resource
Group stringName - The name of the Resource Group where the Autonomous Database exists.
- name String
- The name of this Autonomous Database.
- resource
Group StringName - The name of the Resource Group where the Autonomous Database exists.
- name string
- The name of this Autonomous Database.
- resource
Group stringName - The name of the Resource Group where the Autonomous Database exists.
- name str
- The name of this Autonomous Database.
- resource_
group_ strname - The name of the Resource Group where the Autonomous Database exists.
- name String
- The name of this Autonomous Database.
- resource
Group StringName - The name of the Resource Group where the Autonomous Database exists.
getAutonomousDatabase Result
The following output properties are available:
- Actual
Used doubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Allocated
Storage doubleSize In Tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Allowed
Ips List<int> - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - Auto
Scaling boolEnabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- Auto
Scaling boolFor Storage Enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- Autonomous
Database stringId - The database OCID.
- Available
Upgrade List<string>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Retention intPeriod In Days - Retention period, in days, for backups.
- Character
Set string - The character set for the autonomous database.
- Compute
Count double - The compute amount (CPUs) available to the database.
- Cpu
Core intCount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Data
Storage intSize In Gbs - The quantity of data in the database, in gigabytes.
- Data
Storage intSize In Tbs - The maximum storage that can be allocated for the database, in terabytes.
- Db
Node intStorage Size In Gbs - The DB node storage size in, in gigabytes.
- Db
Version string - A valid Oracle Database version for Autonomous Database.
- Display
Name string - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Failed
Data intRecovery In Seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- Id string
- The provider-assigned unique ID for this managed resource.
- In
Memory intArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- Lifecycle
Details string - Information about the current lifecycle state.
- Local
Adg intAuto Failover Max Data Loss Limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- Local
Data boolGuard Enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Location string
- The Azure Region where the Autonomous Database exists.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Mtls
Connection boolRequired - Specifies if the Autonomous Database requires mTLS connections.
- Name string
- National
Character stringSet - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Oci
Url string - The URL of the resource in the OCI console.
- Ocid string
- The OCID of the autonomous database.
- Peer
Db stringId - Peer
Db List<string>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- Preview bool
- Indicates if the Autonomous Database version is a preview version.
- Preview
Version boolWith Service Terms Accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- Private
Endpoint string - The private endpoint for the resource.
- Private
Endpoint stringIp - The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - The private endpoint label for the resource.
- Provisionable
Cpuses List<int> - An array of CPU values that an Autonomous Database can be scaled to.
- Remote
Data boolGuard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Resource
Group stringName - Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Sql
Web stringDeveloper Url - The URL of the SQL web developer.
- Subnet
Id string - The OCID of the subnet the resource is associated with.
- Supported
Regions List<int>To Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Dictionary<string, string>
- A mapping of tags assigned to the Autonomous Database.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data stringGuard Role Changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- Time
Deletion stringOf Free Autonomous Database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- Time
Local stringData Guard Enabled On - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of stringLast Refresh Point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Reclamation stringOf Free Autonomous Database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- Used
Data intStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- Used
Data intStorage Size In Tbs - The amount of storage that has been used, in terabytes.
- Virtual
Network stringId - The ID to an Azure Resource Manager vnet resource.
- Actual
Used float64Data Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Allocated
Storage float64Size In Tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Allowed
Ips []int - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - Auto
Scaling boolEnabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- Auto
Scaling boolFor Storage Enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- Autonomous
Database stringId - The database OCID.
- Available
Upgrade []stringVersions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Retention intPeriod In Days - Retention period, in days, for backups.
- Character
Set string - The character set for the autonomous database.
- Compute
Count float64 - The compute amount (CPUs) available to the database.
- Cpu
Core intCount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Data
Storage intSize In Gbs - The quantity of data in the database, in gigabytes.
- Data
Storage intSize In Tbs - The maximum storage that can be allocated for the database, in terabytes.
- Db
Node intStorage Size In Gbs - The DB node storage size in, in gigabytes.
- Db
Version string - A valid Oracle Database version for Autonomous Database.
- Display
Name string - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Failed
Data intRecovery In Seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- Id string
- The provider-assigned unique ID for this managed resource.
- In
Memory intArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- Lifecycle
Details string - Information about the current lifecycle state.
- Local
Adg intAuto Failover Max Data Loss Limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- Local
Data boolGuard Enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Location string
- The Azure Region where the Autonomous Database exists.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Mtls
Connection boolRequired - Specifies if the Autonomous Database requires mTLS connections.
- Name string
- National
Character stringSet - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Oci
Url string - The URL of the resource in the OCI console.
- Ocid string
- The OCID of the autonomous database.
- Peer
Db stringId - Peer
Db []stringIds - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- Preview bool
- Indicates if the Autonomous Database version is a preview version.
- Preview
Version boolWith Service Terms Accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- Private
Endpoint string - The private endpoint for the resource.
- Private
Endpoint stringIp - The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - The private endpoint label for the resource.
- Provisionable
Cpuses []int - An array of CPU values that an Autonomous Database can be scaled to.
- Remote
Data boolGuard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Resource
Group stringName - Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Sql
Web stringDeveloper Url - The URL of the SQL web developer.
- Subnet
Id string - The OCID of the subnet the resource is associated with.
- Supported
Regions []intTo Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- map[string]string
- A mapping of tags assigned to the Autonomous Database.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data stringGuard Role Changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- Time
Deletion stringOf Free Autonomous Database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- Time
Local stringData Guard Enabled On - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of stringLast Refresh Point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Reclamation stringOf Free Autonomous Database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- Used
Data intStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- Used
Data intStorage Size In Tbs - The amount of storage that has been used, in terabytes.
- Virtual
Network stringId - The ID to an Azure Resource Manager vnet resource.
- actual
Used DoubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage DoubleSize In Tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - allowed
Ips List<Integer> - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - auto
Scaling BooleanEnabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- auto
Scaling BooleanFor Storage Enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- autonomous
Database StringId - The database OCID.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Retention IntegerPeriod In Days - Retention period, in days, for backups.
- character
Set String - The character set for the autonomous database.
- compute
Count Double - The compute amount (CPUs) available to the database.
- cpu
Core IntegerCount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- data
Storage IntegerSize In Gbs - The quantity of data in the database, in gigabytes.
- data
Storage IntegerSize In Tbs - The maximum storage that can be allocated for the database, in terabytes.
- db
Node IntegerStorage Size In Gbs - The DB node storage size in, in gigabytes.
- db
Version String - A valid Oracle Database version for Autonomous Database.
- display
Name String - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- failed
Data IntegerRecovery In Seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- id String
- The provider-assigned unique ID for this managed resource.
- in
Memory IntegerArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- lifecycle
Details String - Information about the current lifecycle state.
- local
Adg IntegerAuto Failover Max Data Loss Limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local
Data BooleanGuard Enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- location String
- The Azure Region where the Autonomous Database exists.
- memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- mtls
Connection BooleanRequired - Specifies if the Autonomous Database requires mTLS connections.
- name String
- national
Character StringSet - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- oci
Url String - The URL of the resource in the OCI console.
- ocid String
- The OCID of the autonomous database.
- peer
Db StringId - peer
Db List<String>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- preview Boolean
- Indicates if the Autonomous Database version is a preview version.
- preview
Version BooleanWith Service Terms Accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- private
Endpoint String - The private endpoint for the resource.
- private
Endpoint StringIp - The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - The private endpoint label for the resource.
- provisionable
Cpuses List<Integer> - An array of CPU values that an Autonomous Database can be scaled to.
- remote
Data BooleanGuard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- resource
Group StringName - service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- sql
Web StringDeveloper Url - The URL of the SQL web developer.
- subnet
Id String - The OCID of the subnet the resource is associated with.
- supported
Regions List<Integer>To Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String,String>
- A mapping of tags assigned to the Autonomous Database.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data StringGuard Role Changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time
Deletion StringOf Free Autonomous Database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time
Local StringData Guard Enabled On - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of StringLast Refresh Point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Reclamation StringOf Free Autonomous Database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- used
Data IntegerStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data IntegerStorage Size In Tbs - The amount of storage that has been used, in terabytes.
- virtual
Network StringId - The ID to an Azure Resource Manager vnet resource.
- actual
Used numberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage numberSize In Tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - allowed
Ips number[] - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - auto
Scaling booleanEnabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- auto
Scaling booleanFor Storage Enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- autonomous
Database stringId - The database OCID.
- available
Upgrade string[]Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Retention numberPeriod In Days - Retention period, in days, for backups.
- character
Set string - The character set for the autonomous database.
- compute
Count number - The compute amount (CPUs) available to the database.
- cpu
Core numberCount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- data
Storage numberSize In Gbs - The quantity of data in the database, in gigabytes.
- data
Storage numberSize In Tbs - The maximum storage that can be allocated for the database, in terabytes.
- db
Node numberStorage Size In Gbs - The DB node storage size in, in gigabytes.
- db
Version string - A valid Oracle Database version for Autonomous Database.
- display
Name string - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- failed
Data numberRecovery In Seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- id string
- The provider-assigned unique ID for this managed resource.
- in
Memory numberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- lifecycle
Details string - Information about the current lifecycle state.
- local
Adg numberAuto Failover Max Data Loss Limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local
Data booleanGuard Enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- location string
- The Azure Region where the Autonomous Database exists.
- memory
Per numberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- mtls
Connection booleanRequired - Specifies if the Autonomous Database requires mTLS connections.
- name string
- national
Character stringSet - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- oci
Url string - The URL of the resource in the OCI console.
- ocid string
- The OCID of the autonomous database.
- peer
Db stringId - peer
Db string[]Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- preview boolean
- Indicates if the Autonomous Database version is a preview version.
- preview
Version booleanWith Service Terms Accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- private
Endpoint string - The private endpoint for the resource.
- private
Endpoint stringIp - The private endpoint Ip address for the resource.
- private
Endpoint stringLabel - The private endpoint label for the resource.
- provisionable
Cpuses number[] - An array of CPU values that an Autonomous Database can be scaled to.
- remote
Data booleanGuard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- resource
Group stringName - service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- sql
Web stringDeveloper Url - The URL of the SQL web developer.
- subnet
Id string - The OCID of the subnet the resource is associated with.
- supported
Regions number[]To Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- {[key: string]: string}
- A mapping of tags assigned to the Autonomous Database.
- time
Created string - The date and time the Autonomous Database was created.
- time
Data stringGuard Role Changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time
Deletion stringOf Free Autonomous Database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time
Local stringData Guard Enabled On - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time
Maintenance stringBegin - The date and time when maintenance will begin.
- time
Maintenance stringEnd - The date and time when maintenance will end.
- time
Of stringLast Failover - The timestamp of the last failover operation.
- time
Of stringLast Refresh - The date and time when last refresh happened.
- time
Of stringLast Refresh Point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Reclamation stringOf Free Autonomous Database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- used
Data numberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data numberStorage Size In Tbs - The amount of storage that has been used, in terabytes.
- virtual
Network stringId - The ID to an Azure Resource Manager vnet resource.
- actual_
used_ floatdata_ storage_ size_ in_ tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated_
storage_ floatsize_ in_ tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - allowed_
ips Sequence[int] - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - auto_
scaling_ boolenabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- auto_
scaling_ boolfor_ storage_ enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- autonomous_
database_ strid - The database OCID.
- available_
upgrade_ Sequence[str]versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup_
retention_ intperiod_ in_ days - Retention period, in days, for backups.
- character_
set str - The character set for the autonomous database.
- compute_
count float - The compute amount (CPUs) available to the database.
- cpu_
core_ intcount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- data_
storage_ intsize_ in_ gbs - The quantity of data in the database, in gigabytes.
- data_
storage_ intsize_ in_ tbs - The maximum storage that can be allocated for the database, in terabytes.
- db_
node_ intstorage_ size_ in_ gbs - The DB node storage size in, in gigabytes.
- db_
version str - A valid Oracle Database version for Autonomous Database.
- display_
name str - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- failed_
data_ intrecovery_ in_ seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- id str
- The provider-assigned unique ID for this managed resource.
- in_
memory_ intarea_ in_ gbs - The area assigned to In-Memory tables in Autonomous Database.
- lifecycle_
details str - Information about the current lifecycle state.
- local_
adg_ intauto_ failover_ max_ data_ loss_ limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local_
data_ boolguard_ enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- location str
- The Azure Region where the Autonomous Database exists.
- memory_
per_ intoracle_ compute_ unit_ in_ gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- mtls_
connection_ boolrequired - Specifies if the Autonomous Database requires mTLS connections.
- name str
- national_
character_ strset - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- next_
long_ strterm_ backup_ time_ stamp - The date and time when the next long-term backup would be created.
- oci_
url str - The URL of the resource in the OCI console.
- ocid str
- The OCID of the autonomous database.
- peer_
db_ strid - peer_
db_ Sequence[str]ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- preview bool
- Indicates if the Autonomous Database version is a preview version.
- preview_
version_ boolwith_ service_ terms_ accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- private_
endpoint str - The private endpoint for the resource.
- private_
endpoint_ strip - The private endpoint Ip address for the resource.
- private_
endpoint_ strlabel - The private endpoint label for the resource.
- provisionable_
cpuses Sequence[int] - An array of CPU values that an Autonomous Database can be scaled to.
- remote_
data_ boolguard_ enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- resource_
group_ strname - service_
console_ strurl - The URL of the Service Console for the Autonomous Database.
- sql_
web_ strdeveloper_ url - The URL of the SQL web developer.
- subnet_
id str - The OCID of the subnet the resource is associated with.
- supported_
regions_ Sequence[int]to_ clone_ tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Mapping[str, str]
- A mapping of tags assigned to the Autonomous Database.
- time_
created str - The date and time the Autonomous Database was created.
- time_
data_ strguard_ role_ changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_
deletion_ strof_ free_ autonomous_ database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time_
local_ strdata_ guard_ enabled_ on - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time_
maintenance_ strbegin - The date and time when maintenance will begin.
- time_
maintenance_ strend - The date and time when maintenance will end.
- time_
of_ strlast_ failover - The timestamp of the last failover operation.
- time_
of_ strlast_ refresh - The date and time when last refresh happened.
- time_
of_ strlast_ refresh_ point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time_
of_ strlast_ switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time_
reclamation_ strof_ free_ autonomous_ database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- used_
data_ intstorage_ size_ in_ gbs - The storage space consumed by Autonomous Database in GBs.
- used_
data_ intstorage_ size_ in_ tbs - The amount of storage that has been used, in terabytes.
- virtual_
network_ strid - The ID to an Azure Resource Manager vnet resource.
- actual
Used NumberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage NumberSize In Tbs - The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - allowed
Ips List<Number> - The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
. - auto
Scaling BooleanEnabled - Indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- auto
Scaling BooleanFor Storage Enabled - Indicates if auto scaling is enabled for the Autonomous Database storage.
- autonomous
Database StringId - The database OCID.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Retention NumberPeriod In Days - Retention period, in days, for backups.
- character
Set String - The character set for the autonomous database.
- compute
Count Number - The compute amount (CPUs) available to the database.
- cpu
Core NumberCount - The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- data
Storage NumberSize In Gbs - The quantity of data in the database, in gigabytes.
- data
Storage NumberSize In Tbs - The maximum storage that can be allocated for the database, in terabytes.
- db
Node NumberStorage Size In Gbs - The DB node storage size in, in gigabytes.
- db
Version String - A valid Oracle Database version for Autonomous Database.
- display
Name String - The user-friendly name for the Autonomous Database. The name does not have to be unique.
- failed
Data NumberRecovery In Seconds - Indicates the number of seconds of data loss for a Data Guard failover.
- id String
- The provider-assigned unique ID for this managed resource.
- in
Memory NumberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- lifecycle
Details String - Information about the current lifecycle state.
- local
Adg NumberAuto Failover Max Data Loss Limit - Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local
Data BooleanGuard Enabled - Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- location String
- The Azure Region where the Autonomous Database exists.
- memory
Per NumberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- mtls
Connection BooleanRequired - Specifies if the Autonomous Database requires mTLS connections.
- name String
- national
Character StringSet - The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- oci
Url String - The URL of the resource in the OCI console.
- ocid String
- The OCID of the autonomous database.
- peer
Db StringId - peer
Db List<String>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- preview Boolean
- Indicates if the Autonomous Database version is a preview version.
- preview
Version BooleanWith Service Terms Accepted - Indicates if the Autonomous Database version is a preview version with service terms accepted.
- private
Endpoint String - The private endpoint for the resource.
- private
Endpoint StringIp - The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - The private endpoint label for the resource.
- provisionable
Cpuses List<Number> - An array of CPU values that an Autonomous Database can be scaled to.
- remote
Data BooleanGuard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- resource
Group StringName - service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- sql
Web StringDeveloper Url - The URL of the SQL web developer.
- subnet
Id String - The OCID of the subnet the resource is associated with.
- supported
Regions List<Number>To Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String>
- A mapping of tags assigned to the Autonomous Database.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data StringGuard Role Changed - The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time
Deletion StringOf Free Autonomous Database - The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time
Local StringData Guard Enabled On - The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of StringLast Refresh Point - The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Reclamation StringOf Free Autonomous Database - The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- used
Data NumberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data NumberStorage Size In Tbs - The amount of storage that has been used, in terabytes.
- virtual
Network StringId - The ID to an Azure Resource Manager vnet resource.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.