Show / Hide Table of Contents

Interface ISourceApiAssociation

Interface for AppSync Source Api Association.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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.

Properties

AssociationArn

The association arn.

string AssociationArn { get; }
Property Value

string

AssociationId

The association id.

string AssociationId { get; }
Property Value

string

MergedApi

The merged api in the association.

IGraphqlApi MergedApi { get; }
Property Value

IGraphqlApi

SourceApi

The source api in the association.

IGraphqlApi SourceApi { get; }
Property Value

IGraphqlApi

Back to top Generated by DocFX