Contributor Managed Insight Rule Args
data class ContributorManagedInsightRuleArgs(val resourceArn: Output<String>? = null, val state: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val templateName: Output<String>? = null) : ConvertibleToJava<ContributorManagedInsightRuleArgs>
Resource for managing an AWS CloudWatch Contributor Managed Insight Rule.
Example Usage
Basic Usage
resources:
example:
type: aws:cloudwatch:ContributorManagedInsightRule
properties:
resourceArn: ${test.arn}
templateName: VpcEndpointService-BytesByEndpointId-v1
ruleState: DISABLED
Content copied to clipboard
Import
Using pulumi import
, import CloudWatch Contributor Managed Insight Rule using the resource_arn
. For example:
$ pulumi import aws:cloudwatch/contributorManagedInsightRule:ContributorManagedInsightRule example contributor_managed_insight_rule-id-12345678
Content copied to clipboard