1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Integration
  5. OracleManagedCustomEndpoint
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.Integration.OracleManagedCustomEndpoint

Explore with Pulumi AI

Create OracleManagedCustomEndpoint Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new OracleManagedCustomEndpoint(name: string, args: OracleManagedCustomEndpointArgs, opts?: CustomResourceOptions);
@overload
def OracleManagedCustomEndpoint(resource_name: str,
                                args: OracleManagedCustomEndpointArgs,
                                opts: Optional[ResourceOptions] = None)

@overload
def OracleManagedCustomEndpoint(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                hostname: Optional[str] = None,
                                integration_instance_id: Optional[str] = None,
                                dns_type: Optional[str] = None,
                                dns_zone_name: Optional[str] = None,
                                managed_type: Optional[str] = None,
                                state: Optional[str] = None)
func NewOracleManagedCustomEndpoint(ctx *Context, name string, args OracleManagedCustomEndpointArgs, opts ...ResourceOption) (*OracleManagedCustomEndpoint, error)
public OracleManagedCustomEndpoint(string name, OracleManagedCustomEndpointArgs args, CustomResourceOptions? opts = null)
public OracleManagedCustomEndpoint(String name, OracleManagedCustomEndpointArgs args)
public OracleManagedCustomEndpoint(String name, OracleManagedCustomEndpointArgs args, CustomResourceOptions options)
type: oci:Integration:OracleManagedCustomEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. OracleManagedCustomEndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. OracleManagedCustomEndpointArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. OracleManagedCustomEndpointArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. OracleManagedCustomEndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. OracleManagedCustomEndpointArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var oracleManagedCustomEndpointResource = new Oci.Integration.OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource", new()
{
    Hostname = "string",
    IntegrationInstanceId = "string",
    DnsType = "string",
    DnsZoneName = "string",
    ManagedType = "string",
    State = "string",
});
Copy
example, err := Integration.NewOracleManagedCustomEndpoint(ctx, "oracleManagedCustomEndpointResource", &Integration.OracleManagedCustomEndpointArgs{
	Hostname:              pulumi.String("string"),
	IntegrationInstanceId: pulumi.String("string"),
	DnsType:               pulumi.String("string"),
	DnsZoneName:           pulumi.String("string"),
	ManagedType:           pulumi.String("string"),
	State:                 pulumi.String("string"),
})
Copy
var oracleManagedCustomEndpointResource = new OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource", OracleManagedCustomEndpointArgs.builder()
    .hostname("string")
    .integrationInstanceId("string")
    .dnsType("string")
    .dnsZoneName("string")
    .managedType("string")
    .state("string")
    .build());
Copy
oracle_managed_custom_endpoint_resource = oci.integration.OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource",
    hostname="string",
    integration_instance_id="string",
    dns_type="string",
    dns_zone_name="string",
    managed_type="string",
    state="string")
Copy
const oracleManagedCustomEndpointResource = new oci.integration.OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource", {
    hostname: "string",
    integrationInstanceId: "string",
    dnsType: "string",
    dnsZoneName: "string",
    managedType: "string",
    state: "string",
});
Copy
type: oci:Integration:OracleManagedCustomEndpoint
properties:
    dnsType: string
    dnsZoneName: string
    hostname: string
    integrationInstanceId: string
    managedType: string
    state: string
Copy

OracleManagedCustomEndpoint Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The OracleManagedCustomEndpoint resource accepts the following input properties:

Hostname This property is required. string
IntegrationInstanceId This property is required. string
DnsType string
DnsZoneName string
ManagedType string
State string
Hostname This property is required. string
IntegrationInstanceId This property is required. string
DnsType string
DnsZoneName string
ManagedType string
State string
hostname This property is required. String
integrationInstanceId This property is required. String
dnsType String
dnsZoneName String
managedType String
state String
hostname This property is required. string
integrationInstanceId This property is required. string
dnsType string
dnsZoneName string
managedType string
state string
hostname This property is required. str
integration_instance_id This property is required. str
dns_type str
dns_zone_name str
managed_type str
state str
hostname This property is required. String
integrationInstanceId This property is required. String
dnsType String
dnsZoneName String
managedType String
state String

Outputs

All input properties are implicitly available as output properties. Additionally, the OracleManagedCustomEndpoint resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing OracleManagedCustomEndpoint Resource

Get an existing OracleManagedCustomEndpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: OracleManagedCustomEndpointState, opts?: CustomResourceOptions): OracleManagedCustomEndpoint
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        dns_type: Optional[str] = None,
        dns_zone_name: Optional[str] = None,
        hostname: Optional[str] = None,
        integration_instance_id: Optional[str] = None,
        managed_type: Optional[str] = None,
        state: Optional[str] = None) -> OracleManagedCustomEndpoint
func GetOracleManagedCustomEndpoint(ctx *Context, name string, id IDInput, state *OracleManagedCustomEndpointState, opts ...ResourceOption) (*OracleManagedCustomEndpoint, error)
public static OracleManagedCustomEndpoint Get(string name, Input<string> id, OracleManagedCustomEndpointState? state, CustomResourceOptions? opts = null)
public static OracleManagedCustomEndpoint get(String name, Output<String> id, OracleManagedCustomEndpointState state, CustomResourceOptions options)
resources:  _:    type: oci:Integration:OracleManagedCustomEndpoint    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
DnsType string
DnsZoneName string
Hostname string
IntegrationInstanceId string
ManagedType string
State string
DnsType string
DnsZoneName string
Hostname string
IntegrationInstanceId string
ManagedType string
State string
dnsType String
dnsZoneName String
hostname String
integrationInstanceId String
managedType String
state String
dnsType string
dnsZoneName string
hostname string
integrationInstanceId string
managedType string
state string
dnsType String
dnsZoneName String
hostname String
integrationInstanceId String
managedType String
state String

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.