Class CfnLinkPropsMixin.LinkAttributesProperty
Describes the attributes of a link.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLinkPropsMixin.LinkAttributesProperty : CfnLinkPropsMixin.ILinkAttributesProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.LinkAttributesProperty Implements CfnLinkPropsMixin.ILinkAttributesProperty
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 linkAttributesProperty = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
};
Synopsis
Constructors
| LinkAttributesProperty() | Describes the attributes of a link. |
Properties
| CustomerProvidedId | The customer-provided unique identifier of the link. |
| ResponderErrorMasking | Describes the masking for HTTP error codes. |
Constructors
LinkAttributesProperty()
Describes the attributes of a link.
public LinkAttributesProperty()
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 linkAttributesProperty = new LinkAttributesProperty {
CustomerProvidedId = "customerProvidedId",
ResponderErrorMasking = new [] { new ResponderErrorMaskingForHttpCodeProperty {
Action = "action",
HttpCode = "httpCode",
LoggingTypes = new [] { "loggingTypes" },
ResponseLoggingPercentage = 123
} }
};
Properties
CustomerProvidedId
The customer-provided unique identifier of the link.
public string? CustomerProvidedId { get; set; }
Property Value
Remarks
ResponderErrorMasking
Describes the masking for HTTP error codes.
public object? ResponderErrorMasking { get; set; }