Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html#cfn-rtbfabric-link-linkattributes-customerprovidedid

ResponderErrorMasking

Describes the masking for HTTP error codes.

object? ResponderErrorMasking { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html#cfn-rtbfabric-link-linkattributes-respondererrormasking

Type union: either IResolvable or (either IResolvable or CfnLinkPropsMixin.IResponderErrorMaskingForHttpCodeProperty)[]

Back to top Generated by DocFX