interface ResponderErrorMaskingForHttpCodeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric.CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrtbfabric#CfnOutboundExternalLinkPropsMixin_ResponderErrorMaskingForHttpCodeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
Python | aws_cdk.cfn_property_mixins.aws_rtbfabric.CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rtbfabric » CfnOutboundExternalLinkPropsMixin » 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/cfn-property-mixins';
const responderErrorMaskingForHttpCodeProperty: rtbfabric.CfnOutboundExternalLinkPropsMixin.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