AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A typed link attribute definition.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.TypedLinkAttributeDefinition

Namespace: Amazon.CloudDirectory.Model
Assembly: AWSSDK.CloudDirectory.dll
Version: 3.x.y.z

Syntax

C#
public class TypedLinkAttributeDefinition

The TypedLinkAttributeDefinition type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultValue Amazon.CloudDirectory.Model.TypedAttributeValue

Gets and sets the property DefaultValue.

The default value of the attribute (if configured).

Public Property IsImmutable System.Boolean

Gets and sets the property IsImmutable.

Whether the attribute is mutable or not.

Public Property Name System.String

Gets and sets the property Name.

The unique name of the typed link attribute.

Public Property RequiredBehavior Amazon.CloudDirectory.RequiredAttributeBehavior

Gets and sets the property RequiredBehavior.

The required behavior of the TypedLinkAttributeDefinition.

Public Property Rules System.Collections.Generic.Dictionary<System.String, Amazon.CloudDirectory.Model.Rule>

Gets and sets the property Rules.

Validation rules that are attached to the attribute definition.

Public Property Type Amazon.CloudDirectory.FacetAttributeType

Gets and sets the property Type.

The type of the attribute.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5