| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RuleScope |
RuleScope.fromResource(ResourceType resourceType)
restricts scope of changes to a specific resource type or resource identifier.
|
static RuleScope |
RuleScope.fromResource(ResourceType resourceType,
String resourceId)
restricts scope of changes to a specific resource type or resource identifier.
|
static RuleScope |
RuleScope.fromResources(List<? extends ResourceType> resourceTypes)
restricts scope of changes to specific resource types.
|
static RuleScope |
RuleScope.fromTag(String key)
restricts scope of changes to a specific tag.
|
static RuleScope |
RuleScope.fromTag(String key,
String value)
restricts scope of changes to a specific tag.
|
protected RuleScope |
CustomRule.getRuleScope() |
RuleScope |
CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy.getRuleScope() |
RuleScope |
ManagedRuleProps.Jsii$Proxy.getRuleScope() |
default RuleScope |
RuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.
|
RuleScope |
RuleProps.Jsii$Proxy.getRuleScope() |
RuleScope |
CloudFormationStackNotificationCheckProps.Jsii$Proxy.getRuleScope() |
RuleScope |
CustomRuleProps.Jsii$Proxy.getRuleScope() |
protected RuleScope |
ManagedRule.getRuleScope() |
RuleScope |
AccessKeysRotatedProps.Jsii$Proxy.getRuleScope() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackNotificationCheck.Builder |
CloudFormationStackNotificationCheck.Builder.ruleScope(RuleScope ruleScope)
Defines which resources trigger an evaluation for an AWS Config rule.
|
CustomRule.Builder |
CustomRule.Builder.ruleScope(RuleScope ruleScope)
Defines which resources trigger an evaluation for an AWS Config rule.
|
CloudFormationStackDriftDetectionCheckProps.Builder |
CloudFormationStackDriftDetectionCheckProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
ManagedRuleProps.Builder |
ManagedRuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CloudFormationStackDriftDetectionCheck.Builder |
CloudFormationStackDriftDetectionCheck.Builder.ruleScope(RuleScope ruleScope)
Defines which resources trigger an evaluation for an AWS Config rule.
|
RuleProps.Builder |
RuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CloudFormationStackNotificationCheckProps.Builder |
CloudFormationStackNotificationCheckProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
CustomRuleProps.Builder |
CustomRuleProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
ManagedRule.Builder |
ManagedRule.Builder.ruleScope(RuleScope ruleScope)
Defines which resources trigger an evaluation for an AWS Config rule.
|
AccessKeysRotatedProps.Builder |
AccessKeysRotatedProps.Builder.ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
AccessKeysRotated.Builder |
AccessKeysRotated.Builder.ruleScope(RuleScope ruleScope)
Defines which resources trigger an evaluation for an AWS Config rule.
|
protected void |
CustomRule.setRuleScope(RuleScope value) |
protected void |
ManagedRule.setRuleScope(RuleScope value) |
Copyright © 2022. All rights reserved.