SourceApiAssociation

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The description field.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The ID of the AppSync Merged API.

Link copied to clipboard

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

Link copied to clipboard

The SourceApiAssociationConfig object data.

Link copied to clipboard

The state of the source API association.

Link copied to clipboard

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

Link copied to clipboard

The ID of the AppSync source API.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String