Class CfnSourceApiAssociationProps
Properties for defining a CfnSourceApiAssociation
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSourceApiAssociationProps : Object, ICfnSourceApiAssociationProps
Syntax (vb)
Public Class CfnSourceApiAssociationProps
Inherits Object
Implements 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
Constructors
Cfn |
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. |
Constructors
CfnSourceApiAssociationProps()
public CfnSourceApiAssociationProps()
Properties
Description
The description field of the association configuration.
public string Description { get; set; }
Property Value
System.
Remarks
MergedApiIdentifier
The identifier of the AppSync Merged API.
public string MergedApiIdentifier { get; set; }
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.
public object SourceApiAssociationConfig { get; set; }
Property Value
System.
Remarks
SourceApiIdentifier
The identifier of the AppSync Source API.
public string SourceApiIdentifier { get; set; }
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.