Interface ISourceApiAssociationReference
A reference to a SourceApiAssociation resource.
Namespace: Amazon.CDK.Interfaces.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceApiAssociationReference
Syntax (vb)
Public Interface ISourceApiAssociationReference
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.Interfaces.AppSync;
var sourceApiAssociationReference = new SourceApiAssociationReference {
AssociationArn = "associationArn"
};
Synopsis
Properties
| AssociationArn | The AssociationArn of the SourceApiAssociation resource. |
Properties
AssociationArn
The AssociationArn of the SourceApiAssociation resource.
string AssociationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated