PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ELBv2::Action; use Moose; has AuthenticateCognitoConfig => (is => 'ro', isa => 'Paws::ELBv2::AuthenticateCognitoActionConfig'); has AuthenticateOidcConfig => (is => 'ro', isa => 'Paws::ELBv2::AuthenticateOidcActionConfig'); has FixedResponseConfig => (is => 'ro', isa => 'Paws::ELBv2::FixedResponseActionConfig'); has ForwardConfig => (is => 'ro', isa => 'Paws::ELBv2::ForwardActionConfig'); has Order => (is => 'ro', isa => 'Int'); has RedirectConfig => (is => 'ro', isa => 'Paws::ELBv2::RedirectActionConfig'); has TargetGroupArn => (is => 'ro', isa => 'Str'); has Type => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::ELBv2::Action =head1 USAGE This class represents one of two things: =head3 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::Action object: $service_obj->Method(Att1 => { AuthenticateCognitoConfig => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::Action object: $result = $service_obj->Method(...); $result->Att1->AuthenticateCognitoConfig =head1 DESCRIPTION Information about an action. Each rule must include exactly one of the following types of actions: C, C, or C, and it must be the last action to be performed. =head1 ATTRIBUTES =head2 AuthenticateCognitoConfig => L [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when C is C. =head2 AuthenticateOidcConfig => L [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when C is C. =head2 FixedResponseConfig => L [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when C is C. =head2 ForwardConfig => L Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when C is C. If you specify both C and C, you can specify only one target group using C and it must be the same target group specified in C. =head2 Order => Int The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. =head2 RedirectConfig => L [Application Load Balancer] Information for creating a redirect action. Specify only when C is C. =head2 TargetGroupArn => Str The Amazon Resource Name (ARN) of the target group. Specify only when C is C and you want to route to a single target group. To route to one or more target groups, use C instead. =head2 B Type => Str The type of action. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut