1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDbmulticloudOracleDbAwsIdentityConnector
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
oci logo
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 dictionary

    The following arguments are supported:

    OracleDbAwsIdentityConnectorId string
    The OCID of the Oracle DB AWS Identity Connector resource.
    OracleDbAwsIdentityConnectorId string
    The OCID of the Oracle DB AWS Identity Connector resource.
    oracleDbAwsIdentityConnectorId String
    The OCID of the Oracle DB AWS Identity Connector resource.
    oracleDbAwsIdentityConnectorId string
    The OCID of the Oracle DB AWS Identity Connector resource.
    oracle_db_aws_identity_connector_id str
    The OCID of the Oracle DB AWS Identity Connector resource.
    oracleDbAwsIdentityConnectorId String
    The OCID of the Oracle DB AWS Identity Connector resource.

    getDbmulticloudOracleDbAwsIdentityConnector Result

    The following output properties are available:

    AwsAccountId string
    AWS Account ID.
    AwsLocation string
    AWS resource location.
    AwsStsPrivateEndpoint string
    Private endpoint of AWS Security Token Service.
    CompartmentId string
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    DefinedTags 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"}
    DisplayName string
    Oracle DB AWS Identity Connector resource name.
    FreeformTags 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.
    IssuerUrl string
    OIDC token issuer Url.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OidcScope string
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    OracleDbAwsIdentityConnectorId string
    ResourceId string
    The OCID of the AWS VM Cluster resource.
    ServiceRoleDetails List<GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail>
    Service role details and respective Amazon resource nam of Role.
    State string
    The current lifecycle state of the AWS Identity Connector resource.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated 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'.
    TimeUpdated 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'.
    AwsAccountId string
    AWS Account ID.
    AwsLocation string
    AWS resource location.
    AwsStsPrivateEndpoint string
    Private endpoint of AWS Security Token Service.
    CompartmentId string
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    DefinedTags 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"}
    DisplayName string
    Oracle DB AWS Identity Connector resource name.
    FreeformTags 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.
    IssuerUrl string
    OIDC token issuer Url.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    OidcScope string
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    OracleDbAwsIdentityConnectorId string
    ResourceId string
    The OCID of the AWS VM Cluster resource.
    ServiceRoleDetails []GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail
    Service role details and respective Amazon resource nam of Role.
    State string
    The current lifecycle state of the AWS Identity Connector resource.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated 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'.
    TimeUpdated 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'.
    awsAccountId String
    AWS Account ID.
    awsLocation String
    AWS resource location.
    awsStsPrivateEndpoint String
    Private endpoint of AWS Security Token Service.
    compartmentId String
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    definedTags 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"}
    displayName String
    Oracle DB AWS Identity Connector resource name.
    freeformTags 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.
    issuerUrl String
    OIDC token issuer Url.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oidcScope String
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    oracleDbAwsIdentityConnectorId String
    resourceId String
    The OCID of the AWS VM Cluster resource.
    serviceRoleDetails List<GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail>
    Service role details and respective Amazon resource nam of Role.
    state String
    The current lifecycle state of the AWS Identity Connector resource.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated 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'.
    timeUpdated 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'.
    awsAccountId string
    AWS Account ID.
    awsLocation string
    AWS resource location.
    awsStsPrivateEndpoint string
    Private endpoint of AWS Security Token Service.
    compartmentId string
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    definedTags {[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"}
    displayName string
    Oracle DB AWS Identity Connector resource name.
    freeformTags {[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.
    issuerUrl string
    OIDC token issuer Url.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    oidcScope string
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    oracleDbAwsIdentityConnectorId string
    resourceId string
    The OCID of the AWS VM Cluster resource.
    serviceRoleDetails GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail[]
    Service role details and respective Amazon resource nam of Role.
    state string
    The current lifecycle state of the AWS Identity Connector resource.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated 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'.
    timeUpdated 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_id str
    AWS Account ID.
    aws_location str
    AWS resource location.
    aws_sts_private_endpoint str
    Private endpoint of AWS Security Token Service.
    compartment_id str
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    defined_tags 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.
    freeform_tags 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_details str
    Description of the current lifecycle state in more detail.
    oidc_scope str
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    oracle_db_aws_identity_connector_id str
    resource_id str
    The OCID of the AWS VM Cluster resource.
    service_role_details Sequence[GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail]
    Service role details and respective Amazon resource nam of Role.
    state str
    The current lifecycle state of the AWS Identity Connector resource.
    system_tags 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'.
    awsAccountId String
    AWS Account ID.
    awsLocation String
    AWS resource location.
    awsStsPrivateEndpoint String
    Private endpoint of AWS Security Token Service.
    compartmentId String
    The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
    definedTags 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"}
    displayName String
    Oracle DB AWS Identity Connector resource name.
    freeformTags 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.
    issuerUrl String
    OIDC token issuer Url.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    oidcScope String
    Oracle Cloud Infrastructure IAM Domain scope for issuer URL.
    oracleDbAwsIdentityConnectorId String
    resourceId String
    The OCID of the AWS VM Cluster resource.
    serviceRoleDetails List<Property Map>
    Service role details and respective Amazon resource nam of Role.
    state String
    The current lifecycle state of the AWS Identity Connector resource.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated 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'.
    timeUpdated 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

    AssumeRoleStatus string
    Assume role status.
    AwsNodes List<GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode>
    List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
    RoleArn string
    Amazon resource name AWSof the IAM role.
    ServicePrivateEndpoint string
    Private endpoint of the AWS service.
    ServiceType string
    Type of service.
    AssumeRoleStatus string
    Assume role status.
    AwsNodes []GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode
    List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
    RoleArn string
    Amazon resource name AWSof the IAM role.
    ServicePrivateEndpoint string
    Private endpoint of the AWS service.
    ServiceType string
    Type of service.
    assumeRoleStatus String
    Assume role status.
    awsNodes List<GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode>
    List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
    roleArn String
    Amazon resource name AWSof the IAM role.
    servicePrivateEndpoint String
    Private endpoint of the AWS service.
    serviceType String
    Type of service.
    assumeRoleStatus string
    Assume role status.
    awsNodes GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode[]
    List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
    roleArn string
    Amazon resource name AWSof the IAM role.
    servicePrivateEndpoint string
    Private endpoint of the AWS service.
    serviceType string
    Type of service.
    assume_role_status str
    Assume role status.
    aws_nodes Sequence[GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode]
    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_endpoint str
    Private endpoint of the AWS service.
    service_type str
    Type of service.
    assumeRoleStatus String
    Assume role status.
    awsNodes List<Property Map>
    List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
    roleArn String
    Amazon resource name AWSof the IAM role.
    servicePrivateEndpoint String
    Private endpoint of the AWS service.
    serviceType String
    Type of service.

    GetDbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode

    HostId string
    AWS host ID.
    HostName string
    AWS Host name or Identity Connector name.
    Status string
    The current status of the AWS Identity Connector resource.
    TimeLastChecked string
    Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
    HostId string
    AWS host ID.
    HostName string
    AWS Host name or Identity Connector name.
    Status string
    The current status of the AWS Identity Connector resource.
    TimeLastChecked string
    Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
    hostId String
    AWS host ID.
    hostName String
    AWS Host name or Identity Connector name.
    status String
    The current status of the AWS Identity Connector resource.
    timeLastChecked String
    Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
    hostId string
    AWS host ID.
    hostName string
    AWS Host name or Identity Connector name.
    status string
    The current status of the AWS Identity Connector resource.
    timeLastChecked string
    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_checked str
    Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
    hostId String
    AWS host ID.
    hostName String
    AWS Host name or Identity Connector name.
    status String
    The current status of the AWS Identity Connector resource.
    timeLastChecked String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate