![]() |
![]()
| ![]() |
![]()
NAMEPaws::ELBv2::AuthenticateCognitoActionConfig USAGEThis 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 DESCRIPTIONRequest parameters to use when integrating with Amazon Cognito to authenticate users. ATTRIBUTESAuthenticationRequestExtraParams => Paws::ELBv2::AuthenticateCognitoActionAuthenticationRequestExtraParamsThe query parameters (up to 10) to include in the redirect request to the authorization endpoint. OnUnauthenticatedRequest => StrThe behavior if the user is not authenticated. The following are possible values:
Scope => StrThe 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. SessionCookieName => StrThe name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie. SessionTimeout => IntThe maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days). REQUIRED UserPoolArn => StrThe Amazon Resource Name (ARN) of the Amazon Cognito user pool. REQUIRED UserPoolClientId => StrThe ID of the Amazon Cognito user pool client. REQUIRED UserPoolDomain => StrThe domain prefix or fully-qualified domain name of the Amazon Cognito user pool. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ELBv2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|