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 ARNs and IDs of associations, Merged APIs, and source APIs.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.SourceApiAssociationSummary

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

Syntax

C#
public class SourceApiAssociationSummary

The SourceApiAssociationSummary type exposes the following members

Constructors

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 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 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