Interface CfnListener.FixedResponseProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnListener.FixedResponseProperty.Jsii$Proxy
- Enclosing class:
CfnListener
@Stability(Stable)
public static interface CfnListener.FixedResponseProperty
extends software.amazon.jsii.JsiiSerializable
Describes an action that returns a custom HTTP response.
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.vpclattice.*; FixedResponseProperty fixedResponseProperty = FixedResponseProperty.builder() .statusCode(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnListener.FixedResponseProperty
static final class
An implementation forCfnListener.FixedResponseProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatusCode
The HTTP response code.- See Also:
-
builder
-