interface ResponderErrorMaskingForHttpCodeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins.CfnLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrtbfabric/mixins#CfnLinkPropsMixin_ResponderErrorMaskingForHttpCodeProperty |
Java | software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.CfnLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Python | aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rtbfabric » mixins » CfnLinkPropsMixin » ResponderErrorMaskingForHttpCodeProperty |
Describes the masking for HTTP error codes.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as rtbfabric_mixins } from '@aws-cdk/mixins-preview/aws-rtbfabric';
const responderErrorMaskingForHttpCodeProperty: rtbfabric_mixins.CfnLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty = {
action: 'action',
httpCode: 'httpCode',
loggingTypes: ['loggingTypes'],
responseLoggingPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| action? | string | The action for the error.. |
| http | string | The HTTP error code. |
| logging | string[] | The error log type. |
| response | number | The percentage of response logging. |
action?
Type:
string
(optional)
The action for the error..
httpCode?
Type:
string
(optional)
The HTTP error code.
loggingTypes?
Type:
string[]
(optional)
The error log type.
responseLoggingPercentage?
Type:
number
(optional)
The percentage of response logging.

.NET
Go
Java
Python
TypeScript