aws.cloudwatch.ContributorManagedInsightRule
Explore with Pulumi AI
Resource for managing an AWS CloudWatch Contributor Managed Insight Rule.
Example Usage
Basic Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
example:
type: aws:cloudwatch:ContributorManagedInsightRule
properties:
resourceArn: ${test.arn}
templateName: VpcEndpointService-BytesByEndpointId-v1
ruleState: DISABLED
Create ContributorManagedInsightRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ContributorManagedInsightRule(name: string, args: ContributorManagedInsightRuleArgs, opts?: CustomResourceOptions);
@overload
def ContributorManagedInsightRule(resource_name: str,
args: ContributorManagedInsightRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ContributorManagedInsightRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_arn: Optional[str] = None,
template_name: Optional[str] = None,
state: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewContributorManagedInsightRule(ctx *Context, name string, args ContributorManagedInsightRuleArgs, opts ...ResourceOption) (*ContributorManagedInsightRule, error)
public ContributorManagedInsightRule(string name, ContributorManagedInsightRuleArgs args, CustomResourceOptions? opts = null)
public ContributorManagedInsightRule(String name, ContributorManagedInsightRuleArgs args)
public ContributorManagedInsightRule(String name, ContributorManagedInsightRuleArgs args, CustomResourceOptions options)
type: aws:cloudwatch:ContributorManagedInsightRule
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 ContributorManagedInsightRuleArgs
- 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 ContributorManagedInsightRuleArgs
- 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 ContributorManagedInsightRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ContributorManagedInsightRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ContributorManagedInsightRuleArgs
- 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 contributorManagedInsightRuleResource = new Aws.CloudWatch.ContributorManagedInsightRule("contributorManagedInsightRuleResource", new()
{
ResourceArn = "string",
TemplateName = "string",
State = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := cloudwatch.NewContributorManagedInsightRule(ctx, "contributorManagedInsightRuleResource", &cloudwatch.ContributorManagedInsightRuleArgs{
ResourceArn: pulumi.String("string"),
TemplateName: pulumi.String("string"),
State: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var contributorManagedInsightRuleResource = new ContributorManagedInsightRule("contributorManagedInsightRuleResource", ContributorManagedInsightRuleArgs.builder()
.resourceArn("string")
.templateName("string")
.state("string")
.tags(Map.of("string", "string"))
.build());
contributor_managed_insight_rule_resource = aws.cloudwatch.ContributorManagedInsightRule("contributorManagedInsightRuleResource",
resource_arn="string",
template_name="string",
state="string",
tags={
"string": "string",
})
const contributorManagedInsightRuleResource = new aws.cloudwatch.ContributorManagedInsightRule("contributorManagedInsightRuleResource", {
resourceArn: "string",
templateName: "string",
state: "string",
tags: {
string: "string",
},
});
type: aws:cloudwatch:ContributorManagedInsightRule
properties:
resourceArn: string
state: string
tags:
string: string
templateName: string
ContributorManagedInsightRule 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 ContributorManagedInsightRule resource accepts the following input properties:
- Resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- Template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- State string
- Dictionary<string, string>
- Resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- Template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- State string
- map[string]string
- resource
Arn String - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- template
Name String Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- state String
- Map<String,String>
- resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- state string
- {[key: string]: string}
- resource_
arn str - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- template_
name str Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- state str
- Mapping[str, str]
- resource
Arn String - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- template
Name String Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- state String
- Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the ContributorManagedInsightRule resource produces the following output properties:
Look up Existing ContributorManagedInsightRule Resource
Get an existing ContributorManagedInsightRule 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?: ContributorManagedInsightRuleState, opts?: CustomResourceOptions): ContributorManagedInsightRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
resource_arn: Optional[str] = None,
rule_name: Optional[str] = None,
state: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None,
template_name: Optional[str] = None) -> ContributorManagedInsightRule
func GetContributorManagedInsightRule(ctx *Context, name string, id IDInput, state *ContributorManagedInsightRuleState, opts ...ResourceOption) (*ContributorManagedInsightRule, error)
public static ContributorManagedInsightRule Get(string name, Input<string> id, ContributorManagedInsightRuleState? state, CustomResourceOptions? opts = null)
public static ContributorManagedInsightRule get(String name, Output<String> id, ContributorManagedInsightRuleState state, CustomResourceOptions options)
resources: _: type: aws:cloudwatch:ContributorManagedInsightRule 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.
- Arn string
- ARN of the Contributor Managed Insight Rule.
- Resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- Rule
Name string - State string
- Dictionary<string, string>
- Dictionary<string, string>
- Template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- Arn string
- ARN of the Contributor Managed Insight Rule.
- Resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- Rule
Name string - State string
- map[string]string
- map[string]string
- Template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- arn String
- ARN of the Contributor Managed Insight Rule.
- resource
Arn String - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- rule
Name String - state String
- Map<String,String>
- Map<String,String>
- template
Name String Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- arn string
- ARN of the Contributor Managed Insight Rule.
- resource
Arn string - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- rule
Name string - state string
- {[key: string]: string}
- {[key: string]: string}
- template
Name string Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- arn str
- ARN of the Contributor Managed Insight Rule.
- resource_
arn str - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- rule_
name str - state str
- Mapping[str, str]
- Mapping[str, str]
- template_
name str Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
- arn String
- ARN of the Contributor Managed Insight Rule.
- resource
Arn String - ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- rule
Name String - state String
- Map<String>
- Map<String>
- template
Name String Template name for the managed Contributor Insights rule, as returned by ListManagedInsightRules.
The following arguments are optional:
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
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.