Class EventConnectionAuthParameters


  • public final class EventConnectionAuthParameters
    extends java.lang.Object
    • Method Detail

      • apiKey

        public java.util.Optional<EventConnectionAuthParametersApiKey> apiKey()
        Returns:
        Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with `basic` and `oauth`. Documented below.
      • basic

        public java.util.Optional<EventConnectionAuthParametersBasic> basic()
        Returns:
        Parameters used for BASIC authorization. A maximum of 1 are allowed. Conflicts with `api_key` and `oauth`. Documented below.
      • invocationHttpParameters

        public java.util.Optional<EventConnectionAuthParametersInvocationHttpParameters> invocationHttpParameters()
        Returns:
        Invocation Http Parameters are additional credentials used to sign each Invocation of the ApiDestination created from this Connection. If the ApiDestination Rule Target has additional HttpParameters, the values will be merged together, with the Connection Invocation Http Parameters taking precedence. Secret values are stored and managed by AWS Secrets Manager. A maximum of 1 are allowed. Documented below.
      • oauth

        public java.util.Optional<EventConnectionAuthParametersOauth> oauth()
        Returns:
        Parameters used for OAUTH_CLIENT_CREDENTIALS authorization. A maximum of 1 are allowed. Conflicts with `basic` and `api_key`. Documented below.