1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Integration
  5. OracleManagedCustomEndpoint
Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi

oci.Integration.OracleManagedCustomEndpoint

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi

    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
    IntegrationInstanceId string
    DnsType string
    DnsZoneName string
    ManagedType string
    State string
    Hostname string
    IntegrationInstanceId string
    DnsType string
    DnsZoneName string
    ManagedType string
    State string
    hostname String
    integrationInstanceId String
    dnsType String
    dnsZoneName String
    managedType String
    state String
    hostname string
    integrationInstanceId string
    dnsType string
    dnsZoneName string
    managedType string
    state string
    hostname String
    integrationInstanceId 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)
    Resource lookup is not supported in YAML
    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.
    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.
    oci logo
    Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi