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: