| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRule.Jsii$Default
Internal default implementation for
IRule. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessKeysRotated
Checks whether the active access keys are rotated within the number of days specified in `maxAge`.
|
class |
CloudFormationStackDriftDetectionCheck
Checks whether your CloudFormation stacks' actual configuration differs, or has drifted, from its expected configuration.
|
class |
CloudFormationStackNotificationCheck
Checks whether your CloudFormation stacks are sending event notifications to a SNS topic.
|
class |
CustomRule
A new custom rule.
|
static class |
IRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ManagedRule
A new managed rule.
|
| Modifier and Type | Method and Description |
|---|---|
static IRule |
ManagedRule.fromConfigRuleName(software.constructs.Construct scope,
String id,
String configRuleName)
Imports an existing rule.
|
static IRule |
CustomRule.fromConfigRuleName(software.constructs.Construct scope,
String id,
String configRuleName)
Imports an existing rule.
|
Copyright © 2022. All rights reserved.