SourceApiAssociationArgs

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
val description: Output<String>? = null

Description of the SourceApiAssociation.

Link copied to clipboard
val mergedApiIdentifier: Output<String>? = null

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
val sourceApiIdentifier: Output<String>? = null

Identifier of the Source GraphQLApi to associate. It could be either GraphQLApi ApiId or ARN

Functions

Link copied to clipboard
open override fun toJava(): SourceApiAssociationArgs