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
  • Constructor Details

  • Method Details

    • getTopics

      public final List<ITopic> getTopics()
      Description copied from interface: CloudFormationStackNotificationCheckProps
      A list of allowed topics.

      At most 5 topics.

      Default: - No topics.

      Specified by:
      getTopics in interface CloudFormationStackNotificationCheckProps
    • getConfigRuleName

      public final String getConfigRuleName()
      Description copied from interface: RuleProps
      A name for the AWS Config rule.

      Default: - CloudFormation generated name

      Specified by:
      getConfigRuleName in interface RuleProps
    • getDescription

      public final String getDescription()
      Description copied from interface: RuleProps
      A description about this AWS Config rule.

      Default: - No description

      Specified by:
      getDescription in interface RuleProps
    • getInputParameters

      public final Map<String,Object> 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 interface RuleProps
    • getMaximumExecutionFrequency

      public final MaximumExecutionFrequency 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 interface RuleProps
    • getRuleScope

      public final RuleScope 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 interface RuleProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object