Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
This data source provides details about a specific Oracle Db Aws Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
Retrieves detailed information about a Oracle DB AWS Identity Connector resource by specifying its unique resource OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOracleDbAwsIdentityConnector = oci.oci.getDbmulticloudOracleDbAwsIdentityConnector({
oracleDbAwsIdentityConnectorId: testOracleDbAwsIdentityConnectorOciDbmulticloudOracleDbAwsIdentityConnector.id,
});
import pulumi
import pulumi_oci as oci
test_oracle_db_aws_identity_connector = oci.oci.get_dbmulticloud_oracle_db_aws_identity_connector(oracle_db_aws_identity_connector_id=test_oracle_db_aws_identity_connector_oci_dbmulticloud_oracle_db_aws_identity_connector["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupDbmulticloudOracleDbAwsIdentityConnector(ctx, &oci.LookupDbmulticloudOracleDbAwsIdentityConnectorArgs{
OracleDbAwsIdentityConnectorId: testOracleDbAwsIdentityConnectorOciDbmulticloudOracleDbAwsIdentityConnector.Id,
}, 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 testOracleDbAwsIdentityConnector = Oci.Oci.GetDbmulticloudOracleDbAwsIdentityConnector.Invoke(new()
{
OracleDbAwsIdentityConnectorId = testOracleDbAwsIdentityConnectorOciDbmulticloudOracleDbAwsIdentityConnector.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetDbmulticloudOracleDbAwsIdentityConnectorArgs;
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 testOracleDbAwsIdentityConnector = OciFunctions.getDbmulticloudOracleDbAwsIdentityConnector(GetDbmulticloudOracleDbAwsIdentityConnectorArgs.builder()
.oracleDbAwsIdentityConnectorId(testOracleDbAwsIdentityConnectorOciDbmulticloudOracleDbAwsIdentityConnector.id())
.build());
}
}
variables:
testOracleDbAwsIdentityConnector:
fn::invoke:
function: oci:oci:getDbmulticloudOracleDbAwsIdentityConnector
arguments:
oracleDbAwsIdentityConnectorId: ${testOracleDbAwsIdentityConnectorOciDbmulticloudOracleDbAwsIdentityConnector.id}
Using getDbmulticloudOracleDbAwsIdentityConnector
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 getDbmulticloudOracleDbAwsIdentityConnector(args: GetDbmulticloudOracleDbAwsIdentityConnectorArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbAwsIdentityConnectorResult>
function getDbmulticloudOracleDbAwsIdentityConnectorOutput(args: GetDbmulticloudOracleDbAwsIdentityConnectorOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbAwsIdentityConnectorResult>def get_dbmulticloud_oracle_db_aws_identity_connector(oracle_db_aws_identity_connector_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbAwsIdentityConnectorResult
def get_dbmulticloud_oracle_db_aws_identity_connector_output(oracle_db_aws_identity_connector_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbAwsIdentityConnectorResult]func LookupDbmulticloudOracleDbAwsIdentityConnector(ctx *Context, args *LookupDbmulticloudOracleDbAwsIdentityConnectorArgs, opts ...InvokeOption) (*LookupDbmulticloudOracleDbAwsIdentityConnectorResult, error)
func LookupDbmulticloudOracleDbAwsIdentityConnectorOutput(ctx *Context, args *LookupDbmulticloudOracleDbAwsIdentityConnectorOutputArgs, opts ...InvokeOption) LookupDbmulticloudOracleDbAwsIdentityConnectorResultOutput> Note: This function is named LookupDbmulticloudOracleDbAwsIdentityConnector in the Go SDK.
public static class GetDbmulticloudOracleDbAwsIdentityConnector
{
public static Task<GetDbmulticloudOracleDbAwsIdentityConnectorResult> InvokeAsync(GetDbmulticloudOracleDbAwsIdentityConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetDbmulticloudOracleDbAwsIdentityConnectorResult> Invoke(GetDbmulticloudOracleDbAwsIdentityConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbmulticloudOracleDbAwsIdentityConnectorResult> getDbmulticloudOracleDbAwsIdentityConnector(GetDbmulticloudOracleDbAwsIdentityConnectorArgs args, InvokeOptions options)
public static Output<GetDbmulticloudOracleDbAwsIdentityConnectorResult> getDbmulticloudOracleDbAwsIdentityConnector(GetDbmulticloudOracleDbAwsIdentityConnectorArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDbmulticloudOracleDbAwsIdentityConnector:getDbmulticloudOracleDbAwsIdentityConnector
arguments:
# arguments dictionaryThe following arguments are supported:
- Oracle
Db stringAws Identity Connector Id - The OCID of the Oracle DB AWS Identity Connector resource.
- Oracle
Db stringAws Identity Connector Id - The OCID of the Oracle DB AWS Identity Connector resource.
- oracle
Db StringAws Identity Connector Id - The OCID of the Oracle DB AWS Identity Connector resource.
- oracle
Db stringAws Identity Connector Id - The OCID of the Oracle DB AWS Identity Connector resource.
- oracle_
db_ straws_ identity_ connector_ id - The OCID of the Oracle DB AWS Identity Connector resource.
- oracle
Db StringAws Identity Connector Id - The OCID of the Oracle DB AWS Identity Connector resource.
getDbmulticloudOracleDbAwsIdentityConnector Result
The following output properties are available:
- Aws
Account stringId - AWS Account ID.
- Aws
Location string - AWS resource location.
- Aws
Sts stringPrivate Endpoint - Private endpoint of AWS Security Token Service.
- Compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- 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"} - Display
Name string - Oracle DB AWS Identity Connector resource name.
- 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 OCID of the Oracle DB AWS Identity Connector resource.
- Issuer
Url string - OIDC token issuer Url.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oidc
Scope string - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- Oracle
Db stringAws Identity Connector Id - Resource
Id string - The OCID of the AWS VM Cluster resource.
- Service
Role List<GetDetails Dbmulticloud Oracle Db Aws Identity Connector Service Role Detail> - Service role details and respective Amazon resource nam of Role.
- State string
- The current lifecycle state of the AWS Identity Connector resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- Time
Updated string - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- Aws
Account stringId - AWS Account ID.
- Aws
Location string - AWS resource location.
- Aws
Sts stringPrivate Endpoint - Private endpoint of AWS Security Token Service.
- Compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- 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"} - Display
Name string - Oracle DB AWS Identity Connector resource name.
- 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 OCID of the Oracle DB AWS Identity Connector resource.
- Issuer
Url string - OIDC token issuer Url.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Oidc
Scope string - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- Oracle
Db stringAws Identity Connector Id - Resource
Id string - The OCID of the AWS VM Cluster resource.
- Service
Role []GetDetails Dbmulticloud Oracle Db Aws Identity Connector Service Role Detail - Service role details and respective Amazon resource nam of Role.
- State string
- The current lifecycle state of the AWS Identity Connector resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- Time
Updated string - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- aws
Account StringId - AWS Account ID.
- aws
Location String - AWS resource location.
- aws
Sts StringPrivate Endpoint - Private endpoint of AWS Security Token Service.
- compartment
Id String - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- 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"} - display
Name String - Oracle DB AWS Identity Connector resource name.
- 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 OCID of the Oracle DB AWS Identity Connector resource.
- issuer
Url String - OIDC token issuer Url.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oidc
Scope String - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- oracle
Db StringAws Identity Connector Id - resource
Id String - The OCID of the AWS VM Cluster resource.
- service
Role List<GetDetails Dbmulticloud Oracle Db Aws Identity Connector Service Role Detail> - Service role details and respective Amazon resource nam of Role.
- state String
- The current lifecycle state of the AWS Identity Connector resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- time
Updated String - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- aws
Account stringId - AWS Account ID.
- aws
Location string - AWS resource location.
- aws
Sts stringPrivate Endpoint - Private endpoint of AWS Security Token Service.
- compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- {[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"} - display
Name string - Oracle DB AWS Identity Connector resource name.
- {[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 OCID of the Oracle DB AWS Identity Connector resource.
- issuer
Url string - OIDC token issuer Url.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- oidc
Scope string - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- oracle
Db stringAws Identity Connector Id - resource
Id string - The OCID of the AWS VM Cluster resource.
- service
Role GetDetails Dbmulticloud Oracle Db Aws Identity Connector Service Role Detail[] - Service role details and respective Amazon resource nam of Role.
- state string
- The current lifecycle state of the AWS Identity Connector resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- time
Updated string - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- aws_
account_ strid - AWS Account ID.
- aws_
location str - AWS resource location.
- aws_
sts_ strprivate_ endpoint - Private endpoint of AWS Security Token Service.
- compartment_
id str - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- 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"} - display_
name str - Oracle DB AWS Identity Connector resource name.
- 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 OCID of the Oracle DB AWS Identity Connector resource.
- issuer_
url str - OIDC token issuer Url.
- lifecycle_
state_ strdetails - Description of the current lifecycle state in more detail.
- oidc_
scope str - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- oracle_
db_ straws_ identity_ connector_ id - resource_
id str - The OCID of the AWS VM Cluster resource.
- service_
role_ Sequence[Getdetails Dbmulticloud Oracle Db Aws Identity Connector Service Role Detail] - Service role details and respective Amazon resource nam of Role.
- state str
- The current lifecycle state of the AWS Identity Connector resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- time_
updated str - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- aws
Account StringId - AWS Account ID.
- aws
Location String - AWS resource location.
- aws
Sts StringPrivate Endpoint - Private endpoint of AWS Security Token Service.
- compartment
Id String - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- 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"} - display
Name String - Oracle DB AWS Identity Connector resource name.
- 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 OCID of the Oracle DB AWS Identity Connector resource.
- issuer
Url String - OIDC token issuer Url.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- oidc
Scope String - Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
- oracle
Db StringAws Identity Connector Id - resource
Id String - The OCID of the AWS VM Cluster resource.
- service
Role List<Property Map>Details - Service role details and respective Amazon resource nam of Role.
- state String
- The current lifecycle state of the AWS Identity Connector resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - Time when the Oracle DB AWS Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- time
Updated String - Time when the Oracle DB AWS Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
Supporting Types
GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail
- Assume
Role stringStatus - Assume role status.
- Aws
Nodes List<GetDbmulticloud Oracle Db Aws Identity Connector Service Role Detail Aws Node> - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- Role
Arn string - Amazon resource name AWSof the IAM role.
- Service
Private stringEndpoint - Private endpoint of the AWS service.
- Service
Type string - Type of service.
- Assume
Role stringStatus - Assume role status.
- Aws
Nodes []GetDbmulticloud Oracle Db Aws Identity Connector Service Role Detail Aws Node - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- Role
Arn string - Amazon resource name AWSof the IAM role.
- Service
Private stringEndpoint - Private endpoint of the AWS service.
- Service
Type string - Type of service.
- assume
Role StringStatus - Assume role status.
- aws
Nodes List<GetDbmulticloud Oracle Db Aws Identity Connector Service Role Detail Aws Node> - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- role
Arn String - Amazon resource name AWSof the IAM role.
- service
Private StringEndpoint - Private endpoint of the AWS service.
- service
Type String - Type of service.
- assume
Role stringStatus - Assume role status.
- aws
Nodes GetDbmulticloud Oracle Db Aws Identity Connector Service Role Detail Aws Node[] - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- role
Arn string - Amazon resource name AWSof the IAM role.
- service
Private stringEndpoint - Private endpoint of the AWS service.
- service
Type string - Type of service.
- assume_
role_ strstatus - Assume role status.
- aws_
nodes Sequence[GetDbmulticloud Oracle Db Aws Identity Connector Service Role Detail Aws Node] - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- role_
arn str - Amazon resource name AWSof the IAM role.
- service_
private_ strendpoint - Private endpoint of the AWS service.
- service_
type str - Type of service.
- assume
Role StringStatus - Assume role status.
- aws
Nodes List<Property Map> - List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
- role
Arn String - Amazon resource name AWSof the IAM role.
- service
Private StringEndpoint - Private endpoint of the AWS service.
- service
Type String - Type of service.
GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode
- Host
Id string - AWS host ID.
- Host
Name string - AWS Host name or Identity Connector name.
- Status string
- The current status of the AWS Identity Connector resource.
- Time
Last stringChecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- Host
Id string - AWS host ID.
- Host
Name string - AWS Host name or Identity Connector name.
- Status string
- The current status of the AWS Identity Connector resource.
- Time
Last stringChecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- host
Id String - AWS host ID.
- host
Name String - AWS Host name or Identity Connector name.
- status String
- The current status of the AWS Identity Connector resource.
- time
Last StringChecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- host
Id string - AWS host ID.
- host
Name string - AWS Host name or Identity Connector name.
- status string
- The current status of the AWS Identity Connector resource.
- time
Last stringChecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- host_
id str - AWS host ID.
- host_
name str - AWS Host name or Identity Connector name.
- status str
- The current status of the AWS Identity Connector resource.
- time_
last_ strchecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
- host
Id String - AWS host ID.
- host
Name String - AWS Host name or Identity Connector name.
- status String
- The current status of the AWS Identity Connector resource.
- time
Last StringChecked - Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
