@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:45.417Z") @Stability(value=Experimental) 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
(experimental) A fluent builder for
CloudFormationStackDriftDetectionCheck. |
software.amazon.jsii.JsiiObject.InitializationModeIRule.Jsii$Default, IRule.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope,
String id) |
|
CloudFormationStackDriftDetectionCheck(software.constructs.Construct scope,
String id,
CloudFormationStackDriftDetectionCheckProps props) |
protected |
CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObjectRef objRef) |
fromConfigRuleName, getConfigRuleArn, getConfigRuleComplianceType, getConfigRuleId, getConfigRuleName, getIsCustomWithChanges, getIsManaged, getRuleScope, onComplianceChange, onComplianceChange, onEvent, onEvent, onReEvaluationStatus, onReEvaluationStatus, setIsCustomWithChanges, setIsManaged, setRuleScopeapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationStackDriftDetectionCheck(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CloudFormationStackDriftDetectionCheck(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CloudFormationStackDriftDetectionCheckProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public CloudFormationStackDriftDetectionCheck(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.Copyright © 2022. All rights reserved.