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 configuration of a source API. A source API is a GraphQL API that is linked to a merged API. There can be multiple source APIs attached to each merged API. When linked to a merged API, the source API's schema, data sources, and resolvers will be combined with other linked source API data to form a new, singular API.

Source APIs can originate from your account or from other accounts via Amazon Web Services Resource Access Manager. For more information about sharing resources from other accounts, see What is Amazon Web Services Resource Access Manager? in the Amazon Web Services Resource Access Manager guide.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.SourceApiAssociation

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

Syntax

C#
public class SourceApiAssociation

The SourceApiAssociation type exposes the following members

Constructors

NameDescription
Public Method SourceApiAssociation()

Properties

NameTypeDescription
Public Property AssociationArn System.String

Gets and sets the property AssociationArn.

The Amazon Resource Name (ARN) of the source API association.

Public Property AssociationId System.String

Gets and sets the property AssociationId.

The ID generated by the AppSync service for the source API association.

Public Property Description System.String

Gets and sets the property Description.

The description field.

Public Property LastSuccessfulMergeDate System.DateTime

Gets and sets the property LastSuccessfulMergeDate.

The datetime value of the last successful merge of the source API association. The result will be in UTC format and your local time zone.

Public Property MergedApiArn System.String

Gets and sets the property MergedApiArn.

The Amazon Resource Name (ARN) of the AppSync Merged API.

Public Property MergedApiId System.String

Gets and sets the property MergedApiId.

The ID of the AppSync Merged API.

Public Property SourceApiArn System.String

Gets and sets the property SourceApiArn.

The Amazon Resource Name (ARN) of the AppSync source API.

Public Property SourceApiAssociationConfig Amazon.AppSync.Model.SourceApiAssociationConfig

Gets and sets the property SourceApiAssociationConfig.

The SourceApiAssociationConfig object data.

Public Property SourceApiAssociationStatus Amazon.AppSync.SourceApiAssociationStatus

Gets and sets the property SourceApiAssociationStatus.

The state of the source API association.

Public Property SourceApiAssociationStatusDetail System.String

Gets and sets the property SourceApiAssociationStatusDetail.

The detailed message related to the current state of the source API association.

Public Property SourceApiId System.String

Gets and sets the property SourceApiId.

The ID of the AppSync source API.

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