Interface CfnRule.FixedResponseProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRule.FixedResponseProperty.Jsii$Proxy
- Enclosing class:
- CfnRule
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRule.FixedResponseProperty
static final class
An implementation forCfnRule.FixedResponseProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatusCode
The HTTP response code. -
builder
-