public static final class CfnConfigRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigRuleProps
CfnConfigRuleProps
CfnConfigRuleProps.Builder, CfnConfigRuleProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getConfigRuleName()
A name for the AWS Config rule.
|
java.lang.String |
getDescription()
The description that you provide for the AWS Config rule.
|
java.lang.Object |
getInputParameters()
A string, in JSON format, that is passed to the AWS Config rule Lambda function.
|
java.lang.String |
getMaximumExecutionFrequency()
The maximum frequency with which AWS Config runs evaluations for a rule.
|
java.lang.Object |
getScope()
Defines which resources can trigger an evaluation for the rule.
|
java.lang.Object |
getSource()
Provides the rule owner ( AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getSource()
CfnConfigRuleProps
getSource
in interface CfnConfigRuleProps
public final java.lang.String getConfigRuleName()
CfnConfigRuleProps
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the rule name. For more information, see Name Type .
getConfigRuleName
in interface CfnConfigRuleProps
public final java.lang.String getDescription()
CfnConfigRuleProps
getDescription
in interface CfnConfigRuleProps
public final java.lang.Object getInputParameters()
CfnConfigRuleProps
getInputParameters
in interface CfnConfigRuleProps
public final java.lang.String getMaximumExecutionFrequency()
CfnConfigRuleProps
You can specify a value for MaximumExecutionFrequency
when:
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the
MaximumExecutionFrequency
parameter.
getMaximumExecutionFrequency
in interface CfnConfigRuleProps
public final java.lang.Object getScope()
CfnConfigRuleProps
The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.
The scope can be empty.
getScope
in interface CfnConfigRuleProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()