Class CloudFormationStackNotificationCheckProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CloudFormationStackNotificationCheckProps.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationStackNotificationCheckProps
,RuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationStackNotificationCheckProps
@Stability(Stable)
@Internal
public static final class CloudFormationStackNotificationCheckProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationStackNotificationCheckProps
An implementation for
CloudFormationStackNotificationCheckProps
-
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.CloudFormationStackNotificationCheckProps
CloudFormationStackNotificationCheckProps.Builder, CloudFormationStackNotificationCheckProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationStackNotificationCheckProps.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.Input parameter values that are passed to the AWS Config rule.The maximum frequency at which the AWS Config rule runs evaluations.final RuleScope
Defines which resources trigger an evaluation for an AWS Config rule.A list of allowed topics.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 theCloudFormationStackNotificationCheckProps.Builder
.
-
-
Method Details
-
getTopics
Description copied from interface:CloudFormationStackNotificationCheckProps
A list of allowed topics.At most 5 topics.
Default: - No topics.
- Specified by:
getTopics
in interfaceCloudFormationStackNotificationCheckProps
-
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
-
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()
-