Interface CfnConfigRulePropsMixin.EvaluationModeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigRulePropsMixin.EvaluationModeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConfigRulePropsMixin
@Stability(Stable)
public static interface CfnConfigRulePropsMixin.EvaluationModeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration object for AWS Config rule evaluation mode.
The supported valid values are Detective or Proactive.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.config.*;
EvaluationModeConfigurationProperty evaluationModeConfigurationProperty = EvaluationModeConfigurationProperty.builder()
.mode("mode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfigRulePropsMixin.EvaluationModeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMode
The mode of an evaluation.The valid values are Detective or Proactive.
- See Also:
-
builder
@Stability(Stable) static CfnConfigRulePropsMixin.EvaluationModeConfigurationProperty.Builder builder()
-