Class CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationStackDriftDetectionCheckProps,RuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudFormationStackDriftDetectionCheckProps
@Stability(Stable)
@Internal
public static final class CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationStackDriftDetectionCheckProps
An implementation for
CloudFormationStackDriftDetectionCheckProps-
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.CloudFormationStackDriftDetectionCheckProps
CloudFormationStackDriftDetectionCheckProps.Builder, CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationStackDriftDetectionCheckProps.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.Input parameter values that are passed to the AWS Config rule.The maximum frequency at which the AWS Config rule runs evaluations.final BooleanWhether to check only the stack where this rule is deployed.final IRolegetRole()The IAM role to use for this 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 theCloudFormationStackDriftDetectionCheckProps.Builder.
-
-
Method Details
-
getOwnStackOnly
Description copied from interface:CloudFormationStackDriftDetectionCheckPropsWhether to check only the stack where this rule is deployed.Default: false
- Specified by:
getOwnStackOnlyin interfaceCloudFormationStackDriftDetectionCheckProps
-
getRole
Description copied from interface:CloudFormationStackDriftDetectionCheckPropsThe IAM role to use for this rule.It must have permissions to detect drift for AWS CloudFormation stacks. Ensure to attach
config.amazonaws.com.rproxy.govskope.catrusted permissions andReadOnlyAccesspolicy permissions. For specific policy permissions, refer to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html.Default: - A role will be created
- Specified by:
getRolein interfaceCloudFormationStackDriftDetectionCheckProps
-
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
-
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()
-