Uses of Enum Class
com.cloudforgeci.api.core.rules.AwsConfigRule
Packages that use AwsConfigRule
-
Uses of AwsConfigRule in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return types with arguments of type AwsConfigRuleModifier and TypeMethodDescriptionSystemContext.getRequiredConfigRules()Get all required AWS Config rules collected from factories.Methods in com.cloudforgeci.api.core with parameters of type AwsConfigRuleModifier and TypeMethodDescriptionvoidSystemContext.requireConfigRule(AwsConfigRule rule) Register an AWS Config rule as required for this deployment. -
Uses of AwsConfigRule in com.cloudforgeci.api.core.rules
Methods in com.cloudforgeci.api.core.rules that return AwsConfigRuleModifier and TypeMethodDescriptionstatic AwsConfigRuleAwsConfigRule.fromRuleName(String ruleName) Find a Config rule by its AWS rule name.static AwsConfigRuleReturns the enum constant of this class with the specified name.static AwsConfigRule[]AwsConfigRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudforgeci.api.core.rules that return types with arguments of type AwsConfigRuleModifier and TypeMethodDescriptionstatic Set<AwsConfigRule> AwsConfigRule.getRequiredRules(String frameworks, ComplianceMode mode) Get all Config rules required for the given compliance frameworks and mode.static Set<AwsConfigRule> AwsConfigRule.getRulesForControl(ComplianceMatrix.SecurityControl control) Get all Config rules that validate a specific SecurityControl.