Uses of Class
software.amazon.awscdk.services.config.CloudFormationStackDriftDetectionCheck.Builder
Packages that use CloudFormationStackDriftDetectionCheck.Builder
-
Uses of CloudFormationStackDriftDetectionCheck.Builder in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config that return CloudFormationStackDriftDetectionCheck.BuilderModifier and TypeMethodDescriptionCloudFormationStackDriftDetectionCheck.Builder.configRuleName(String configRuleName) A name for the AWS Config rule.CloudFormationStackDriftDetectionCheck.Builder.create(software.constructs.Construct scope, String id) CloudFormationStackDriftDetectionCheck.Builder.description(String description) A description about this AWS Config rule.CloudFormationStackDriftDetectionCheck.Builder.inputParameters(Map<String, ? extends Object> inputParameters) Input parameter values that are passed to the AWS Config rule.CloudFormationStackDriftDetectionCheck.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.CloudFormationStackDriftDetectionCheck.Builder.ownStackOnly(Boolean ownStackOnly) Whether to check only the stack where this rule is deployed.The IAM role to use for this rule.Defines which resources trigger an evaluation for an AWS Config rule.