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 string
- The unique name of the resource.
- args OracleManagedCustomEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args OracleManagedCustomEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OracleManagedCustomEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
var oracleManagedCustomEndpointResource = new OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource", OracleManagedCustomEndpointArgs.builder()
    .hostname("string")
    .integrationInstanceId("string")
    .dnsType("string")
    .dnsZoneName("string")
    .managedType("string")
    .state("string")
    .build());
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")
const oracleManagedCustomEndpointResource = new oci.integration.OracleManagedCustomEndpoint("oracleManagedCustomEndpointResource", {
    hostname: "string",
    integrationInstanceId: "string",
    dnsType: "string",
    dnsZoneName: "string",
    managedType: "string",
    state: "string",
});
type: oci:Integration:OracleManagedCustomEndpoint
properties:
    dnsType: string
    dnsZoneName: string
    hostname: string
    integrationInstanceId: string
    managedType: string
    state: string
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 string
- IntegrationInstance stringId 
- DnsType string
- DnsZone stringName 
- ManagedType string
- State string
- Hostname string
- IntegrationInstance stringId 
- DnsType string
- DnsZone stringName 
- ManagedType string
- State string
- hostname String
- integrationInstance StringId 
- dnsType String
- dnsZone StringName 
- managedType String
- state String
- hostname string
- integrationInstance stringId 
- dnsType string
- dnsZone stringName 
- managedType string
- state string
- hostname str
- integration_instance_ strid 
- dns_type str
- dns_zone_ strname 
- managed_type str
- state str
- hostname String
- integrationInstance StringId 
- dnsType String
- dnsZone StringName 
- 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) -> OracleManagedCustomEndpointfunc 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- DnsType string
- DnsZone stringName 
- Hostname string
- IntegrationInstance stringId 
- ManagedType string
- State string
- DnsType string
- DnsZone stringName 
- Hostname string
- IntegrationInstance stringId 
- ManagedType string
- State string
- dnsType String
- dnsZone StringName 
- hostname String
- integrationInstance StringId 
- managedType String
- state String
- dnsType string
- dnsZone stringName 
- hostname string
- integrationInstance stringId 
- managedType string
- state string
- dns_type str
- dns_zone_ strname 
- hostname str
- integration_instance_ strid 
- managed_type str
- state str
- dnsType String
- dnsZone StringName 
- hostname String
- integrationInstance StringId 
- managedType String
- state String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.