Put Config Rule
POST {{aws_config_and_aws_config_rules_base_url}}/?Action=PutConfigRule
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The rule that you want to add to your account. |
Request Body
{"ConfigRule"=>{"ConfigRuleArn"=>"string", "ConfigRuleId"=>"string", "ConfigRuleName"=>"string", "ConfigRuleState"=>"string", "CreatedBy"=>"string", "Description"=>"string", "InputParameters"=>"string", "MaximumExecutionFrequency"=>"string", "Scope"=>{"ComplianceResourceId"=>"string", "ComplianceResourceTypes"=>["string"], "TagKey"=>"string", "TagValue"=>"string"}, "Source"=>{"Owner"=>"string", "SourceDetails"=>[{"EventSource"=>"string", "MaximumExecutionFrequency"=>"string", "MessageType"=>"string"}], "SourceIdentifier"=>"string"}}, "Tags"=>[{"Key"=>"string", "Value"=>"string"}]}