libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Description

 
Synopsis

Documentation

data TypedLinkAttributeDefinition Source #

A typed link attribute definition.

See: newTypedLinkAttributeDefinition smart constructor.

Constructors

TypedLinkAttributeDefinition' 

Fields

Instances

Instances details
Eq TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Read TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Show TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Generic TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Associated Types

type Rep TypedLinkAttributeDefinition :: Type -> Type #

NFData TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

Hashable TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

ToJSON TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

FromJSON TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

type Rep TypedLinkAttributeDefinition Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition

type Rep TypedLinkAttributeDefinition = D1 ('MetaData "TypedLinkAttributeDefinition" "Amazonka.CloudDirectory.Types.TypedLinkAttributeDefinition" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "TypedLinkAttributeDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Rule))) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypedAttributeValue)) :*: S1 ('MetaSel ('Just "isImmutable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FacetAttributeType) :*: S1 ('MetaSel ('Just "requiredBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequiredAttributeBehavior)))))

newTypedLinkAttributeDefinition Source #

Create a value of TypedLinkAttributeDefinition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:rules:TypedLinkAttributeDefinition', typedLinkAttributeDefinition_rules - Validation rules that are attached to the attribute definition.

$sel:defaultValue:TypedLinkAttributeDefinition', typedLinkAttributeDefinition_defaultValue - The default value of the attribute (if configured).

$sel:isImmutable:TypedLinkAttributeDefinition', typedLinkAttributeDefinition_isImmutable - Whether the attribute is mutable or not.

$sel:name:TypedLinkAttributeDefinition', typedLinkAttributeDefinition_name - The unique name of the typed link attribute.

$sel:type':TypedLinkAttributeDefinition', typedLinkAttributeDefinition_type - The type of the attribute.

$sel:requiredBehavior:TypedLinkAttributeDefinition', typedLinkAttributeDefinition_requiredBehavior - The required behavior of the TypedLinkAttributeDefinition.

typedLinkAttributeDefinition_rules :: Lens' TypedLinkAttributeDefinition (Maybe (HashMap Text Rule)) Source #

Validation rules that are attached to the attribute definition.

typedLinkAttributeDefinition_name :: Lens' TypedLinkAttributeDefinition Text Source #

The unique name of the typed link attribute.