Class CustomPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CustomPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CustomPolicyProps,RuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomPolicyProps
@Stability(Stable)
@Internal
public static final class CustomPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomPolicyProps
An implementation for
CustomPolicyProps-
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.CustomPolicyProps
CustomPolicyProps.Builder, CustomPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CustomPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomPolicyProps.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 BooleanThe boolean expression for enabling debug logging for your AWS Config Custom Policy rule.final EvaluationModeThe modes the AWS Config rule can be evaluated in.Input parameter values that are passed to the AWS Config rule.The maximum frequency at which the AWS Config rule runs evaluations.final StringThe policy definition containing the logic for your AWS Config Custom Policy rule.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 theCustomPolicyProps.Builder.
-
-
Method Details
-
getPolicyText
Description copied from interface:CustomPolicyPropsThe policy definition containing the logic for your AWS Config Custom Policy rule.- Specified by:
getPolicyTextin interfaceCustomPolicyProps
-
getEnableDebugLog
Description copied from interface:CustomPolicyPropsThe boolean expression for enabling debug logging for your AWS Config Custom Policy rule.Default: false
- Specified by:
getEnableDebugLogin interfaceCustomPolicyProps
-
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()
-