@Stability(value=Stable) public static final class CfnInsightRule.Builder extends Object implements software.amazon.jsii.Builder<CfnInsightRule>
CfnInsightRule.| Modifier and Type | Method and Description |
|---|---|
CfnInsightRule |
build() |
static CfnInsightRule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnInsightRule.Builder |
ruleBody(String ruleBody)
`AWS::CloudWatch::InsightRule.RuleBody`.
|
CfnInsightRule.Builder |
ruleName(String ruleName)
`AWS::CloudWatch::InsightRule.RuleName`.
|
CfnInsightRule.Builder |
ruleState(String ruleState)
`AWS::CloudWatch::InsightRule.RuleState`.
|
CfnInsightRule.Builder |
tags(IResolvable tags)
`AWS::CloudWatch::InsightRule.Tags`.
|
CfnInsightRule.Builder |
tags(List<? extends Object> tags)
`AWS::CloudWatch::InsightRule.Tags`.
|
@Stability(value=Stable) public static CfnInsightRule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnInsightRule.Builder.@Stability(value=Stable) public CfnInsightRule.Builder ruleBody(String ruleBody)
ruleBody - `AWS::CloudWatch::InsightRule.RuleBody`. This parameter is required.this@Stability(value=Stable) public CfnInsightRule.Builder ruleName(String ruleName)
ruleName - `AWS::CloudWatch::InsightRule.RuleName`. This parameter is required.this@Stability(value=Stable) public CfnInsightRule.Builder ruleState(String ruleState)
ruleState - `AWS::CloudWatch::InsightRule.RuleState`. This parameter is required.this@Stability(value=Stable) public CfnInsightRule.Builder tags(IResolvable tags)
tags - `AWS::CloudWatch::InsightRule.Tags`. This parameter is required.this@Stability(value=Stable) public CfnInsightRule.Builder tags(List<? extends Object> tags)
tags - `AWS::CloudWatch::InsightRule.Tags`. This parameter is required.this@Stability(value=Stable) public CfnInsightRule build()
build in interface software.amazon.jsii.Builder<CfnInsightRule>Copyright © 2021. All rights reserved.