@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:57.494Z") @Deprecated public interface AddFixedResponseProps extends AddRuleProps, FixedResponse
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; AddFixedResponseProps addFixedResponseProps = AddFixedResponseProps.builder() .statusCode("statusCode") // the properties below are optional .conditions(List.of(listenerCondition)) .contentType(ContentType.TEXT_PLAIN) .hostHeader("hostHeader") .messageBody("messageBody") .pathPattern("pathPattern") .pathPatterns(List.of("pathPatterns")) .priority(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AddFixedResponseProps.Builder
Deprecated.
|
static class |
AddFixedResponseProps.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AddFixedResponseProps.Builder |
builder()
Deprecated.
|
getConditions, getHostHeader, getPathPattern, getPathPatterns, getPriority
getContentType, getMessageBody, getStatusCode
@Deprecated static AddFixedResponseProps.Builder builder()
builder
in interface AddRuleProps
builder
in interface FixedResponse
AddFixedResponseProps.Builder
of AddFixedResponseProps