interface ResponderErrorMaskingForHttpCodeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins.CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrtbfabric/mixins#CfnInboundExternalLinkPropsMixin_ResponderErrorMaskingForHttpCodeProperty |
Java | software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Python | aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rtbfabric » mixins » CfnInboundExternalLinkPropsMixin » ResponderErrorMaskingForHttpCodeProperty |
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.CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty = {
action: 'action',
httpCode: 'httpCode',
loggingTypes: ['loggingTypes'],
responseLoggingPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| action? | string | |
| http | string | |
| logging | string[] | |
| response | number |
action?
Type:
string
(optional)
httpCode?
Type:
string
(optional)
loggingTypes?
Type:
string[]
(optional)
responseLoggingPercentage?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript