Interface ISourceApiAssociation
Interface for AppSync Source Api Association.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceApiAssociation : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ISourceApiAssociation Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| AssociationArn | The association arn. |
| AssociationId | The association id. |
| MergedApi | The merged api in the association. |
| SourceApi | The source api in the association. |