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 facet attribute definition. See Attribute References for more information.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.FacetAttributeDefinition

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

Syntax

C#
public class FacetAttributeDefinition

The FacetAttributeDefinition type exposes the following members

Constructors

NameDescription
Public Method FacetAttributeDefinition()

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 Rules System.Collections.Generic.Dictionary<System.String, Amazon.CloudDirectory.Model.Rule>

Gets and sets the property Rules.

Validation rules 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