Class GetSourceApiAssociationRequest

    • Method Detail

      • mergedApiIdentifier

        public final String mergedApiIdentifier()

        The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

        Returns:
        The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
      • associationId

        public final String associationId()

        The ID generated by the AppSync service for the source API association.

        Returns:
        The ID generated by the AppSync service for the source API association.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object