Class Action
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Action.Builder,Action>
Information about an action.
Each rule must include exactly one of the following routing actions: forward,
fixed-response, or redirect, and it must be the last action to be performed.
Optionally, a rule for an HTTPS listener can also include one of the following user authentication actions:
authenticate-oidc, authenticate-cognito, or jwt-validation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription[HTTPS listeners] Information for using Amazon Cognito to authenticate users.[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC).static Action.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) [Application Load Balancer] Information for creating an action that returns a custom HTTP response.final ForwardActionConfigInformation for creating an action that distributes requests among multiple target groups.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()[HTTPS listeners] Information for validating JWT access tokens in client requests.final Integerorder()The order for the action.final RedirectActionConfig[Application Load Balancer] Information for creating a redirect action.static Class<? extends Action.Builder>final StringThe Amazon Resource Name (ARN) of the target group.final StringtoString()Returns a string representation of this object.final ActionTypeEnumtype()The type of action.final StringThe type of action.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The type of action.
If the service returns an enum value that is not available in the current SDK version,
typewill returnActionTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of action.
- See Also:
-
typeAsString
The type of action.
If the service returns an enum value that is not available in the current SDK version,
typewill returnActionTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of action.
- See Also:
-
targetGroupArn
The Amazon Resource Name (ARN) of the target group. Specify only when
Typeisforwardand you want to route to a single target group. To route to multiple target groups, you must useForwardConfiginstead.- Returns:
- The Amazon Resource Name (ARN) of the target group. Specify only when
Typeisforwardand you want to route to a single target group. To route to multiple target groups, you must useForwardConfiginstead.
-
authenticateOidcConfig
[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when
Typeisauthenticate-oidc.- Returns:
- [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC).
Specify only when
Typeisauthenticate-oidc.
-
authenticateCognitoConfig
[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when
Typeisauthenticate-cognito.- Returns:
- [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when
Typeisauthenticate-cognito.
-
order
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.
- Returns:
- 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.
-
redirectConfig
[Application Load Balancer] Information for creating a redirect action. Specify only when
Typeisredirect.- Returns:
- [Application Load Balancer] Information for creating a redirect action. Specify only when
Typeisredirect.
-
fixedResponseConfig
[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when
Typeisfixed-response.- Returns:
- [Application Load Balancer] Information for creating an action that returns a custom HTTP response.
Specify only when
Typeisfixed-response.
-
forwardConfig
Information for creating an action that distributes requests among multiple target groups. Specify only when
Typeisforward.If you specify both
ForwardConfigandTargetGroupArn, you can specify only one target group usingForwardConfigand it must be the same target group specified inTargetGroupArn.- Returns:
- Information for creating an action that distributes requests among multiple target groups. Specify only
when
Typeisforward.If you specify both
ForwardConfigandTargetGroupArn, you can specify only one target group usingForwardConfigand it must be the same target group specified inTargetGroupArn.
-
jwtValidationConfig
[HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when
Typeisjwt-validation.- Returns:
- [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when
Typeisjwt-validation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Action.Builder,Action>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-