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 the list of Oracle Db Aws Identity Connectors in Oracle Cloud Infrastructure Dbmulticloud service.
Lists all Oracle DB AWS Identity Connectors based on the specified filters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOracleDbAwsIdentityConnectors = oci.oci.getDbmulticloudOracleDbAwsIdentityConnectors({
compartmentId: compartmentId,
displayName: oracleDbAwsIdentityConnectorDisplayName,
resourceId: testResource.id,
state: oracleDbAwsIdentityConnectorState,
});
import pulumi
import pulumi_oci as oci
test_oracle_db_aws_identity_connectors = oci.oci.get_dbmulticloud_oracle_db_aws_identity_connectors(compartment_id=compartment_id,
display_name=oracle_db_aws_identity_connector_display_name,
resource_id=test_resource["id"],
state=oracle_db_aws_identity_connector_state)
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.GetDbmulticloudOracleDbAwsIdentityConnectors(ctx, &oci.GetDbmulticloudOracleDbAwsIdentityConnectorsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(oracleDbAwsIdentityConnectorDisplayName),
ResourceId: pulumi.StringRef(testResource.Id),
State: pulumi.StringRef(oracleDbAwsIdentityConnectorState),
}, 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 testOracleDbAwsIdentityConnectors = Oci.Oci.GetDbmulticloudOracleDbAwsIdentityConnectors.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = oracleDbAwsIdentityConnectorDisplayName,
ResourceId = testResource.Id,
State = oracleDbAwsIdentityConnectorState,
});
});
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.GetDbmulticloudOracleDbAwsIdentityConnectorsArgs;
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 testOracleDbAwsIdentityConnectors = OciFunctions.getDbmulticloudOracleDbAwsIdentityConnectors(GetDbmulticloudOracleDbAwsIdentityConnectorsArgs.builder()
.compartmentId(compartmentId)
.displayName(oracleDbAwsIdentityConnectorDisplayName)
.resourceId(testResource.id())
.state(oracleDbAwsIdentityConnectorState)
.build());
}
}
variables:
testOracleDbAwsIdentityConnectors:
fn::invoke:
function: oci:oci:getDbmulticloudOracleDbAwsIdentityConnectors
arguments:
compartmentId: ${compartmentId}
displayName: ${oracleDbAwsIdentityConnectorDisplayName}
resourceId: ${testResource.id}
state: ${oracleDbAwsIdentityConnectorState}
Using getDbmulticloudOracleDbAwsIdentityConnectors
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 getDbmulticloudOracleDbAwsIdentityConnectors(args: GetDbmulticloudOracleDbAwsIdentityConnectorsArgs, opts?: InvokeOptions): Promise<GetDbmulticloudOracleDbAwsIdentityConnectorsResult>
function getDbmulticloudOracleDbAwsIdentityConnectorsOutput(args: GetDbmulticloudOracleDbAwsIdentityConnectorsOutputArgs, opts?: InvokeOptions): Output<GetDbmulticloudOracleDbAwsIdentityConnectorsResult>def get_dbmulticloud_oracle_db_aws_identity_connectors(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetDbmulticloudOracleDbAwsIdentityConnectorsFilter]] = None,
resource_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbmulticloudOracleDbAwsIdentityConnectorsResult
def get_dbmulticloud_oracle_db_aws_identity_connectors_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDbmulticloudOracleDbAwsIdentityConnectorsFilterArgs]]]] = None,
resource_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbmulticloudOracleDbAwsIdentityConnectorsResult]func GetDbmulticloudOracleDbAwsIdentityConnectors(ctx *Context, args *GetDbmulticloudOracleDbAwsIdentityConnectorsArgs, opts ...InvokeOption) (*GetDbmulticloudOracleDbAwsIdentityConnectorsResult, error)
func GetDbmulticloudOracleDbAwsIdentityConnectorsOutput(ctx *Context, args *GetDbmulticloudOracleDbAwsIdentityConnectorsOutputArgs, opts ...InvokeOption) GetDbmulticloudOracleDbAwsIdentityConnectorsResultOutput> Note: This function is named GetDbmulticloudOracleDbAwsIdentityConnectors in the Go SDK.
public static class GetDbmulticloudOracleDbAwsIdentityConnectors
{
public static Task<GetDbmulticloudOracleDbAwsIdentityConnectorsResult> InvokeAsync(GetDbmulticloudOracleDbAwsIdentityConnectorsArgs args, InvokeOptions? opts = null)
public static Output<GetDbmulticloudOracleDbAwsIdentityConnectorsResult> Invoke(GetDbmulticloudOracleDbAwsIdentityConnectorsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbmulticloudOracleDbAwsIdentityConnectorsResult> getDbmulticloudOracleDbAwsIdentityConnectors(GetDbmulticloudOracleDbAwsIdentityConnectorsArgs args, InvokeOptions options)
public static Output<GetDbmulticloudOracleDbAwsIdentityConnectorsResult> getDbmulticloudOracleDbAwsIdentityConnectors(GetDbmulticloudOracleDbAwsIdentityConnectorsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDbmulticloudOracleDbAwsIdentityConnectors:getDbmulticloudOracleDbAwsIdentityConnectors
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment.
- Display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- Filters
List<Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter> - Resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The ID of the compartment.
- Display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- Filters
[]Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter - Resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The ID of the compartment.
- display
Name String - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- filters
List<Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter> - resource
Id String - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The ID of the compartment.
- display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- filters
Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter[] - resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The ID of the compartment.
- display_
name str - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- filters
Sequence[Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter] - resource_
id str - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The ID of the compartment.
- display
Name String - A filter to return Oracle DB AWS Identity Connector Resource that match the given display name.
- filters List<Property Map>
- resource
Id String - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getDbmulticloudOracleDbAwsIdentityConnectors Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Oracle
Db List<GetAws Identity Connector Summary Collections Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection> - The list of oracle_db_aws_identity_connector_summary_collection.
- Display
Name string - Oracle DB AWS Identity Connector resource name.
- Filters
List<Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter> - Resource
Id string - The OCID of the AWS VM Cluster resource.
- State string
- The current lifecycle state of the AWS Identity Connector resource.
- Compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Oracle
Db []GetAws Identity Connector Summary Collections Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection - The list of oracle_db_aws_identity_connector_summary_collection.
- Display
Name string - Oracle DB AWS Identity Connector resource name.
- Filters
[]Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter - Resource
Id string - The OCID of the AWS VM Cluster resource.
- State string
- The current lifecycle state of the AWS Identity Connector resource.
- compartment
Id String - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- id String
- The provider-assigned unique ID for this managed resource.
- oracle
Db List<GetAws Identity Connector Summary Collections Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection> - The list of oracle_db_aws_identity_connector_summary_collection.
- display
Name String - Oracle DB AWS Identity Connector resource name.
- filters
List<Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter> - resource
Id String - The OCID of the AWS VM Cluster resource.
- state String
- The current lifecycle state of the AWS Identity Connector resource.
- compartment
Id string - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- id string
- The provider-assigned unique ID for this managed resource.
- oracle
Db GetAws Identity Connector Summary Collections Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection[] - The list of oracle_db_aws_identity_connector_summary_collection.
- display
Name string - Oracle DB AWS Identity Connector resource name.
- filters
Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter[] - resource
Id string - The OCID of the AWS VM Cluster resource.
- state string
- The current lifecycle state of the AWS Identity Connector resource.
- compartment_
id str - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- id str
- The provider-assigned unique ID for this managed resource.
- oracle_
db_ Sequence[Getaws_ identity_ connector_ summary_ collections Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection] - The list of oracle_db_aws_identity_connector_summary_collection.
- display_
name str - Oracle DB AWS Identity Connector resource name.
- filters
Sequence[Get
Dbmulticloud Oracle Db Aws Identity Connectors Filter] - resource_
id str - The OCID of the AWS VM Cluster resource.
- state str
- The current lifecycle state of the AWS Identity Connector resource.
- compartment
Id String - The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
- id String
- The provider-assigned unique ID for this managed resource.
- oracle
Db List<Property Map>Aws Identity Connector Summary Collections - The list of oracle_db_aws_identity_connector_summary_collection.
- display
Name String - Oracle DB AWS Identity Connector resource name.
- filters List<Property Map>
- resource
Id String - The OCID of the AWS VM Cluster resource.
- state String
- The current lifecycle state of the AWS Identity Connector resource.
Supporting Types
GetDbmulticloudOracleDbAwsIdentityConnectorsFilter
GetDbmulticloudOracleDbAwsIdentityConnectorsOracleDbAwsIdentityConnectorSummaryCollection
GetDbmulticloudOracleDbAwsIdentityConnectorsOracleDbAwsIdentityConnectorSummaryCollectionItem
- 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 ID 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"} - Display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- Resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- Service
Role List<GetDetails Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item Service Role Detail> - Service role details and respective Amazon resource nam of Role.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 ID 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"} - Display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- Resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- Service
Role []GetDetails Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item Service Role Detail - Service role details and respective Amazon resource nam of Role.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 ID 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"} - display
Name String - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- resource
Id String - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- service
Role List<GetDetails Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item Service Role Detail> - Service role details and respective Amazon resource nam of Role.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 ID 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"} - display
Name string - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- resource
Id string - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- service
Role GetDetails Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item Service Role Detail[] - Service role details and respective Amazon resource nam of Role.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[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 ID 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"} - display_
name str - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- resource_
id str - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- service_
role_ Sequence[Getdetails Dbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item Service Role Detail] - Service role details and respective Amazon resource nam of Role.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 ID 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"} - display
Name String - A filter to return Oracle DB AWS Identity Connector Resource that match the given display 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.
- resource
Id String - A filter to return Oracle DB Identity Connector resource that match the given resource OCID.
- service
Role List<Property Map>Details - Service role details and respective Amazon resource nam of Role.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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'.
GetDbmulticloudOracleDbAwsIdentityConnectorsOracleDbAwsIdentityConnectorSummaryCollectionItemServiceRoleDetail
- Assume
Role stringStatus - Assume role status.
- Aws
Nodes List<GetDbmulticloud Oracle Db Aws Identity Connectors Oracle Db Aws Identity Connector Summary Collection Item 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 Connectors Oracle Db Aws Identity Connector Summary Collection Item 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 Connectors Oracle Db Aws Identity Connector Summary Collection Item 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 Connectors Oracle Db Aws Identity Connector Summary Collection Item 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 Connectors Oracle Db Aws Identity Connector Summary Collection Item 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.
GetDbmulticloudOracleDbAwsIdentityConnectorsOracleDbAwsIdentityConnectorSummaryCollectionItemServiceRoleDetailAwsNode
- 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
