Class CustomRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CustomRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CustomRuleProps
,RuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomRuleProps
@Stability(Stable)
@Internal
public static final class CustomRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomRuleProps
An implementation for
CustomRuleProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CustomRuleProps
CustomRuleProps.Builder, CustomRuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomRuleProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A name for the AWS Config rule.final Boolean
Whether to run the rule on configuration changes.final String
A description about this AWS Config rule.Input parameter values that are passed to the AWS Config rule.final IFunction
The Lambda function to run.The maximum frequency at which the AWS Config rule runs evaluations.final Boolean
Whether to run the rule on a fixed frequency.final RuleScope
Defines which resources trigger an evaluation for an AWS Config rule.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCustomRuleProps.Builder
.
-
-
Method Details
-
getLambdaFunction
Description copied from interface:CustomRuleProps
The Lambda function to run.- Specified by:
getLambdaFunction
in interfaceCustomRuleProps
-
getConfigurationChanges
Description copied from interface:CustomRuleProps
Whether to run the rule on configuration changes.Default: false
- Specified by:
getConfigurationChanges
in interfaceCustomRuleProps
-
getPeriodic
Description copied from interface:CustomRuleProps
Whether to run the rule on a fixed frequency.Default: false
- Specified by:
getPeriodic
in interfaceCustomRuleProps
-
getConfigRuleName
Description copied from interface:RuleProps
A name for the AWS Config rule.Default: - CloudFormation generated name
- Specified by:
getConfigRuleName
in interfaceRuleProps
-
getDescription
Description copied from interface:RuleProps
A description about this AWS Config rule.Default: - No description
- Specified by:
getDescription
in interfaceRuleProps
-
getInputParameters
Description copied from interface:RuleProps
Input parameter values that are passed to the AWS Config rule.Default: - No input parameters
- Specified by:
getInputParameters
in interfaceRuleProps
-
getMaximumExecutionFrequency
Description copied from interface:RuleProps
The maximum frequency at which the AWS Config rule runs evaluations.Default: MaximumExecutionFrequency.TWENTY_FOUR_HOURS
- Specified by:
getMaximumExecutionFrequency
in interfaceRuleProps
-
getRuleScope
Description copied from interface:RuleProps
Defines which resources trigger an evaluation for an AWS Config rule.Default: - evaluations for the rule are triggered when any resource in the recording group changes.
- Specified by:
getRuleScope
in interfaceRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-