Class CfnConfigRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnConfigRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnConfigRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnConfigRuleProps

@Stability(Stable) @Internal public static final class CfnConfigRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigRuleProps
An implementation for CfnConfigRuleProps
  • 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.CfnConfigRuleProps

    CfnConfigRuleProps.Builder, CfnConfigRuleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnConfigRuleProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
    final String
    A name for the AWS Config rule.
    final String
    The description that you provide for the AWS Config rule.
    final Object
    The modes the AWS Config rule can be evaluated in.
    final Object
    A string, in JSON format, that is passed to the AWS Config rule Lambda function.
    final String
    The maximum frequency with which AWS Config runs evaluations for a rule.
    final Object
    Defines which resources can trigger an evaluation for the rule.
    final Object
    Provides the rule owner ( AWS for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait