Interface ICfnSourceApiAssociationProps
Properties for defining a CfnSourceApiAssociation
.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSourceApiAssociationProps
Syntax (vb)
Public Interface ICfnSourceApiAssociationProps
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;
var cfnSourceApiAssociationProps = new CfnSourceApiAssociationProps {
Description = "description",
MergedApiIdentifier = "mergedApiIdentifier",
SourceApiAssociationConfig = new SourceApiAssociationConfigProperty {
MergeType = "mergeType"
},
SourceApiIdentifier = "sourceApiIdentifier"
};
Synopsis
Properties
Description | The description field of the association configuration. |
Merged |
The identifier of the AppSync Merged API. |
Source |
The |
Source |
The identifier of the AppSync Source API. |
Properties
Description
The description field of the association configuration.
virtual string Description { get; }
Property Value
System.
Remarks
MergedApiIdentifier
The identifier of the AppSync Merged API.
virtual string MergedApiIdentifier { get; }
Property Value
System.
Remarks
This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
SourceApiAssociationConfig
The SourceApiAssociationConfig
object data.
virtual object SourceApiAssociationConfig { get; }
Property Value
System.
Remarks
SourceApiIdentifier
The identifier of the AppSync Source API.
virtual string SourceApiIdentifier { get; }
Property Value
System.
Remarks
This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.