Uses of Class
software.amazon.awscdk.services.config.RuleScope
-
Uses of RuleScope in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionstatic 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
restricts scope of changes to a specific tag.static RuleScope
restricts scope of changes to a specific tag.final RuleScope
AccessKeysRotatedProps.Jsii$Proxy.getRuleScope()
final RuleScope
CloudFormationStackDriftDetectionCheckProps.Jsii$Proxy.getRuleScope()
final RuleScope
CloudFormationStackNotificationCheckProps.Jsii$Proxy.getRuleScope()
protected RuleScope
CustomRule.getRuleScope()
final RuleScope
CustomRuleProps.Jsii$Proxy.getRuleScope()
protected RuleScope
ManagedRule.getRuleScope()
final RuleScope
ManagedRuleProps.Jsii$Proxy.getRuleScope()
default RuleScope
RuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.final RuleScope
RuleProps.Jsii$Proxy.getRuleScope()
Modifier and TypeMethodDescriptionDefines which resources trigger an evaluation for an AWS Config rule.Sets the value ofRuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.Sets the value ofRuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.Sets the value ofRuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.Sets the value ofRuleProps.getRuleScope()
Defines which resources trigger an evaluation for an AWS Config rule.Sets the value ofRuleProps.getRuleScope()
Sets the value ofRuleProps.getRuleScope()
protected void
CustomRule.setRuleScope
(RuleScope value) protected void
ManagedRule.setRuleScope
(RuleScope value)