| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnConfigRule.Builder |
CfnConfigRule.Builder.configRuleName(String configRuleName)
A name for the AWS Config rule.
|
static CfnConfigRule.Builder |
CfnConfigRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnConfigRule.Builder |
CfnConfigRule.Builder.description(String description)
The description that you provide for the AWS Config rule.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.inputParameters(Object inputParameters)
A string, in JSON format, that is passed to the AWS Config rule Lambda function.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.maximumExecutionFrequency(String maximumExecutionFrequency)
The maximum frequency with which AWS Config runs evaluations for a rule.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.scope(CfnConfigRule.ScopeProperty scope)
Defines which resources can trigger an evaluation for the rule.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.scope(IResolvable scope)
Defines which resources can trigger an evaluation for the rule.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.source(CfnConfigRule.SourceProperty source)
Provides the rule owner ( AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.source(IResolvable source)
Provides the rule owner ( AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
Copyright © 2022. All rights reserved.