1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. ExternalNonContainerDatabasesStackMonitoring
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Database.ExternalNonContainerDatabasesStackMonitoring

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This resource provides the Externalnoncontainerdatabases Stack Monitoring resource in Oracle Cloud Infrastructure Database service.

    Enable Stack Monitoring for the external non-container database.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExternalnoncontainerdatabasesStackMonitoring = new oci.database.ExternalNonContainerDatabasesStackMonitoring("testExternalnoncontainerdatabasesStackMonitoring", {
        externalDatabaseConnectorId: oci_database_external_database_connector.test_external_database_connector.id,
        externalNonContainerDatabaseId: oci_database_external_non_container_database.test_external_non_container_database.id,
        enableStackMonitoring: true,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_externalnoncontainerdatabases_stack_monitoring = oci.database.ExternalNonContainerDatabasesStackMonitoring("testExternalnoncontainerdatabasesStackMonitoring",
        external_database_connector_id=oci_database_external_database_connector["test_external_database_connector"]["id"],
        external_non_container_database_id=oci_database_external_non_container_database["test_external_non_container_database"]["id"],
        enable_stack_monitoring=True)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Database.NewExternalNonContainerDatabasesStackMonitoring(ctx, "testExternalnoncontainerdatabasesStackMonitoring", &Database.ExternalNonContainerDatabasesStackMonitoringArgs{
    			ExternalDatabaseConnectorId:    pulumi.Any(oci_database_external_database_connector.Test_external_database_connector.Id),
    			ExternalNonContainerDatabaseId: pulumi.Any(oci_database_external_non_container_database.Test_external_non_container_database.Id),
    			EnableStackMonitoring:          pulumi.Bool(true),
    		})
    		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 testExternalnoncontainerdatabasesStackMonitoring = new Oci.Database.ExternalNonContainerDatabasesStackMonitoring("testExternalnoncontainerdatabasesStackMonitoring", new()
        {
            ExternalDatabaseConnectorId = oci_database_external_database_connector.Test_external_database_connector.Id,
            ExternalNonContainerDatabaseId = oci_database_external_non_container_database.Test_external_non_container_database.Id,
            EnableStackMonitoring = true,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.ExternalNonContainerDatabasesStackMonitoring;
    import com.pulumi.oci.Database.ExternalNonContainerDatabasesStackMonitoringArgs;
    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) {
            var testExternalnoncontainerdatabasesStackMonitoring = new ExternalNonContainerDatabasesStackMonitoring("testExternalnoncontainerdatabasesStackMonitoring", ExternalNonContainerDatabasesStackMonitoringArgs.builder()        
                .externalDatabaseConnectorId(oci_database_external_database_connector.test_external_database_connector().id())
                .externalNonContainerDatabaseId(oci_database_external_non_container_database.test_external_non_container_database().id())
                .enableStackMonitoring(true)
                .build());
    
        }
    }
    
    resources:
      testExternalnoncontainerdatabasesStackMonitoring:
        type: oci:Database:ExternalNonContainerDatabasesStackMonitoring
        properties:
          #Required
          externalDatabaseConnectorId: ${oci_database_external_database_connector.test_external_database_connector.id}
          externalNonContainerDatabaseId: ${oci_database_external_non_container_database.test_external_non_container_database.id}
          enableStackMonitoring: true
    

    Create ExternalNonContainerDatabasesStackMonitoring Resource

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

    Constructor syntax

    new ExternalNonContainerDatabasesStackMonitoring(name: string, args: ExternalNonContainerDatabasesStackMonitoringArgs, opts?: CustomResourceOptions);
    @overload
    def ExternalNonContainerDatabasesStackMonitoring(resource_name: str,
                                                     args: ExternalNonContainerDatabasesStackMonitoringArgs,
                                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExternalNonContainerDatabasesStackMonitoring(resource_name: str,
                                                     opts: Optional[ResourceOptions] = None,
                                                     enable_stack_monitoring: Optional[bool] = None,
                                                     external_database_connector_id: Optional[str] = None,
                                                     external_non_container_database_id: Optional[str] = None)
    func NewExternalNonContainerDatabasesStackMonitoring(ctx *Context, name string, args ExternalNonContainerDatabasesStackMonitoringArgs, opts ...ResourceOption) (*ExternalNonContainerDatabasesStackMonitoring, error)
    public ExternalNonContainerDatabasesStackMonitoring(string name, ExternalNonContainerDatabasesStackMonitoringArgs args, CustomResourceOptions? opts = null)
    public ExternalNonContainerDatabasesStackMonitoring(String name, ExternalNonContainerDatabasesStackMonitoringArgs args)
    public ExternalNonContainerDatabasesStackMonitoring(String name, ExternalNonContainerDatabasesStackMonitoringArgs args, CustomResourceOptions options)
    
    type: oci:Database:ExternalNonContainerDatabasesStackMonitoring
    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 ExternalNonContainerDatabasesStackMonitoringArgs
    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 ExternalNonContainerDatabasesStackMonitoringArgs
    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 ExternalNonContainerDatabasesStackMonitoringArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExternalNonContainerDatabasesStackMonitoringArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExternalNonContainerDatabasesStackMonitoringArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    var externalNonContainerDatabasesStackMonitoringResource = new Oci.Database.ExternalNonContainerDatabasesStackMonitoring("externalNonContainerDatabasesStackMonitoringResource", new()
    {
        EnableStackMonitoring = false,
        ExternalDatabaseConnectorId = "string",
        ExternalNonContainerDatabaseId = "string",
    });
    
    example, err := Database.NewExternalNonContainerDatabasesStackMonitoring(ctx, "externalNonContainerDatabasesStackMonitoringResource", &Database.ExternalNonContainerDatabasesStackMonitoringArgs{
    	EnableStackMonitoring:          pulumi.Bool(false),
    	ExternalDatabaseConnectorId:    pulumi.String("string"),
    	ExternalNonContainerDatabaseId: pulumi.String("string"),
    })
    
    var externalNonContainerDatabasesStackMonitoringResource = new ExternalNonContainerDatabasesStackMonitoring("externalNonContainerDatabasesStackMonitoringResource", ExternalNonContainerDatabasesStackMonitoringArgs.builder()        
        .enableStackMonitoring(false)
        .externalDatabaseConnectorId("string")
        .externalNonContainerDatabaseId("string")
        .build());
    
    external_non_container_databases_stack_monitoring_resource = oci.database.ExternalNonContainerDatabasesStackMonitoring("externalNonContainerDatabasesStackMonitoringResource",
        enable_stack_monitoring=False,
        external_database_connector_id="string",
        external_non_container_database_id="string")
    
    const externalNonContainerDatabasesStackMonitoringResource = new oci.database.ExternalNonContainerDatabasesStackMonitoring("externalNonContainerDatabasesStackMonitoringResource", {
        enableStackMonitoring: false,
        externalDatabaseConnectorId: "string",
        externalNonContainerDatabaseId: "string",
    });
    
    type: oci:Database:ExternalNonContainerDatabasesStackMonitoring
    properties:
        enableStackMonitoring: false
        externalDatabaseConnectorId: string
        externalNonContainerDatabaseId: string
    

    ExternalNonContainerDatabasesStackMonitoring Resource Properties

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

    Inputs

    The ExternalNonContainerDatabasesStackMonitoring resource accepts the following input properties:

    EnableStackMonitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ExternalDatabaseConnectorId string
    The OCID of the external database connector.
    ExternalNonContainerDatabaseId string
    The external non-container database OCID.
    EnableStackMonitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ExternalDatabaseConnectorId string
    The OCID of the external database connector.
    ExternalNonContainerDatabaseId string
    The external non-container database OCID.
    enableStackMonitoring Boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId String
    The OCID of the external database connector.
    externalNonContainerDatabaseId String
    The external non-container database OCID.
    enableStackMonitoring boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId string
    The OCID of the external database connector.
    externalNonContainerDatabaseId string
    The external non-container database OCID.
    enable_stack_monitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    external_database_connector_id str
    The OCID of the external database connector.
    external_non_container_database_id str
    The external non-container database OCID.
    enableStackMonitoring Boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId String
    The OCID of the external database connector.
    externalNonContainerDatabaseId String
    The external non-container database OCID.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExternalNonContainerDatabasesStackMonitoring 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 ExternalNonContainerDatabasesStackMonitoring Resource

    Get an existing ExternalNonContainerDatabasesStackMonitoring 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?: ExternalNonContainerDatabasesStackMonitoringState, opts?: CustomResourceOptions): ExternalNonContainerDatabasesStackMonitoring
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enable_stack_monitoring: Optional[bool] = None,
            external_database_connector_id: Optional[str] = None,
            external_non_container_database_id: Optional[str] = None) -> ExternalNonContainerDatabasesStackMonitoring
    func GetExternalNonContainerDatabasesStackMonitoring(ctx *Context, name string, id IDInput, state *ExternalNonContainerDatabasesStackMonitoringState, opts ...ResourceOption) (*ExternalNonContainerDatabasesStackMonitoring, error)
    public static ExternalNonContainerDatabasesStackMonitoring Get(string name, Input<string> id, ExternalNonContainerDatabasesStackMonitoringState? state, CustomResourceOptions? opts = null)
    public static ExternalNonContainerDatabasesStackMonitoring get(String name, Output<String> id, ExternalNonContainerDatabasesStackMonitoringState 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:
    EnableStackMonitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ExternalDatabaseConnectorId string
    The OCID of the external database connector.
    ExternalNonContainerDatabaseId string
    The external non-container database OCID.
    EnableStackMonitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ExternalDatabaseConnectorId string
    The OCID of the external database connector.
    ExternalNonContainerDatabaseId string
    The external non-container database OCID.
    enableStackMonitoring Boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId String
    The OCID of the external database connector.
    externalNonContainerDatabaseId String
    The external non-container database OCID.
    enableStackMonitoring boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId string
    The OCID of the external database connector.
    externalNonContainerDatabaseId string
    The external non-container database OCID.
    enable_stack_monitoring bool

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    external_database_connector_id str
    The OCID of the external database connector.
    external_non_container_database_id str
    The external non-container database OCID.
    enableStackMonitoring Boolean

    (Updatable) Enabling Stack Monitoring on External Non Container Databases . Requires boolean value "true" or "false".

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    externalDatabaseConnectorId String
    The OCID of the external database connector.
    externalNonContainerDatabaseId String
    The external non-container database OCID.

    Import

    Import is not supported for this resource.

    To learn more about importing existing cloud resources, see Importing resources.

    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 v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi