Interface CfnLinkPropsMixin.ILinkAttributesProperty
Describes the attributes of a link.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.ILinkAttributesProperty
Syntax (vb)
Public Interface 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
Properties
| CustomerProvidedId | The customer-provided unique identifier of the link. |
| ResponderErrorMasking | Describes the masking for HTTP error codes. |
Properties
CustomerProvidedId
The customer-provided unique identifier of the link.
string? CustomerProvidedId { get; }
Property Value
Remarks
ResponderErrorMasking
Describes the masking for HTTP error codes.
object? ResponderErrorMasking { get; }