Class AlbListenerDefaultAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultAction.Jsii$Proxy
-
- All Implemented Interfaces:
AlbListenerDefaultAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlbListenerDefaultAction
@Stability(Stable) @Internal public static final class AlbListenerDefaultAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlbListenerDefaultAction
An implementation forAlbListenerDefaultAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultAction
AlbListenerDefaultAction.Builder, AlbListenerDefaultAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlbListenerDefaultAction.Builder builder)Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultAction.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)AlbListenerDefaultActionAuthenticateCognitogetAuthenticateCognito()authenticate_cognito block.AlbListenerDefaultActionAuthenticateOidcgetAuthenticateOidc()authenticate_oidc block.AlbListenerDefaultActionFixedResponsegetFixedResponse()fixed_response block.AlbListenerDefaultActionForwardgetForward()forward block.NumbergetOrder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#order AlbListener#order}.AlbListenerDefaultActionRedirectgetRedirect()redirect block.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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AlbListenerDefaultAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultAction.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:AlbListenerDefaultActionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#type AlbListener#type}.- Specified by:
getTypein interfaceAlbListenerDefaultAction
-
getAuthenticateCognito
public final AlbListenerDefaultActionAuthenticateCognito getAuthenticateCognito()
Description copied from interface:AlbListenerDefaultActionauthenticate_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}
- Specified by:
getAuthenticateCognitoin interfaceAlbListenerDefaultAction
-
getAuthenticateOidc
public final AlbListenerDefaultActionAuthenticateOidc getAuthenticateOidc()
Description copied from interface:AlbListenerDefaultActionauthenticate_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}
- Specified by:
getAuthenticateOidcin interfaceAlbListenerDefaultAction
-
getFixedResponse
public final AlbListenerDefaultActionFixedResponse getFixedResponse()
Description copied from interface:AlbListenerDefaultActionfixed_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}
- Specified by:
getFixedResponsein interfaceAlbListenerDefaultAction
-
getForward
public final AlbListenerDefaultActionForward getForward()
Description copied from interface:AlbListenerDefaultActionforward block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#forward AlbListener#forward}
- Specified by:
getForwardin interfaceAlbListenerDefaultAction
-
getOrder
public final Number getOrder()
Description copied from interface:AlbListenerDefaultActionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#order AlbListener#order}.- Specified by:
getOrderin interfaceAlbListenerDefaultAction
-
getRedirect
public final AlbListenerDefaultActionRedirect getRedirect()
Description copied from interface:AlbListenerDefaultActionredirect block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#redirect AlbListener#redirect}
- Specified by:
getRedirectin interfaceAlbListenerDefaultAction
-
getTargetGroupArn
public final String getTargetGroupArn()
Description copied from interface:AlbListenerDefaultActionDocs 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}.- Specified by:
getTargetGroupArnin interfaceAlbListenerDefaultAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-