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 an execution step, for an execution job, for an Amplify app.

Inheritance Hierarchy

System.Object
  Amazon.Amplify.Model.Step

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

Syntax

C#
public class Step

The Step type exposes the following members

Constructors

NameDescription
Public Method Step()

Properties

NameTypeDescription
Public Property ArtifactsUrl System.String

Gets and sets the property ArtifactsUrl.

The URL to the artifact for the execution step.

Public Property Context System.String

Gets and sets the property Context.

The context for the current step. Includes a build image if the step is build.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end date and time of the execution step.

Public Property LogUrl System.String

Gets and sets the property LogUrl.

The URL to the logs for the execution step.

Public Property Screenshots System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Screenshots.

The list of screenshot URLs for the execution step, if relevant.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start date and time of the execution step.

Public Property Status Amazon.Amplify.JobStatus

Gets and sets the property Status.

The status of the execution step.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The reason for the current step status.

Public Property StepName System.String

Gets and sets the property StepName.

The name of the execution step.

Public Property TestArtifactsUrl System.String

Gets and sets the property TestArtifactsUrl.

The URL to the test artifact for the execution step.

Public Property TestConfigUrl System.String

Gets and sets the property TestConfigUrl.

The URL to the test configuration for the execution step.

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