| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RuleScope |
RuleScope.fromResource(ResourceType resourceType)
(experimental) restricts scope of changes to a specific resource type or resource identifier.
|
static RuleScope |
RuleScope.fromResource(ResourceType resourceType,
String resourceId)
(experimental) restricts scope of changes to a specific resource type or resource identifier.
|
static RuleScope |
RuleScope.fromResources(List<? extends ResourceType> resourceTypes)
(experimental) restricts scope of changes to specific resource types.
|
static RuleScope |
RuleScope.fromTag(String key)
(experimental) restricts scope of changes to a specific tag.
|
static RuleScope |
RuleScope.fromTag(String key,
String value)
(experimental) restricts scope of changes to a specific tag.
|
RuleScope |
CloudFormationStackNotificationCheckProps.Jsii$Proxy.getRuleScope() |
default RuleScope |
RuleProps.getRuleScope()
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
RuleScope |
RuleProps.Jsii$Proxy.getRuleScope() |
protected RuleScope |
ManagedRule.getRuleScope() |
RuleScope |
AccessKeysRotatedProps.Jsii$Proxy.getRuleScope() |
RuleScope |
CustomRuleProps.Jsii$Proxy.getRuleScope() |
protected RuleScope |
CustomRule.getRuleScope() |
RuleScope |
CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy.getRuleScope() |
RuleScope |
ManagedRuleProps.Jsii$Proxy.getRuleScope() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackNotificationCheckProps.Builder |
CloudFormationStackNotificationCheckProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
RuleProps.Builder |
RuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
ManagedRule.Builder |
ManagedRule.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
AccessKeysRotatedProps.Builder |
AccessKeysRotatedProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CustomRuleProps.Builder |
CustomRuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CustomRule.Builder |
CustomRule.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
CloudFormationStackDriftDetectionCheckProps.Builder |
CloudFormationStackDriftDetectionCheckProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
AccessKeysRotated.Builder |
AccessKeysRotated.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
ManagedRuleProps.Builder |
ManagedRuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CloudFormationStackNotificationCheck.Builder |
CloudFormationStackNotificationCheck.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.ruleScope(RuleScope ruleScope)
(experimental) Defines which resources trigger an evaluation for an AWS Config rule.
|
protected void |
ManagedRule.setRuleScope(RuleScope value) |
protected void |
CustomRule.setRuleScope(RuleScope value) |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean ownStackOnly,
IRole role,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
CloudFormationStackDriftDetectionCheckProps.Builder. |
Jsii$Proxy(Duration maxAge,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
AccessKeysRotatedProps.Builder. |
Jsii$Proxy(IFunction lambdaFunction,
Boolean configurationChanges,
Boolean periodic,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
CustomRuleProps.Builder. |
Jsii$Proxy(List<? extends ITopic> topics,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
CloudFormationStackNotificationCheckProps.Builder. |
Jsii$Proxy(String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
RuleProps.Builder. |
Jsii$Proxy(String identifier,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
ManagedRuleProps.Builder. |
Copyright © 2021. All rights reserved.