Associates the specified Systems Manager document with the specified instances or targets.
ssm_create_association_batch(Entries)
[required] One or more associations.
svc$create_association_batch( Entries = list( list( Name = "string", InstanceId = "string", Parameters = list( list( "string" ) ), AutomationTargetParameterName = "string", DocumentVersion = "string", Targets = list( list( Key = "string", Values = list( "string" ) ) ), ScheduleExpression = "string", OutputLocation = list( S3Location = list( OutputS3Region = "string", OutputS3BucketName = "string", OutputS3KeyPrefix = "string" ) ), AssociationName = "string", MaxErrors = "string", MaxConcurrency = "string", ComplianceSeverity = "CRITICAL"|"HIGH"|"MEDIUM"|"LOW"|"UNSPECIFIED", SyncCompliance = "AUTO"|"MANUAL", ApplyOnlyAtCronInterval = TRUE|FALSE ) ) )
When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.