CreateAssociationBatchRequestEntry constructor

CreateAssociationBatchRequestEntry({
  1. required String name,
  2. bool? applyOnlyAtCronInterval,
  3. String? associationName,
  4. String? automationTargetParameterName,
  5. AssociationComplianceSeverity? complianceSeverity,
  6. String? documentVersion,
  7. String? instanceId,
  8. String? maxConcurrency,
  9. String? maxErrors,
  10. InstanceAssociationOutputLocation? outputLocation,
  11. Map<String, List<String>>? parameters,
  12. String? scheduleExpression,
  13. AssociationSyncCompliance? syncCompliance,
  14. List<TargetLocation>? targetLocations,
  15. List<Target>? targets,
})

Implementation

CreateAssociationBatchRequestEntry({
  required this.name,
  this.applyOnlyAtCronInterval,
  this.associationName,
  this.automationTargetParameterName,
  this.complianceSeverity,
  this.documentVersion,
  this.instanceId,
  this.maxConcurrency,
  this.maxErrors,
  this.outputLocation,
  this.parameters,
  this.scheduleExpression,
  this.syncCompliance,
  this.targetLocations,
  this.targets,
});