CreateAssociationBatchRequestEntry constructor
CreateAssociationBatchRequestEntry({
- required String name,
- bool? applyOnlyAtCronInterval,
- String? associationName,
- String? automationTargetParameterName,
- AssociationComplianceSeverity? complianceSeverity,
- String? documentVersion,
- String? instanceId,
- String? maxConcurrency,
- String? maxErrors,
- InstanceAssociationOutputLocation? outputLocation,
- Map<
String, List< ? parameters,String> > - String? scheduleExpression,
- AssociationSyncCompliance? syncCompliance,
- List<
TargetLocation> ? targetLocations, - 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,
});