AssociationVersionInfo constructor
AssociationVersionInfo({
- bool? applyOnlyAtCronInterval,
- String? associationId,
- String? associationName,
- String? associationVersion,
- AssociationComplianceSeverity? complianceSeverity,
- DateTime? createdDate,
- String? documentVersion,
- String? maxConcurrency,
- String? maxErrors,
- String? name,
- InstanceAssociationOutputLocation? outputLocation,
- Map<
String, List< ? parameters,String> > - String? scheduleExpression,
- AssociationSyncCompliance? syncCompliance,
- List<
TargetLocation> ? targetLocations, - List<
Target> ? targets,
Implementation
AssociationVersionInfo({
this.applyOnlyAtCronInterval,
this.associationId,
this.associationName,
this.associationVersion,
this.complianceSeverity,
this.createdDate,
this.documentVersion,
this.maxConcurrency,
this.maxErrors,
this.name,
this.outputLocation,
this.parameters,
this.scheduleExpression,
this.syncCompliance,
this.targetLocations,
this.targets,
});