Uses of Class
com.amazonaws.services.config.model.Scope
Packages that use Scope
-
Uses of Scope in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ScopeModifier and TypeMethodDescriptionScope.clone()
ConfigRule.getScope()
Defines which resources can trigger an evaluation for the rule.Scope.withComplianceResourceId
(String complianceResourceId) The IDs of the only AWS resource that you want to trigger an evaluation for the rule.Scope.withComplianceResourceTypes
(String... complianceResourceTypes) The resource types of only those AWS resources that you want to trigger an evaluation for the rule.Scope.withComplianceResourceTypes
(Collection<String> complianceResourceTypes) The resource types of only those AWS resources that you want to trigger an evaluation for the rule.Scope.withTagKey
(String tagKey) The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.Scope.withTagValue
(String tagValue) The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule.Methods in com.amazonaws.services.config.model with parameters of type ScopeModifier and TypeMethodDescriptionvoid
Defines which resources can trigger an evaluation for the rule.Defines which resources can trigger an evaluation for the rule.