oci.Integration.getIntegrationInstance
Explore with Pulumi AI
This data source provides details about a specific Integration Instance resource in Oracle Cloud Infrastructure Integration service.
Gets a IntegrationInstance by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testIntegrationInstance = oci.Integration.getIntegrationInstance({
    integrationInstanceId: testIntegrationInstanceOciIntegrationIntegrationInstance.id,
});
import pulumi
import pulumi_oci as oci
test_integration_instance = oci.Integration.get_integration_instance(integration_instance_id=test_integration_instance_oci_integration_integration_instance["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/Integration"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := Integration.GetIntegrationInstance(ctx, &integration.GetIntegrationInstanceArgs{
			IntegrationInstanceId: testIntegrationInstanceOciIntegrationIntegrationInstance.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 testIntegrationInstance = Oci.Integration.GetIntegrationInstance.Invoke(new()
    {
        IntegrationInstanceId = testIntegrationInstanceOciIntegrationIntegrationInstance.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Integration.IntegrationFunctions;
import com.pulumi.oci.Integration.inputs.GetIntegrationInstanceArgs;
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 testIntegrationInstance = IntegrationFunctions.getIntegrationInstance(GetIntegrationInstanceArgs.builder()
            .integrationInstanceId(testIntegrationInstanceOciIntegrationIntegrationInstance.id())
            .build());
    }
}
variables:
  testIntegrationInstance:
    fn::invoke:
      Function: oci:Integration:getIntegrationInstance
      Arguments:
        integrationInstanceId: ${testIntegrationInstanceOciIntegrationIntegrationInstance.id}
Using getIntegrationInstance
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 getIntegrationInstance(args: GetIntegrationInstanceArgs, opts?: InvokeOptions): Promise<GetIntegrationInstanceResult>
function getIntegrationInstanceOutput(args: GetIntegrationInstanceOutputArgs, opts?: InvokeOptions): Output<GetIntegrationInstanceResult>def get_integration_instance(integration_instance_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetIntegrationInstanceResult
def get_integration_instance_output(integration_instance_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationInstanceResult]func GetIntegrationInstance(ctx *Context, args *GetIntegrationInstanceArgs, opts ...InvokeOption) (*GetIntegrationInstanceResult, error)
func GetIntegrationInstanceOutput(ctx *Context, args *GetIntegrationInstanceOutputArgs, opts ...InvokeOption) GetIntegrationInstanceResultOutput> Note: This function is named GetIntegrationInstance in the Go SDK.
public static class GetIntegrationInstance 
{
    public static Task<GetIntegrationInstanceResult> InvokeAsync(GetIntegrationInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationInstanceResult> Invoke(GetIntegrationInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIntegrationInstanceResult> getIntegrationInstance(GetIntegrationInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Integration/getIntegrationInstance:getIntegrationInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Integration
Instance stringId  - Unique Integration Instance identifier.
 
- Integration
Instance stringId  - Unique Integration Instance identifier.
 
- integration
Instance StringId  - Unique Integration Instance identifier.
 
- integration
Instance stringId  - Unique Integration Instance identifier.
 
- integration_
instance_ strid  - Unique Integration Instance identifier.
 
- integration
Instance StringId  - Unique Integration Instance identifier.
 
getIntegrationInstance Result
The following output properties are available:
- Alternate
Custom List<GetEndpoints Integration Instance Alternate Custom Endpoint>  - A list of alternate custom endpoints used for the integration instance URL.
 - Attachments
List<Get
Integration Instance Attachment>  - A list of associated attachments to other services
 - Compartment
Id string - Compartment Identifier.
 - Consumption
Model string - The entitlement used for billing purposes.
 - Custom
Endpoints List<GetIntegration Instance Custom Endpoint>  - Details for a custom endpoint for the integration instance.
 - Dictionary<string, object>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - Display
Name string - Integration Instance Identifier, can be renamed.
 - Domain
Id string - Enable
Process intAutomation Trigger  - Dictionary<string, object>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - The Virtual Cloud Network OCID.
 - Idcs
At string - Idcs
Infos List<GetIntegration Instance Idcs Info>  - Information for IDCS access
 - Instance
Url string - The Integration Instance URL.
 - Integration
Instance stringId  - Integration
Instance stringType  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - Is
Byol bool - Bring your own license.
 - Is
File boolServer Enabled  - The file server is enabled or not.
 - Is
Visual boolBuilder Enabled  - Visual Builder is enabled or not.
 - Message
Packs int - The number of configured message packs (if any)
 - Network
Endpoint List<GetDetails Integration Instance Network Endpoint Detail>  - Base representation of a network endpoint.
 - Private
Endpoint List<GetOutbound Connections Integration Instance Private Endpoint Outbound Connection>  - Base representation for Outbound Connection (Reverse Connection).
 - Shape string
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- State string
 - The current state of the integration instance.
 - State
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Time
Created string - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
- Alternate
Custom []GetEndpoints Integration Instance Alternate Custom Endpoint  - A list of alternate custom endpoints used for the integration instance URL.
 - Attachments
[]Get
Integration Instance Attachment  - A list of associated attachments to other services
 - Compartment
Id string - Compartment Identifier.
 - Consumption
Model string - The entitlement used for billing purposes.
 - Custom
Endpoints []GetIntegration Instance Custom Endpoint  - Details for a custom endpoint for the integration instance.
 - map[string]interface{}
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - Display
Name string - Integration Instance Identifier, can be renamed.
 - Domain
Id string - Enable
Process intAutomation Trigger  - map[string]interface{}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - The Virtual Cloud Network OCID.
 - Idcs
At string - Idcs
Infos []GetIntegration Instance Idcs Info  - Information for IDCS access
 - Instance
Url string - The Integration Instance URL.
 - Integration
Instance stringId  - Integration
Instance stringType  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - Is
Byol bool - Bring your own license.
 - Is
File boolServer Enabled  - The file server is enabled or not.
 - Is
Visual boolBuilder Enabled  - Visual Builder is enabled or not.
 - Message
Packs int - The number of configured message packs (if any)
 - Network
Endpoint []GetDetails Integration Instance Network Endpoint Detail  - Base representation of a network endpoint.
 - Private
Endpoint []GetOutbound Connections Integration Instance Private Endpoint Outbound Connection  - Base representation for Outbound Connection (Reverse Connection).
 - Shape string
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- State string
 - The current state of the integration instance.
 - State
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Time
Created string - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
- alternate
Custom List<GetEndpoints Instance Alternate Custom Endpoint>  - A list of alternate custom endpoints used for the integration instance URL.
 - attachments
List<Get
Instance Attachment>  - A list of associated attachments to other services
 - compartment
Id String - Compartment Identifier.
 - consumption
Model String - The entitlement used for billing purposes.
 - custom
Endpoints List<GetInstance Custom Endpoint>  - Details for a custom endpoint for the integration instance.
 - Map<String,Object>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - display
Name String - Integration Instance Identifier, can be renamed.
 - domain
Id String - enable
Process IntegerAutomation Trigger  - Map<String,Object>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - The Virtual Cloud Network OCID.
 - idcs
At String - idcs
Infos List<GetInstance Idcs Info>  - Information for IDCS access
 - instance
Url String - The Integration Instance URL.
 - integration
Instance StringId  - integration
Instance StringType  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - is
Byol Boolean - Bring your own license.
 - is
File BooleanServer Enabled  - The file server is enabled or not.
 - is
Visual BooleanBuilder Enabled  - Visual Builder is enabled or not.
 - message
Packs Integer - The number of configured message packs (if any)
 - network
Endpoint List<GetDetails Instance Network Endpoint Detail>  - Base representation of a network endpoint.
 - private
Endpoint List<GetOutbound Connections Instance Private Endpoint Outbound Connection>  - Base representation for Outbound Connection (Reverse Connection).
 - shape String
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- state String
 - The current state of the integration instance.
 - state
Message String - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - time
Created String - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
- alternate
Custom GetEndpoints Integration Instance Alternate Custom Endpoint[]  - A list of alternate custom endpoints used for the integration instance URL.
 - attachments
Get
Integration Instance Attachment[]  - A list of associated attachments to other services
 - compartment
Id string - Compartment Identifier.
 - consumption
Model string - The entitlement used for billing purposes.
 - custom
Endpoints GetIntegration Instance Custom Endpoint[]  - Details for a custom endpoint for the integration instance.
 - {[key: string]: any}
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - display
Name string - Integration Instance Identifier, can be renamed.
 - domain
Id string - enable
Process numberAutomation Trigger  - {[key: string]: any}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id string
 - The Virtual Cloud Network OCID.
 - idcs
At string - idcs
Infos GetIntegration Instance Idcs Info[]  - Information for IDCS access
 - instance
Url string - The Integration Instance URL.
 - integration
Instance stringId  - integration
Instance stringType  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - is
Byol boolean - Bring your own license.
 - is
File booleanServer Enabled  - The file server is enabled or not.
 - is
Visual booleanBuilder Enabled  - Visual Builder is enabled or not.
 - message
Packs number - The number of configured message packs (if any)
 - network
Endpoint GetDetails Integration Instance Network Endpoint Detail[]  - Base representation of a network endpoint.
 - private
Endpoint GetOutbound Connections Integration Instance Private Endpoint Outbound Connection[]  - Base representation for Outbound Connection (Reverse Connection).
 - shape string
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- state string
 - The current state of the integration instance.
 - state
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - time
Created string - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - time
Updated string - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
- alternate_
custom_ Sequence[integration.endpoints Get Integration Instance Alternate Custom Endpoint]  - A list of alternate custom endpoints used for the integration instance URL.
 - attachments
Sequence[integration.
Get Integration Instance Attachment]  - A list of associated attachments to other services
 - compartment_
id str - Compartment Identifier.
 - consumption_
model str - The entitlement used for billing purposes.
 - custom_
endpoints Sequence[integration.Get Integration Instance Custom Endpoint]  - Details for a custom endpoint for the integration instance.
 - Mapping[str, Any]
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - display_
name str - Integration Instance Identifier, can be renamed.
 - domain_
id str - enable_
process_ intautomation_ trigger  - Mapping[str, Any]
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id str
 - The Virtual Cloud Network OCID.
 - idcs_
at str - idcs_
infos Sequence[integration.Get Integration Instance Idcs Info]  - Information for IDCS access
 - instance_
url str - The Integration Instance URL.
 - integration_
instance_ strid  - integration_
instance_ strtype  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - is_
byol bool - Bring your own license.
 - is_
file_ boolserver_ enabled  - The file server is enabled or not.
 - is_
visual_ boolbuilder_ enabled  - Visual Builder is enabled or not.
 - message_
packs int - The number of configured message packs (if any)
 - network_
endpoint_ Sequence[integration.details Get Integration Instance Network Endpoint Detail]  - Base representation of a network endpoint.
 - private_
endpoint_ Sequence[integration.outbound_ connections Get Integration Instance Private Endpoint Outbound Connection]  - Base representation for Outbound Connection (Reverse Connection).
 - shape str
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- state str
 - The current state of the integration instance.
 - state_
message str - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - time_
created str - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - time_
updated str - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
- alternate
Custom List<Property Map>Endpoints  - A list of alternate custom endpoints used for the integration instance URL.
 - attachments List<Property Map>
 - A list of associated attachments to other services
 - compartment
Id String - Compartment Identifier.
 - consumption
Model String - The entitlement used for billing purposes.
 - custom
Endpoints List<Property Map> - Details for a custom endpoint for the integration instance.
 - Map<Any>
 - Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: 
{"foo-namespace.bar-key": "value"} - display
Name String - Integration Instance Identifier, can be renamed.
 - domain
Id String - enable
Process NumberAutomation Trigger  - Map<Any>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - The Virtual Cloud Network OCID.
 - idcs
At String - idcs
Infos List<Property Map> - Information for IDCS access
 - instance
Url String - The Integration Instance URL.
 - integration
Instance StringId  - integration
Instance StringType  - Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
 - is
Byol Boolean - Bring your own license.
 - is
File BooleanServer Enabled  - The file server is enabled or not.
 - is
Visual BooleanBuilder Enabled  - Visual Builder is enabled or not.
 - message
Packs Number - The number of configured message packs (if any)
 - network
Endpoint List<Property Map>Details  - Base representation of a network endpoint.
 - private
Endpoint List<Property Map>Outbound Connections  - Base representation for Outbound Connection (Reverse Connection).
 - shape String
 Shape
c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
- state String
 - The current state of the integration instance.
 - state
Message String - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - time
Created String - The time the the Integration Instance was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
 
Supporting Types
GetIntegrationInstanceAlternateCustomEndpoint     
- Alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- Alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias String
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret IntegerVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret numberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias str
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate_
secret_ strid  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate_
secret_ intversion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname str
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias String
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret NumberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
GetIntegrationInstanceAttachment   
- Is
Implicit bool - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - Target
Id string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - Target
Instance stringUrl  - The dataplane instance URL of the attached instance
 - Target
Role string - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - Target
Service stringType  - The type of the target instance, such as "FUSION".
 
- Is
Implicit bool - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - Target
Id string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - Target
Instance stringUrl  - The dataplane instance URL of the attached instance
 - Target
Role string - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - Target
Service stringType  - The type of the target instance, such as "FUSION".
 
- is
Implicit Boolean - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - target
Id String - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - target
Instance StringUrl  - The dataplane instance URL of the attached instance
 - target
Role String - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - target
Service StringType  - The type of the target instance, such as "FUSION".
 
- is
Implicit boolean - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - target
Id string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - target
Instance stringUrl  - The dataplane instance URL of the attached instance
 - target
Role string - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - target
Service stringType  - The type of the target instance, such as "FUSION".
 
- is_
implicit bool - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - target_
id str - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - target_
instance_ strurl  - The dataplane instance URL of the attached instance
 - target_
role str - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - target_
service_ strtype  - The type of the target instance, such as "FUSION".
 
- is
Implicit Boolean - If role == 
PARENT, the attached instance was created by this service instance - If role == 
CHILD, this instance was created from attached instance on behalf of a user 
- If role == 
 - target
Id String - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
 - target
Instance StringUrl  - The dataplane instance URL of the attached instance
 - target
Role String - The role of the target attachment.
PARENT- The target instance is the parent of this attachment.CHILD- The target instance is the child of this attachment.
 - target
Service StringType  - The type of the target instance, such as "FUSION".
 
GetIntegrationInstanceCustomEndpoint    
- Alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- Alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias String
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret IntegerVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias string
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret numberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname string
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias str
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate_
secret_ strid  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate_
secret_ intversion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname str
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
- alias String
 - When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.
 - certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret NumberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the integration instance URL, in FQDN format.
 
GetIntegrationInstanceIdcsInfo    
- Idcs
App stringDisplay Name  - The IDCS application display name associated with the instance
 - Idcs
App stringId  - The IDCS application ID associated with the instance
 - Idcs
App stringLocation Url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - Idcs
App stringName  - The IDCS application name associated with the instance
 - Instance
Primary stringAudience Url  - The URL used as the primary audience for integration flows in this instance type: string
 
- Idcs
App stringDisplay Name  - The IDCS application display name associated with the instance
 - Idcs
App stringId  - The IDCS application ID associated with the instance
 - Idcs
App stringLocation Url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - Idcs
App stringName  - The IDCS application name associated with the instance
 - Instance
Primary stringAudience Url  - The URL used as the primary audience for integration flows in this instance type: string
 
- idcs
App StringDisplay Name  - The IDCS application display name associated with the instance
 - idcs
App StringId  - The IDCS application ID associated with the instance
 - idcs
App StringLocation Url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - idcs
App StringName  - The IDCS application name associated with the instance
 - instance
Primary StringAudience Url  - The URL used as the primary audience for integration flows in this instance type: string
 
- idcs
App stringDisplay Name  - The IDCS application display name associated with the instance
 - idcs
App stringId  - The IDCS application ID associated with the instance
 - idcs
App stringLocation Url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - idcs
App stringName  - The IDCS application name associated with the instance
 - instance
Primary stringAudience Url  - The URL used as the primary audience for integration flows in this instance type: string
 
- idcs_
app_ strdisplay_ name  - The IDCS application display name associated with the instance
 - idcs_
app_ strid  - The IDCS application ID associated with the instance
 - idcs_
app_ strlocation_ url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - idcs_
app_ strname  - The IDCS application name associated with the instance
 - instance_
primary_ straudience_ url  - The URL used as the primary audience for integration flows in this instance type: string
 
- idcs
App StringDisplay Name  - The IDCS application display name associated with the instance
 - idcs
App StringId  - The IDCS application ID associated with the instance
 - idcs
App StringLocation Url  - URL for the location of the IDCS Application (used by IDCS APIs)
 - idcs
App StringName  - The IDCS application name associated with the instance
 - instance
Primary StringAudience Url  - The URL used as the primary audience for integration flows in this instance type: string
 
GetIntegrationInstanceNetworkEndpointDetail     
- Allowlisted
Http List<string>Ips  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - Allowlisted
Http List<GetVcns Integration Instance Network Endpoint Detail Allowlisted Http Vcn>  - Virtual Cloud Networks allowed to access this network endpoint.
 - Is
Integration boolVcn Allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - Network
Endpoint stringType  - The type of network endpoint. <<<<<<< HEAD
 
- Allowlisted
Http []stringIps  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - Allowlisted
Http []GetVcns Integration Instance Network Endpoint Detail Allowlisted Http Vcn  - Virtual Cloud Networks allowed to access this network endpoint.
 - Is
Integration boolVcn Allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - Network
Endpoint stringType  - The type of network endpoint. <<<<<<< HEAD
 
- allowlisted
Http List<String>Ips  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - allowlisted
Http List<GetVcns Instance Network Endpoint Detail Allowlisted Http Vcn>  - Virtual Cloud Networks allowed to access this network endpoint.
 - is
Integration BooleanVcn Allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - network
Endpoint StringType  - The type of network endpoint. <<<<<<< HEAD
 
- allowlisted
Http string[]Ips  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - allowlisted
Http GetVcns Integration Instance Network Endpoint Detail Allowlisted Http Vcn[]  - Virtual Cloud Networks allowed to access this network endpoint.
 - is
Integration booleanVcn Allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - network
Endpoint stringType  - The type of network endpoint. <<<<<<< HEAD
 
- allowlisted_
http_ Sequence[str]ips  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - allowlisted_
http_ Sequence[integration.vcns Get Integration Instance Network Endpoint Detail Allowlisted Http Vcn]  - Virtual Cloud Networks allowed to access this network endpoint.
 - is_
integration_ boolvcn_ allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - network_
endpoint_ strtype  - The type of network endpoint. <<<<<<< HEAD
 
- allowlisted
Http List<String>Ips  - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - allowlisted
Http List<Property Map>Vcns  - Virtual Cloud Networks allowed to access this network endpoint.
 - is
Integration BooleanVcn Allowlisted  - The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
 - network
Endpoint StringType  - The type of network endpoint. <<<<<<< HEAD
 
GetIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcn        
- Allowlisted
Ips List<string> - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - Id string
 - The Virtual Cloud Network OCID.
 
- Allowlisted
Ips []string - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - Id string
 - The Virtual Cloud Network OCID.
 
- allowlisted
Ips List<String> - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - id String
 - The Virtual Cloud Network OCID.
 
- allowlisted
Ips string[] - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - id string
 - The Virtual Cloud Network OCID.
 
- allowlisted_
ips Sequence[str] - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - id str
 - The Virtual Cloud Network OCID.
 
- allowlisted
Ips List<String> - Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
 - id String
 - The Virtual Cloud Network OCID.
 
GetIntegrationInstancePrivateEndpointOutboundConnection      
- Nsg
Ids List<string> - One or more Network security group Ids. This is an optional argument.
 - Outbound
Connection stringType  - The type of Outbound Connection.
 - Subnet
Id string - Customer Private Network VCN Subnet OCID. This is a required argument.
 
- Nsg
Ids []string - One or more Network security group Ids. This is an optional argument.
 - Outbound
Connection stringType  - The type of Outbound Connection.
 - Subnet
Id string - Customer Private Network VCN Subnet OCID. This is a required argument.
 
- nsg
Ids List<String> - One or more Network security group Ids. This is an optional argument.
 - outbound
Connection StringType  - The type of Outbound Connection.
 - subnet
Id String - Customer Private Network VCN Subnet OCID. This is a required argument.
 
- nsg
Ids string[] - One or more Network security group Ids. This is an optional argument.
 - outbound
Connection stringType  - The type of Outbound Connection.
 - subnet
Id string - Customer Private Network VCN Subnet OCID. This is a required argument.
 
- nsg_
ids Sequence[str] - One or more Network security group Ids. This is an optional argument.
 - outbound_
connection_ strtype  - The type of Outbound Connection.
 - subnet_
id str - Customer Private Network VCN Subnet OCID. This is a required argument.
 
- nsg
Ids List<String> - One or more Network security group Ids. This is an optional argument.
 - outbound
Connection StringType  - The type of Outbound Connection.
 - subnet
Id String - Customer Private Network VCN Subnet OCID. This is a required argument.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.