Get Source Api Association Result
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)
Properties
Link copied to clipboard
ARN of the SourceApiAssociation.
Link copied to clipboard
Id of the SourceApiAssociation.
Link copied to clipboard
Description of the SourceApiAssociation.
Link copied to clipboard
Date of last schema successful merge.
Link copied to clipboard
ARN of the Merged API in the association.
Link copied to clipboard
GraphQLApiId of the Merged API in the association.
Link copied to clipboard
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
GraphQLApiId of the source API in the association.