Class ManagedRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.ManagedRuleProps.Jsii$Proxy
- All Implemented Interfaces:
ManagedRuleProps,RuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ManagedRuleProps
@Stability(Stable)
@Internal
public static final class ManagedRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ManagedRuleProps
An implementation for
ManagedRuleProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.config.ManagedRuleProps
ManagedRuleProps.Builder, ManagedRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ManagedRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theManagedRuleProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA name for the AWS Config rule.final StringA description about this AWS Config rule.final EvaluationModeThe modes the AWS Config rule can be evaluated in.final StringThe identifier of the AWS managed rule.Input parameter values that are passed to the AWS Config rule.The maximum frequency at which the AWS Config rule runs evaluations.final RuleScopeDefines which resources trigger an evaluation for an AWS Config rule.final inthashCode()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 theManagedRuleProps.Builder.
-
-
Method Details
-
getIdentifier
Description copied from interface:ManagedRulePropsThe identifier of the AWS managed rule.- Specified by:
getIdentifierin interfaceManagedRuleProps- See Also:
-
getConfigRuleName
Description copied from interface:RulePropsA name for the AWS Config rule.Default: - CloudFormation generated name
- Specified by:
getConfigRuleNamein interfaceRuleProps
-
getDescription
Description copied from interface:RulePropsA description about this AWS Config rule.Default: - No description
- Specified by:
getDescriptionin interfaceRuleProps
-
getEvaluationModes
Description copied from interface:RulePropsThe modes the AWS Config rule can be evaluated in.The valid values are distinct objects.
Default: - Detective evaluation mode only
- Specified by:
getEvaluationModesin interfaceRuleProps
-
getInputParameters
Description copied from interface:RulePropsInput parameter values that are passed to the AWS Config rule.Default: - No input parameters
- Specified by:
getInputParametersin interfaceRuleProps
-
getMaximumExecutionFrequency
Description copied from interface:RulePropsThe maximum frequency at which the AWS Config rule runs evaluations.Default: MaximumExecutionFrequency.TWENTY_FOUR_HOURS
- Specified by:
getMaximumExecutionFrequencyin interfaceRuleProps
-
getRuleScope
Description copied from interface:RulePropsDefines 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:
getRuleScopein interfaceRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-