oci.StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
Explore with Pulumi AI
This resource provides the Monitoring Template Monitoring Template On Given Resources Management resource in Oracle Cloud Infrastructure Stack Monitoring service.
Apply the Monitoring Template identified by the id
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement = new oci.stackmonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("test_monitoring_template_monitoring_template_on_given_resources_management", {
monitoringTemplateId: testMonitoringTemplate.id,
enableMonitoringTemplateOnGivenResources: enableMonitoringTemplateOnGivenResources,
});
import pulumi
import pulumi_oci as oci
test_monitoring_template_monitoring_template_on_given_resources_management = oci.stack_monitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("test_monitoring_template_monitoring_template_on_given_resources_management",
monitoring_template_id=test_monitoring_template["id"],
enable_monitoring_template_on_given_resources=enable_monitoring_template_on_given_resources)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/stackmonitoring"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := stackmonitoring.NewMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(ctx, "test_monitoring_template_monitoring_template_on_given_resources_management", &stackmonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs{
MonitoringTemplateId: pulumi.Any(testMonitoringTemplate.Id),
EnableMonitoringTemplateOnGivenResources: pulumi.Any(enableMonitoringTemplateOnGivenResources),
})
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 testMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement = new Oci.StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("test_monitoring_template_monitoring_template_on_given_resources_management", new()
{
MonitoringTemplateId = testMonitoringTemplate.Id,
EnableMonitoringTemplateOnGivenResources = enableMonitoringTemplateOnGivenResources,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement;
import com.pulumi.oci.StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs;
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 testMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement = new MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("testMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement", MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs.builder()
.monitoringTemplateId(testMonitoringTemplate.id())
.enableMonitoringTemplateOnGivenResources(enableMonitoringTemplateOnGivenResources)
.build());
}
}
resources:
testMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement:
type: oci:StackMonitoring:MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
name: test_monitoring_template_monitoring_template_on_given_resources_management
properties:
monitoringTemplateId: ${testMonitoringTemplate.id}
enableMonitoringTemplateOnGivenResources: ${enableMonitoringTemplateOnGivenResources}
Create MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(name: string, args: MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs, opts?: CustomResourceOptions);
@overload
def MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(resource_name: str,
args: MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable_monitoring_template_on_given_resources: Optional[bool] = None,
monitoring_template_id: Optional[str] = None)
func NewMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(ctx *Context, name string, args MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs, opts ...ResourceOption) (*MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement, error)
public MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(string name, MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs args, CustomResourceOptions? opts = null)
public MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(String name, MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs args)
public MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(String name, MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs args, CustomResourceOptions options)
type: oci:StackMonitoring:MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
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 MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs
- 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 MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs
- 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 MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs
- 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 monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource = new Oci.StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource", new()
{
EnableMonitoringTemplateOnGivenResources = false,
MonitoringTemplateId = "string",
});
example, err := StackMonitoring.NewMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(ctx, "monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource", &StackMonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs{
EnableMonitoringTemplateOnGivenResources: pulumi.Bool(false),
MonitoringTemplateId: pulumi.String("string"),
})
var monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource = new MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource", MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementArgs.builder()
.enableMonitoringTemplateOnGivenResources(false)
.monitoringTemplateId("string")
.build());
monitoring_template_monitoring_template_on_given_resources_management_resource = oci.stack_monitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource",
enable_monitoring_template_on_given_resources=False,
monitoring_template_id="string")
const monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource = new oci.stackmonitoring.MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement("monitoringTemplateMonitoringTemplateOnGivenResourcesManagementResource", {
enableMonitoringTemplateOnGivenResources: false,
monitoringTemplateId: "string",
});
type: oci:StackMonitoring:MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
properties:
enableMonitoringTemplateOnGivenResources: false
monitoringTemplateId: string
MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement 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 MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement resource accepts the following input properties:
- Enable
Monitoring boolTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- Monitoring
Template stringId - The OCID of the monitoring template.
- Enable
Monitoring boolTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- Monitoring
Template stringId - The OCID of the monitoring template.
- enable
Monitoring BooleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template StringId - The OCID of the monitoring template.
- enable
Monitoring booleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template stringId - The OCID of the monitoring template.
- enable_
monitoring_ booltemplate_ on_ given_ resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring_
template_ strid - The OCID of the monitoring template.
- enable
Monitoring BooleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template StringId - The OCID of the monitoring template.
Outputs
All input properties are implicitly available as output properties. Additionally, the MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement 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 MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement Resource
Get an existing MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement 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?: MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementState, opts?: CustomResourceOptions): MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable_monitoring_template_on_given_resources: Optional[bool] = None,
monitoring_template_id: Optional[str] = None) -> MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement
func GetMonitoringTemplateMonitoringTemplateOnGivenResourcesManagement(ctx *Context, name string, id IDInput, state *MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementState, opts ...ResourceOption) (*MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement, error)
public static MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement Get(string name, Input<string> id, MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementState? state, CustomResourceOptions? opts = null)
public static MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement get(String name, Output<String> id, MonitoringTemplateMonitoringTemplateOnGivenResourcesManagementState state, CustomResourceOptions options)
resources: _: type: oci:StackMonitoring:MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement 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.
- Enable
Monitoring boolTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- Monitoring
Template stringId - The OCID of the monitoring template.
- Enable
Monitoring boolTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- Monitoring
Template stringId - The OCID of the monitoring template.
- enable
Monitoring BooleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template StringId - The OCID of the monitoring template.
- enable
Monitoring booleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template stringId - The OCID of the monitoring template.
- enable_
monitoring_ booltemplate_ on_ given_ resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring_
template_ strid - The OCID of the monitoring template.
- enable
Monitoring BooleanTemplate On Given Resources (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** 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
- monitoring
Template StringId - The OCID of the monitoring template.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.