Class CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty : CfnInboundExternalLinkPropsMixin.IResponderErrorMaskingForHttpCodeProperty
Syntax (vb)
Public Class CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty Implements CfnInboundExternalLinkPropsMixin.IResponderErrorMaskingForHttpCodeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
var responderErrorMaskingForHttpCodeProperty = new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
};
Synopsis
Constructors
| ResponderErrorMaskingForHttpCodeProperty() |
Properties
| Action | |
| HttpCode | |
| LoggingTypes | |
| ResponseLoggingPercentage |
Constructors
ResponderErrorMaskingForHttpCodeProperty()
public ResponderErrorMaskingForHttpCodeProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric;
var responderErrorMaskingForHttpCodeProperty = new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
};
Properties
Action
public string? Action { get; set; }
Property Value
Remarks
HttpCode
public string? HttpCode { get; set; }
Property Value
Remarks
LoggingTypes
ResponseLoggingPercentage
public double? ResponseLoggingPercentage { get; set; }