Show / Hide Table of Contents

Class CloudFormationStackNotificationCheck

Checks whether your CloudFormation stacks are sending event notifications to a SNS topic.

Inheritance
System.Object
Construct
Resource
ManagedRule
CloudFormationStackNotificationCheck
Implements
IRule
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
ManagedRule.FromConfigRuleName(Construct, String, String)
ManagedRule.OnComplianceChange(String, IOnEventOptions)
ManagedRule.OnEvent(String, IOnEventOptions)
ManagedRule.OnReEvaluationStatus(String, IOnEventOptions)
ManagedRule.ConfigRuleArn
ManagedRule.ConfigRuleComplianceType
ManagedRule.ConfigRuleId
ManagedRule.ConfigRuleName
ManagedRule.IsCustomWithChanges
ManagedRule.IsManaged
ManagedRule.RuleScope
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Config
Assembly: Amazon.CDK.AWS.Config.dll
Syntax (csharp)
public class CloudFormationStackNotificationCheck : ManagedRule, IRule, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class CloudFormationStackNotificationCheck
    Inherits ManagedRule
    Implements IRule, IResource, IConstruct, IConstruct, IDependable
Remarks

Optionally checks whether specified SNS topics are used.

See: https://docs.aws.amazon.com/config/latest/developerguide/cloudformation-stack-notification-check.html

Resource: AWS::Config::ConfigRule

Synopsis

Constructors

CloudFormationStackNotificationCheck(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CloudFormationStackNotificationCheck(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

CloudFormationStackNotificationCheck(Construct, String, ICloudFormationStackNotificationCheckProps)

Constructors

CloudFormationStackNotificationCheck(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CloudFormationStackNotificationCheck(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CloudFormationStackNotificationCheck(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CloudFormationStackNotificationCheck(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

CloudFormationStackNotificationCheck(Construct, String, ICloudFormationStackNotificationCheckProps)

public CloudFormationStackNotificationCheck(Construct scope, string id, ICloudFormationStackNotificationCheckProps props = null)
Parameters
scope Constructs.Construct
id System.String
props ICloudFormationStackNotificationCheckProps

Implements

IRule
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX