@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:44.913Z") public class CloudFormationStackDriftDetectionCheck extends ManagedRule
Example:
// Topic to which compliance notification events will be published Topic complianceTopic = new Topic(this, "ComplianceTopic"); CloudFormationStackDriftDetectionCheck rule = new CloudFormationStackDriftDetectionCheck(this, "Drift"); rule.onComplianceChange("TopicEvent", OnEventOptions.builder() .target(new SnsTopic(complianceTopic)) .build());
Modifier and Type | Class and Description |
---|---|
static class |
CloudFormationStackDriftDetectionCheck.Builder
A fluent builder for
CloudFormationStackDriftDetectionCheck . |
IRule.Jsii$Default, IRule.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObjectRef objRef) |
|
CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope,
java.lang.String id) |
|
CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope,
java.lang.String id,
CloudFormationStackDriftDetectionCheckProps props) |
fromConfigRuleName, getConfigRuleArn, getConfigRuleComplianceType, getConfigRuleId, getConfigRuleName, getIsCustomWithChanges, getIsManaged, getRuleScope, onComplianceChange, onComplianceChange, onEvent, onEvent, onReEvaluationStatus, onReEvaluationStatus, setIsCustomWithChanges, setIsManaged, setRuleScope
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope, java.lang.String id, CloudFormationStackDriftDetectionCheckProps props)
scope
- This parameter is required.id
- This parameter is required.props
- public CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.