interface ResponderErrorMaskingForHttpCodeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RTBFabric.CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnInboundExternalLink_ResponderErrorMaskingForHttpCodeProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty |
Python | aws_cdk.aws_rtbfabric.CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnInboundExternalLink » ResponderErrorMaskingForHttpCodeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rtbfabric as rtbfabric } from 'aws-cdk-lib';
const responderErrorMaskingForHttpCodeProperty: rtbfabric.CfnInboundExternalLink.ResponderErrorMaskingForHttpCodeProperty = {
action: 'action',
httpCode: 'httpCode',
loggingTypes: ['loggingTypes'],
// the properties below are optional
responseLoggingPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| action | string | |
| http | string | |
| logging | string[] | |
| response | number |
action
Type:
string
httpCode
Type:
string
loggingTypes
Type:
string[]
responseLoggingPercentage?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript