AWS::Config::RemediationConfigurationResource Type definition for AWS::Config::RemediationConfiguration
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfigRuleName | string | RequiredCreate-only |
TargetId | string | Required |
TargetType | string | Required |
Automatic | boolean | |
ExecutionControls | ExecutionControls | |
MaximumAutomaticAttempts | integer | |
Parameters | object | |
ResourceType | string | |
RetryAttemptSeconds | integer | |
TargetVersion | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConfigRuleName