AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a scheduled event for an instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceStatusEvent

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceStatusEvent

The InstanceStatusEvent type exposes the following members

Constructors

NameDescription
Public Method InstanceStatusEvent()

Properties

NameTypeDescription
Public Property Code Amazon.EC2.EventCode

Gets and sets the property Code.

The event code.

Public Property Description System.String

Gets and sets the property Description.

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

Public Property InstanceEventId System.String

Gets and sets the property InstanceEventId.

The ID of the event.

Public Property NotAfter System.DateTime

Gets and sets the property NotAfter.

The latest scheduled end time for the event.

Public Property NotBefore System.DateTime

Gets and sets the property NotBefore.

The earliest scheduled start time for the event.

Public Property NotBeforeDeadline System.DateTime

Gets and sets the property NotBeforeDeadline.

The deadline for starting the event.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5