Create Association Batch
POST {{aws_systems_manager_base_url}}/?Version=2014-11-06
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Version | string | The version of the API. |
Request Body
{"Entries"=>[{"AssociationName"=>"string", "AutomationTargetParameterName"=>"string", "ComplianceSeverity"=>"string", "DocumentVersion"=>"string", "InstanceId"=>"string", "MaxConcurrency"=>"string", "MaxErrors"=>"string", "Name"=>"string", "OutputLocation"=>{"S3Location"=>{"OutputS3BucketName"=>"string", "OutputS3KeyPrefix"=>"string", "OutputS3Region"=>"string"}}, "Parameters"=>{"string"=>["string"]}, "ScheduleExpression"=>"string", "Targets"=>[{"Key"=>"string", "Values"=>["string"]}]}]}