Interface AlbListenerDefaultAction
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultAction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.065Z") @Stability(Stable) public interface AlbListenerDefaultAction extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultAction.BuilderA builder forAlbListenerDefaultActionstatic classAlbListenerDefaultAction.Jsii$ProxyAn implementation forAlbListenerDefaultAction
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultAction.Builderbuilder()default AlbListenerDefaultActionAuthenticateCognitogetAuthenticateCognito()authenticate_cognito block.default AlbListenerDefaultActionAuthenticateOidcgetAuthenticateOidc()authenticate_oidc block.default AlbListenerDefaultActionFixedResponsegetFixedResponse()fixed_response block.default AlbListenerDefaultActionForwardgetForward()forward block.default NumbergetOrder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#order AlbListener#order}.default AlbListenerDefaultActionRedirectgetRedirect()redirect block.default StringgetTargetGroupArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#target_group_arn AlbListener#target_group_arn}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#type AlbListener#type}.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#type AlbListener#type}.
-
getAuthenticateCognito
@Stability(Stable) @Nullable default AlbListenerDefaultActionAuthenticateCognito getAuthenticateCognito()
authenticate_cognito block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authenticate_cognito AlbListener#authenticate_cognito}
-
getAuthenticateOidc
@Stability(Stable) @Nullable default AlbListenerDefaultActionAuthenticateOidc getAuthenticateOidc()
authenticate_oidc block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authenticate_oidc AlbListener#authenticate_oidc}
-
getFixedResponse
@Stability(Stable) @Nullable default AlbListenerDefaultActionFixedResponse getFixedResponse()
fixed_response block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#fixed_response AlbListener#fixed_response}
-
getForward
@Stability(Stable) @Nullable default AlbListenerDefaultActionForward getForward()
forward block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#forward AlbListener#forward}
-
getOrder
@Stability(Stable) @Nullable default Number getOrder()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#order AlbListener#order}.
-
getRedirect
@Stability(Stable) @Nullable default AlbListenerDefaultActionRedirect getRedirect()
redirect block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#redirect AlbListener#redirect}
-
getTargetGroupArn
@Stability(Stable) @Nullable default String getTargetGroupArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#target_group_arn AlbListener#target_group_arn}.
-
builder
@Stability(Stable) static AlbListenerDefaultAction.Builder builder()
- Returns:
- a
AlbListenerDefaultAction.BuilderofAlbListenerDefaultAction
-
-