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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CloudFormationStackDriftDetectionCheckProps
CloudFormationStackDriftDetectionCheckProps.Builder, CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationStackDriftDetectionCheckProps.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 String
A description about this AWS Config rule.final EvaluationMode
The 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 Boolean
Whether to check only the stack where this rule is deployed.final IRole
getRole()
The IAM role to use for this rule.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 theCloudFormationStackDriftDetectionCheckProps.Builder
.
-
-
Method Details
-
getOwnStackOnly
Description copied from interface:CloudFormationStackDriftDetectionCheckProps
Whether to check only the stack where this rule is deployed.Default: false
- Specified by:
getOwnStackOnly
in interfaceCloudFormationStackDriftDetectionCheckProps
-
getRole
Description copied from interface:CloudFormationStackDriftDetectionCheckProps
The IAM role to use for this rule.It must have permissions to detect drift for AWS CloudFormation stacks. Ensure to attach
config.amazonaws.com
trusted permissions andReadOnlyAccess
policy 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:
getRole
in interfaceCloudFormationStackDriftDetectionCheckProps
-
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
-
getEvaluationModes
Description copied from interface:RuleProps
The modes the AWS Config rule can be evaluated in.The valid values are distinct objects.
Default: - Detective evaluation mode only
- Specified by:
getEvaluationModes
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()
-