GetSourceApiAssociationResult

data class GetSourceApiAssociationResult(val associationArn: String? = null, val associationId: String? = null, val description: String? = null, val lastSuccessfulMergeDate: String? = null, val mergedApiArn: String? = null, val mergedApiId: String? = null, val sourceApiArn: String? = null, val sourceApiAssociationConfig: SourceApiAssociationConfig? = null, val sourceApiAssociationStatus: SourceApiAssociationStatus? = null, val sourceApiAssociationStatusDetail: String? = null, val sourceApiId: String? = null)

Constructors

Link copied to clipboard
constructor(associationArn: String? = null, associationId: String? = null, description: String? = null, lastSuccessfulMergeDate: String? = null, mergedApiArn: String? = null, mergedApiId: String? = null, sourceApiArn: String? = null, sourceApiAssociationConfig: SourceApiAssociationConfig? = null, sourceApiAssociationStatus: SourceApiAssociationStatus? = null, sourceApiAssociationStatusDetail: String? = null, sourceApiId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associationArn: String? = null

ARN of the SourceApiAssociation.

Link copied to clipboard
val associationId: String? = null

Id of the SourceApiAssociation.

Link copied to clipboard
val description: String? = null

Description of the SourceApiAssociation.

Link copied to clipboard

Date of last schema successful merge.

Link copied to clipboard
val mergedApiArn: String? = null

ARN of the Merged API in the association.

Link copied to clipboard
val mergedApiId: String? = null

GraphQLApiId of the Merged API in the association.

Link copied to clipboard
val sourceApiArn: String? = null

ARN of the source API in the association.

Link copied to clipboard

Customized configuration for SourceApiAssociation.

Link copied to clipboard

Current status of SourceApiAssociation.

Link copied to clipboard

Current SourceApiAssociation status details.

Link copied to clipboard
val sourceApiId: String? = null

GraphQLApiId of the source API in the association.