@Stability(value=Stable)
public static interface CfnListener.RedirectConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListener.RedirectConfigProperty.Builder
A builder for
CfnListener.RedirectConfigProperty |
static class |
CfnListener.RedirectConfigProperty.Jsii$Proxy
An implementation for
CfnListener.RedirectConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListener.RedirectConfigProperty.Builder |
builder() |
default String |
getHost()
`CfnListener.RedirectConfigProperty.Host`.
|
default String |
getPath()
`CfnListener.RedirectConfigProperty.Path`.
|
default String |
getPort()
`CfnListener.RedirectConfigProperty.Port`.
|
default String |
getProtocol()
`CfnListener.RedirectConfigProperty.Protocol`.
|
default String |
getQuery()
`CfnListener.RedirectConfigProperty.Query`.
|
String |
getStatusCode()
`CfnListener.RedirectConfigProperty.StatusCode`.
|
@Stability(value=Stable) @NotNull String getStatusCode()
@Stability(value=Stable) @Nullable default String getHost()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default String getPort()
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) @Nullable default String getQuery()
@Stability(value=Stable) static CfnListener.RedirectConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.