Class AuthorizerJwtConfigurationArgs.Builder

    • Method Detail

      • audiences

        public AuthorizerJwtConfigurationArgs.Builder audiences​(@Nullable
                                                                com.pulumi.core.Output<java.util.List<java.lang.String>> audiences)
        Parameters:
        audiences - List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.
        Returns:
        builder
      • audiences

        public AuthorizerJwtConfigurationArgs.Builder audiences​(java.util.List<java.lang.String> audiences)
        Parameters:
        audiences - List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.
        Returns:
        builder
      • audiences

        public AuthorizerJwtConfigurationArgs.Builder audiences​(java.lang.String... audiences)
        Parameters:
        audiences - List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.
        Returns:
        builder
      • issuer

        public AuthorizerJwtConfigurationArgs.Builder issuer​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> issuer)
        Parameters:
        issuer - Base domain of the identity provider that issues JSON Web Tokens, such as the `endpoint` attribute of the `aws.cognito.UserPool` resource.
        Returns:
        builder
      • issuer

        public AuthorizerJwtConfigurationArgs.Builder issuer​(java.lang.String issuer)
        Parameters:
        issuer - Base domain of the identity provider that issues JSON Web Tokens, such as the `endpoint` attribute of the `aws.cognito.UserPool` resource.
        Returns:
        builder