Class SourceApiAssociationState


  • public final class SourceApiAssociationState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the Source Api Association.
      • associationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> associationId()
        Returns:
        ID of the Source Api Association.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the source API being merged.
      • mergedApiArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mergedApiArn()
        Returns:
        ARN of the merged API. One of `merged_api_arn` or `merged_api_id` must be specified.
      • mergedApiId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mergedApiId()
        Returns:
        ID of the merged API. One of `merged_api_arn` or `merged_api_id` must be specified.
      • sourceApiArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceApiArn()
        Returns:
        ARN of the source API. One of `source_api_arn` or `source_api_id` must be specified.
      • sourceApiId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceApiId()
        Returns:
        ID of the source API. One of `source_api_arn` or `source_api_id` must be specified.