Interface CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty.Jsii$Proxy
- Enclosing class:
CfnInboundExternalLink
@Stability(Stable)
public static interface CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty
extends software.amazon.jsii.JsiiSerializable
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.rtbfabric.*;
ResponderErrorMaskingForHttpCodeProperty responderErrorMaskingForHttpCodeProperty = ResponderErrorMaskingForHttpCodeProperty.builder()
.action("action")
.httpCode("httpCode")
.loggingTypes(List.of("loggingTypes"))
// the properties below are optional
.responseLoggingPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
- See Also:
-
getHttpCode
- See Also:
-
getLoggingTypes
- See Also:
-
getResponseLoggingPercentage
- See Also:
-
builder
@Stability(Stable) static CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty.Builder builder()
-