| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule.Builder |
CustomRule.Builder.configRuleName(String configRuleName)
(experimental) A name for the AWS Config rule.
|
CustomRule.Builder |
CustomRule.Builder.configurationChanges(Boolean configurationChanges)
(experimental) Whether to run the rule on configuration changes.
|
static CustomRule.Builder |
CustomRule.Builder.create(software.constructs.Construct scope,
String id) |
CustomRule.Builder |
CustomRule.Builder.description(String description)
(experimental) A description about this AWS Config rule.
|
CustomRule.Builder |
CustomRule.Builder.inputParameters(Map<String,? extends Object> inputParameters)
(experimental) Input parameter values that are passed to the AWS Config rule.
|
CustomRule.Builder |
CustomRule.Builder.lambdaFunction(IFunction lambdaFunction)
(experimental) The Lambda function to run.
|
CustomRule.Builder |
CustomRule.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
(experimental) The maximum frequency at which the AWS Config rule runs evaluations.
|
CustomRule.Builder |
CustomRule.Builder.periodic(Boolean periodic)
(experimental) Whether to run the rule on a fixed frequency.
|
CustomRule.Builder |
CustomRule.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
Copyright © 2021. All rights reserved.