Interface AlbListenerDefaultActionRedirect
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultActionRedirect.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.073Z") @Stability(Stable) public interface AlbListenerDefaultActionRedirect extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultActionRedirect.BuilderA builder forAlbListenerDefaultActionRedirectstatic classAlbListenerDefaultActionRedirect.Jsii$ProxyAn implementation forAlbListenerDefaultActionRedirect
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultActionRedirect.Builderbuilder()default StringgetHost()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#host AlbListener#host}.default StringgetPath()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#path AlbListener#path}.default StringgetPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#port AlbListener#port}.default StringgetProtocol()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#protocol AlbListener#protocol}.default StringgetQuery()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#query AlbListener#query}.StringgetStatusCode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#status_code AlbListener#status_code}.
-
-
-
Method Detail
-
getStatusCode
@Stability(Stable) @NotNull String getStatusCode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#status_code AlbListener#status_code}.
-
getHost
@Stability(Stable) @Nullable default String getHost()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#host AlbListener#host}.
-
getPath
@Stability(Stable) @Nullable default String getPath()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#path AlbListener#path}.
-
getPort
@Stability(Stable) @Nullable default String getPort()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#port AlbListener#port}.
-
getProtocol
@Stability(Stable) @Nullable default String getProtocol()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#protocol AlbListener#protocol}.
-
getQuery
@Stability(Stable) @Nullable default String getQuery()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#query AlbListener#query}.
-
builder
@Stability(Stable) static AlbListenerDefaultActionRedirect.Builder builder()
-
-