Show / Hide Table of Contents

Class CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty

Inheritance
object
CfnInboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty
Implements
CfnInboundExternalLinkPropsMixin.IResponderErrorMaskingForHttpCodeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode-action

HttpCode

public string? HttpCode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode-httpcode

LoggingTypes

public string[]? LoggingTypes { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode-loggingtypes

ResponseLoggingPercentage

public double? ResponseLoggingPercentage { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode-responseloggingpercentage

Implements

CfnInboundExternalLinkPropsMixin.IResponderErrorMaskingForHttpCodeProperty
Back to top Generated by DocFX