GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ELBv2::AuthenticateCognitoActionConfig(3) User Contributed Perl Documentation Paws::ELBv2::AuthenticateCognitoActionConfig(3)

Paws::ELBv2::AuthenticateCognitoActionConfig

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ELBv2::AuthenticateCognitoActionConfig object:

  $service_obj->Method(Att1 => { AuthenticationRequestExtraParams => $value, ..., UserPoolDomain => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::AuthenticateCognitoActionConfig object:

  $result = $service_obj->Method(...);
  $result->Att1->AuthenticationRequestExtraParams

Request parameters to use when integrating with Amazon Cognito to authenticate users.

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

The behavior if the user is not authenticated. The following are possible values:

  • deny" - Return an HTTP 401 Unauthorized error."
  • allow" - Allow the request to be forwarded to the target."
  • authenticate" - Redirect the request to the IdP authorization endpoint. This is the default value."

The set of user claims to be requested from the IdP. The default is "openid".

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

REQUIRED UserPoolArn => Str

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

REQUIRED UserPoolClientId => Str

The ID of the Amazon Cognito user pool client.

REQUIRED UserPoolDomain => Str

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

This class forms part of Paws, describing an object used in Paws::ELBv2

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.