OpsItem class

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.

Constructors

OpsItem({DateTime? actualEndTime, DateTime? actualStartTime, String? category, String? createdBy, DateTime? createdTime, String? description, String? lastModifiedBy, DateTime? lastModifiedTime, List<OpsItemNotification>? notifications, Map<String, OpsItemDataValue>? operationalData, String? opsItemId, String? opsItemType, DateTime? plannedEndTime, DateTime? plannedStartTime, int? priority, List<RelatedOpsItem>? relatedOpsItems, String? severity, String? source, OpsItemStatus? status, String? title, String? version})
OpsItem.fromJson(Map<String, dynamic> json)
factory

Properties

actualEndTime DateTime?
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
final
actualStartTime DateTime?
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
final
category String?
An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.
final
createdBy String?
The ARN of the AWS account that created the OpsItem.
final
createdTime DateTime?
The date and time the OpsItem was created.
final
description String?
The OpsItem description.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedBy String?
The ARN of the AWS account that last updated the OpsItem.
final
lastModifiedTime DateTime?
The date and time the OpsItem was last updated.
final
notifications List<OpsItemNotification>?
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
final
operationalData Map<String, OpsItemDataValue>?
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB. You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API action) can view and search on the specified data. Operational data that is not searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API action).
final
opsItemId String?
The ID of the OpsItem.
final
opsItemType String?
The type of OpsItem. Currently, the only valid values are /aws/changerequest and /aws/issue.
final
plannedEndTime DateTime?
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
final
plannedStartTime DateTime?
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
final
priority int?
The importance of this OpsItem in relation to other OpsItems in the system.
final
relatedOpsItems List<RelatedOpsItem>?
One or more OpsItems that share something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity of the OpsItem. Severity options range from 1 to 4.
final
source String?
The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.
final
status OpsItemStatus?
The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the AWS Systems Manager User Guide.
final
title String?
A short heading that describes the nature of the OpsItem and the impacted resource.
final
version String?
The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.
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