Show / Hide Table of Contents

Class CfnLinkPropsMixin.LinkAttributesProperty

Describes the attributes of a link.

Inheritance
object
CfnLinkPropsMixin.LinkAttributesProperty
Implements
CfnLinkPropsMixin.ILinkAttributesProperty
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 CfnLinkPropsMixin.LinkAttributesProperty : CfnLinkPropsMixin.ILinkAttributesProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.LinkAttributesProperty Implements 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

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

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
                 } }
             };

Properties

CustomerProvidedId

The customer-provided unique identifier of the link.

public string? CustomerProvidedId { get; set; }
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.

public object? ResponderErrorMasking { get; set; }
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)[]

Implements

CfnLinkPropsMixin.ILinkAttributesProperty
Back to top Generated by DocFX