oci.DatabaseManagement.getManagedDatabaseGroups
Explore with Pulumi AI
This data source provides the list of Managed Database Groups in Oracle Cloud Infrastructure Database Management service.
Gets the Managed Database Group for a specific ID or the list of Managed Database Groups in a specific compartment. Managed Database Groups can also be filtered based on the name parameter. Only one of the parameters, ID or name should be provided. If none of these parameters is provided, all the Managed Database Groups in the compartment are listed.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedDatabaseGroups = oci.DatabaseManagement.getManagedDatabaseGroups({
compartmentId: compartmentId,
id: managedDatabaseGroupId,
name: managedDatabaseGroupName,
state: managedDatabaseGroupState,
});
import pulumi
import pulumi_oci as oci
test_managed_database_groups = oci.DatabaseManagement.get_managed_database_groups(compartment_id=compartment_id,
id=managed_database_group_id,
name=managed_database_group_name,
state=managed_database_group_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetManagedDatabaseGroups(ctx, &databasemanagement.GetManagedDatabaseGroupsArgs{
CompartmentId: compartmentId,
Id: pulumi.StringRef(managedDatabaseGroupId),
Name: pulumi.StringRef(managedDatabaseGroupName),
State: pulumi.StringRef(managedDatabaseGroupState),
}, 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 testManagedDatabaseGroups = Oci.DatabaseManagement.GetManagedDatabaseGroups.Invoke(new()
{
CompartmentId = compartmentId,
Id = managedDatabaseGroupId,
Name = managedDatabaseGroupName,
State = managedDatabaseGroupState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetManagedDatabaseGroupsArgs;
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 testManagedDatabaseGroups = DatabaseManagementFunctions.getManagedDatabaseGroups(GetManagedDatabaseGroupsArgs.builder()
.compartmentId(compartmentId)
.id(managedDatabaseGroupId)
.name(managedDatabaseGroupName)
.state(managedDatabaseGroupState)
.build());
}
}
variables:
testManagedDatabaseGroups:
fn::invoke:
Function: oci:DatabaseManagement:getManagedDatabaseGroups
Arguments:
compartmentId: ${compartmentId}
id: ${managedDatabaseGroupId}
name: ${managedDatabaseGroupName}
state: ${managedDatabaseGroupState}
Using getManagedDatabaseGroups
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 getManagedDatabaseGroups(args: GetManagedDatabaseGroupsArgs, opts?: InvokeOptions): Promise<GetManagedDatabaseGroupsResult>
function getManagedDatabaseGroupsOutput(args: GetManagedDatabaseGroupsOutputArgs, opts?: InvokeOptions): Output<GetManagedDatabaseGroupsResult>
def get_managed_database_groups(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_databasemanagement.GetManagedDatabaseGroupsFilter]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedDatabaseGroupsResult
def get_managed_database_groups_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetManagedDatabaseGroupsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedDatabaseGroupsResult]
func GetManagedDatabaseGroups(ctx *Context, args *GetManagedDatabaseGroupsArgs, opts ...InvokeOption) (*GetManagedDatabaseGroupsResult, error)
func GetManagedDatabaseGroupsOutput(ctx *Context, args *GetManagedDatabaseGroupsOutputArgs, opts ...InvokeOption) GetManagedDatabaseGroupsResultOutput
> Note: This function is named GetManagedDatabaseGroups
in the Go SDK.
public static class GetManagedDatabaseGroups
{
public static Task<GetManagedDatabaseGroupsResult> InvokeAsync(GetManagedDatabaseGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetManagedDatabaseGroupsResult> Invoke(GetManagedDatabaseGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedDatabaseGroupsResult> getManagedDatabaseGroups(GetManagedDatabaseGroupsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getManagedDatabaseGroups:getManagedDatabaseGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Managed Database Groups Filter> - Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- State string
- The lifecycle state of a resource.
- Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Managed Database Groups Filter - Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- State string
- The lifecycle state of a resource.
- compartment
Id String - The OCID of the compartment.
- filters
List<Get
Managed Database Groups Filter> - id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state String
- The lifecycle state of a resource.
- compartment
Id string - The OCID of the compartment.
- filters
Get
Managed Database Groups Filter[] - id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state string
- The lifecycle state of a resource.
- compartment_
id str - The OCID of the compartment.
- filters
Sequence[databasemanagement.
Get Managed Database Groups Filter] - id str
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name str
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state str
- The lifecycle state of a resource.
- compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
- id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state String
- The lifecycle state of a resource.
getManagedDatabaseGroups Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment in which the Managed Database resides.
- Managed
Database List<GetGroup Collections Managed Database Groups Managed Database Group Collection> - The list of managed_database_group_collection.
- Filters
List<Get
Managed Database Groups Filter> - Id string
- The OCID of the Managed Database.
- Name string
- The name of the Managed Database Group.
- State string
- The current lifecycle state of the Managed Database Group.
- Compartment
Id string - The OCID of the compartment in which the Managed Database resides.
- Managed
Database []GetGroup Collections Managed Database Groups Managed Database Group Collection - The list of managed_database_group_collection.
- Filters
[]Get
Managed Database Groups Filter - Id string
- The OCID of the Managed Database.
- Name string
- The name of the Managed Database Group.
- State string
- The current lifecycle state of the Managed Database Group.
- compartment
Id String - The OCID of the compartment in which the Managed Database resides.
- managed
Database List<GetGroup Collections Managed Database Groups Managed Database Group Collection> - The list of managed_database_group_collection.
- filters
List<Get
Managed Database Groups Filter> - id String
- The OCID of the Managed Database.
- name String
- The name of the Managed Database Group.
- state String
- The current lifecycle state of the Managed Database Group.
- compartment
Id string - The OCID of the compartment in which the Managed Database resides.
- managed
Database GetGroup Collections Managed Database Groups Managed Database Group Collection[] - The list of managed_database_group_collection.
- filters
Get
Managed Database Groups Filter[] - id string
- The OCID of the Managed Database.
- name string
- The name of the Managed Database Group.
- state string
- The current lifecycle state of the Managed Database Group.
- compartment_
id str - The OCID of the compartment in which the Managed Database resides.
- managed_
database_ Sequence[databasemanagement.group_ collections Get Managed Database Groups Managed Database Group Collection] - The list of managed_database_group_collection.
- filters
Sequence[databasemanagement.
Get Managed Database Groups Filter] - id str
- The OCID of the Managed Database.
- name str
- The name of the Managed Database Group.
- state str
- The current lifecycle state of the Managed Database Group.
- compartment
Id String - The OCID of the compartment in which the Managed Database resides.
- managed
Database List<Property Map>Group Collections - The list of managed_database_group_collection.
- filters List<Property Map>
- id String
- The OCID of the Managed Database.
- name String
- The name of the Managed Database Group.
- state String
- The current lifecycle state of the Managed Database Group.
Supporting Types
GetManagedDatabaseGroupsFilter
GetManagedDatabaseGroupsManagedDatabaseGroupCollection
GetManagedDatabaseGroupsManagedDatabaseGroupCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- The information specified by the user about the Managed Database Group.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Managed
Databases List<GetManaged Database Groups Managed Database Group Collection Item Managed Database> - A list of Managed Databases in the Managed Database Group.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- State string
- The lifecycle state of a resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Managed Database Group was created.
- Time
Updated string - The date and time the Managed Database Group was last updated.
- Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- The information specified by the user about the Managed Database Group.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Managed
Databases []GetManaged Database Groups Managed Database Group Collection Item Managed Database - A list of Managed Databases in the Managed Database Group.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- State string
- The lifecycle state of a resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Managed Database Group was created.
- Time
Updated string - The date and time the Managed Database Group was last updated.
- compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- The information specified by the user about the Managed Database Group.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- managed
Databases List<GetManaged Database Groups Managed Database Group Collection Item Managed Database> - A list of Managed Databases in the Managed Database Group.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state String
- The lifecycle state of a resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Managed Database Group was created.
- time
Updated String - The date and time the Managed Database Group was last updated.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- The information specified by the user about the Managed Database Group.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- managed
Databases GetManaged Database Groups Managed Database Group Collection Item Managed Database[] - A list of Managed Databases in the Managed Database Group.
- name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state string
- The lifecycle state of a resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the Managed Database Group was created.
- time
Updated string - The date and time the Managed Database Group was last updated.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- The information specified by the user about the Managed Database Group.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- managed_
databases Sequence[databasemanagement.Get Managed Database Groups Managed Database Group Collection Item Managed Database] - A list of Managed Databases in the Managed Database Group.
- name str
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state str
- The lifecycle state of a resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the Managed Database Group was created.
- time_
updated str - The date and time the Managed Database Group was last updated.
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- The information specified by the user about the Managed Database Group.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- managed
Databases List<Property Map> - A list of Managed Databases in the Managed Database Group.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- state String
- The lifecycle state of a resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Managed Database Group was created.
- time
Updated String - The date and time the Managed Database Group was last updated.
GetManagedDatabaseGroupsManagedDatabaseGroupCollectionItemManagedDatabase
- Compartment
Id string - The OCID of the compartment.
- Database
Sub stringType - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- Database
Type string - The type of Oracle Database installation.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Deployment
Type string - The infrastructure used to deploy the Oracle Database.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Added string - The date and time the Managed Database was added to the group.
- Workload
Type string - The workload type of the Autonomous Database.
- Compartment
Id string - The OCID of the compartment.
- Database
Sub stringType - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- Database
Type string - The type of Oracle Database installation.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Deployment
Type string - The infrastructure used to deploy the Oracle Database.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- Name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Added string - The date and time the Managed Database was added to the group.
- Workload
Type string - The workload type of the Autonomous Database.
- compartment
Id String - The OCID of the compartment.
- database
Sub StringType - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- database
Type String - The type of Oracle Database installation.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- deployment
Type String - The infrastructure used to deploy the Oracle Database.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Added String - The date and time the Managed Database was added to the group.
- workload
Type String - The workload type of the Autonomous Database.
- compartment
Id string - The OCID of the compartment.
- database
Sub stringType - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- database
Type string - The type of Oracle Database installation.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- deployment
Type string - The infrastructure used to deploy the Oracle Database.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name string
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Added string - The date and time the Managed Database was added to the group.
- workload
Type string - The workload type of the Autonomous Database.
- compartment_
id str - The OCID of the compartment.
- database_
sub_ strtype - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- database_
type str - The type of Oracle Database installation.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- deployment_
type str - The infrastructure used to deploy the Oracle Database.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name str
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
added str - The date and time the Managed Database was added to the group.
- workload_
type str - The workload type of the Autonomous Database.
- compartment
Id String - The OCID of the compartment.
- database
Sub StringType - The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- database
Type String - The type of Oracle Database installation.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- deployment
Type String - The infrastructure used to deploy the Oracle Database.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The identifier of the resource. Only one of the parameters, id or name should be provided.
- name String
- A filter to return only resources that match the entire name. Only one of the parameters, id or name should be provided
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Added String - The date and time the Managed Database was added to the group.
- workload
Type String - The workload type of the Autonomous Database.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.