| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.configRuleName(String configRuleName)
(experimental) A name for the AWS Config rule.
|
static CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.create(software.constructs.Construct scope,
String id) |
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.description(String description)
(experimental) A description about this AWS Config rule.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.inputParameters(Map<String,? extends Object> inputParameters)
(experimental) Input parameter values that are passed to the AWS Config rule.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
(experimental) The maximum frequency at which the AWS Config rule runs evaluations.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.ownStackOnly(Boolean ownStackOnly)
(experimental) Whether to check only the stack where this rule is deployed.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.role(IRole role)
(experimental) The IAM role to use for this rule.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
Copyright © 2021. All rights reserved.