MaintenanceWindowRunCommandParameters constructor

MaintenanceWindowRunCommandParameters({
  1. CloudWatchOutputConfig? cloudWatchOutputConfig,
  2. String? comment,
  3. String? documentHash,
  4. DocumentHashType? documentHashType,
  5. String? documentVersion,
  6. NotificationConfig? notificationConfig,
  7. String? outputS3BucketName,
  8. String? outputS3KeyPrefix,
  9. Map<String, List<String>>? parameters,
  10. String? serviceRoleArn,
  11. int? timeoutSeconds,
})

Implementation

MaintenanceWindowRunCommandParameters({
  this.cloudWatchOutputConfig,
  this.comment,
  this.documentHash,
  this.documentHashType,
  this.documentVersion,
  this.notificationConfig,
  this.outputS3BucketName,
  this.outputS3KeyPrefix,
  this.parameters,
  this.serviceRoleArn,
  this.timeoutSeconds,
});