Source Api Association Args
data class SourceApiAssociationArgs(val description: Output<String>? = null, val mergedApiIdentifier: Output<String>? = null, val sourceApiAssociationConfig: Output<SourceApiAssociationConfigArgs>? = null, val sourceApiIdentifier: Output<String>? = null) : ConvertibleToJava<SourceApiAssociationArgs>
Resource Type definition for AWS::AppSync::SourceApiAssociation
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, mergedApiIdentifier: Output<String>? = null, sourceApiAssociationConfig: Output<SourceApiAssociationConfigArgs>? = null, sourceApiIdentifier: Output<String>? = null)
Properties
Link copied to clipboard
Description of the SourceApiAssociation.
Link copied to clipboard
Identifier of the Merged GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN
Link copied to clipboard
Customized configuration for SourceApiAssociation.
Link copied to clipboard
Identifier of the Source GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN