AWS Fundamentals Logo
AWS Fundamentals
AWS::Config::RemediationConfiguration

Config RemediationConfiguration

Resource Type definition for AWS::Config::RemediationConfiguration

Properties

10 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConfigRuleName
string
RequiredCreate-only
TargetId
string
Required
TargetType
string
Required
Automatic
boolean
ExecutionControls
ExecutionControls
MaximumAutomaticAttempts
integer
Parameters
object
ResourceType
string
RetryAttemptSeconds
integer
TargetVersion
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::RemediationConfiguration

Resources:
  MyResource:
    Type: AWS::Config::RemediationConfiguration
    Properties:
      TargetType: "value"
      ConfigRuleName: "my-configrulename"
      TargetId: "my-targetid"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConfig
Properties11
Required3
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConfigRuleName

External Links