@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:06.473Z") @Stability(value=Deprecated) @Deprecated public interface AddRedirectResponseProps extends software.amazon.jsii.JsiiSerializable, AddRuleProps, RedirectResponse
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
ListenerCondition listenerCondition;
AddRedirectResponseProps addRedirectResponseProps = AddRedirectResponseProps.builder()
.statusCode("statusCode")
// the properties below are optional
.conditions(List.of(listenerCondition))
.host("host")
.hostHeader("hostHeader")
.path("path")
.pathPattern("pathPattern")
.pathPatterns(List.of("pathPatterns"))
.port("port")
.priority(123)
.protocol("protocol")
.query("query")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddRedirectResponseProps.Builder
Deprecated.
|
static class |
AddRedirectResponseProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AddRedirectResponseProps.Builder |
builder()
Deprecated.
|
getConditions, getHostHeader, getPathPattern, getPathPatterns, getPrioritygetHost, getPath, getPort, getProtocol, getQuery, getStatusCode@Stability(value=Deprecated) @Deprecated static AddRedirectResponseProps.Builder builder()
builder in interface AddRulePropsbuilder in interface RedirectResponseAddRedirectResponseProps.Builder of AddRedirectResponsePropsCopyright © 2022. All rights reserved.