@Stability(value=Experimental) @Internal public static final class CloudFormationStackNotificationCheckProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationStackNotificationCheckProps
CloudFormationStackNotificationCheckProps
software.amazon.jsii.JsiiObject.InitializationMode
CloudFormationStackNotificationCheckProps.Builder, CloudFormationStackNotificationCheckProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends ITopic> topics,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
CloudFormationStackNotificationCheckProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConfigRuleName()
(experimental) A name for the AWS Config rule.
|
String |
getDescription()
(experimental) A description about this AWS Config rule.
|
Map<String,Object> |
getInputParameters()
(experimental) Input parameter values that are passed to the AWS Config rule.
|
MaximumExecutionFrequency |
getMaximumExecutionFrequency()
(experimental) The maximum frequency at which the AWS Config rule runs evaluations.
|
RuleScope |
getRuleScope()
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
List<ITopic> |
getTopics()
(experimental) A list of allowed topics.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(List<? extends ITopic> topics, String configRuleName, String description, Map<String,? extends Object> inputParameters, MaximumExecutionFrequency maximumExecutionFrequency, RuleScope ruleScope)
CloudFormationStackNotificationCheckProps.Builder
.public final List<ITopic> getTopics()
CloudFormationStackNotificationCheckProps
At most 5 topics.
Default: - No topics.
getTopics
in interface CloudFormationStackNotificationCheckProps
public final String getConfigRuleName()
RuleProps
Default: - CloudFormation generated name
getConfigRuleName
in interface RuleProps
public final String getDescription()
RuleProps
Default: - No description
getDescription
in interface RuleProps
public final Map<String,Object> getInputParameters()
RuleProps
Default: - No input parameters
getInputParameters
in interface RuleProps
public final MaximumExecutionFrequency getMaximumExecutionFrequency()
RuleProps
Default: MaximumExecutionFrequency.TWENTY_FOUR_HOURS
getMaximumExecutionFrequency
in interface RuleProps
public final RuleScope getRuleScope()
RuleProps
Default: - evaluations for the rule are triggered when any resource in the recording group changes.
getRuleScope
in interface RuleProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.