@Stability(value=Stable) @Internal public static final class CfnInsightRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInsightRuleProps
CfnInsightRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnInsightRuleProps.Builder, CfnInsightRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInsightRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInsightRuleProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getRuleBody()
The definition of the rule, as a JSON object.
|
String |
getRuleName()
The name of the rule.
|
String |
getRuleState()
The current state of the rule.
|
Object |
getTags()
A list of key-value pairs to associate with the Contributor Insights rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnInsightRuleProps.Builder builder)
CfnInsightRuleProps.Builder.public final String getRuleBody()
CfnInsightRulePropsFor details about the syntax, see Contributor Insights Rule Syntax in the Amazon CloudWatch User Guide .
getRuleBody in interface CfnInsightRulePropspublic final String getRuleName()
CfnInsightRulePropsgetRuleName in interface CfnInsightRulePropspublic final String getRuleState()
CfnInsightRuleProps
Valid values are ENABLED and DISABLED .
getRuleState in interface CfnInsightRulePropspublic final Object getTags()
CfnInsightRulePropsYou can associate as many as 50 tags with a rule.
Tags can help you organize and categorize your resources. For more information, see Tagging Your Amazon CloudWatch Resources .
To be able to associate tags with a rule, you must have the cloudwatch:TagResource permission in addition to the cloudwatch:PutInsightRule permission.
getTags in interface CfnInsightRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.