MaintenanceWindowTarget class

The target registered with the maintenance window.

Constructors

MaintenanceWindowTarget({String? description, String? name, String? ownerInformation, MaintenanceWindowResourceType? resourceType, List<Target>? targets, String? windowId, String? windowTargetId})
MaintenanceWindowTarget.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
A description for the target.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name for the maintenance window target.
final
ownerInformation String?
A user-provided value that will be included in any CloudWatch events that are raised while running tasks for these targets in this maintenance window.
final
resourceType MaintenanceWindowResourceType?
The type of target that is being registered with the maintenance window.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<Target>?
The targets, either instances or tags.
final
windowId String?
The ID of the maintenance window to register the target with.
final
windowTargetId String?
The ID of the target.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited