Interface CfnSourceApiAssociation.SourceApiAssociationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Jsii$Proxy
Enclosing class:
CfnSourceApiAssociation

@Stability(Stable) public static interface CfnSourceApiAssociation.SourceApiAssociationConfigProperty extends software.amazon.jsii.JsiiSerializable
Describes properties used to specify configurations related to a source API.

This is a property of the AWS:AppSync:SourceApiAssociation type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 SourceApiAssociationConfigProperty sourceApiAssociationConfigProperty = SourceApiAssociationConfigProperty.builder()
         .mergeType("mergeType")
         .build();