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 the status of an attempt from Amazon AppFlow to register a resource.

When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.RegistrationOutput

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

Syntax

C#
public class RegistrationOutput

The RegistrationOutput type exposes the following members

Constructors

NameDescription
Public Method RegistrationOutput()

Properties

NameTypeDescription
Public Property Message System.String

Gets and sets the property Message.

Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.

Public Property Result System.String

Gets and sets the property Result.

Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.

Public Property Status Amazon.Appflow.ExecutionStatus

Gets and sets the property Status.

Indicates the status of the registration attempt from Amazon AppFlow.

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