Interface ISourceApiAssociationAttributes
The attributes for imported AppSync Source Api Association.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceApiAssociationAttributes
Syntax (vb)
Public Interface ISourceApiAssociationAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
GraphqlApi graphqlApi;
var sourceApiAssociationAttributes = new SourceApiAssociationAttributes {
AssociationArn = "associationArn",
MergedApi = graphqlApi,
SourceApi = graphqlApi
};
Synopsis
Properties
Association |
The association arn. |
Merged |
The merged api in the association. |
Source |
The source api in the association. |
Properties
AssociationArn
The association arn.
string AssociationArn { get; }
Property Value
System.