Skip to main content

Config



Resource Icon

Resource Overview

A resource that records the configuration information of resources in an AWS account to identify relationships between them.

Associated Resources

Parent Resources

Connected Resources

Resource Setting Values

  • enable_config_recorder: Whether the configuration recorder should be enabled or disabled - false, true
  • role_name: The name of Iam Role used in AWS Config
  • recording_method
  • recording_method.enable_all_supported: Whether AWS Config records configuration changes for every supported type of regional resource - false, true
  • recording_method.exclude_resource_types: A list that specifies the types of AWS resources for which AWS Config records configuration changes
  • recording_method.include_global_resource_types: Whether AWS Config includes all supported types of global resources with the resources that it records - false, true
  • linked_s3_bucket_name: The name of the S3 bucket used to store the configuration history
  • s3_key_prefix: The prefix for the specified S3 bucket
  • enable_sns_topic: Whether to enable the Sns Topic that AWS Config delivers notifications to
  • delivery_frequency: The frequency with which AWS Config delivers recurring configuration snapshots
  • config_rule
  • config_rule.name: The name of the config rule
  • config_rule.rule_owner: Whether AWS or the customer owns and manages the AWS Config rule - AWS, customLambda, customPolicy
  • config_rule.source_identifier: For AWS Config managed rules, a predefined identifier

Reference Materials