amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.HierarchyGroup

Description

 
Synopsis

Documentation

data HierarchyGroup Source #

Contains information about a hierarchy group.

See: newHierarchyGroup smart constructor.

Constructors

HierarchyGroup' 

Fields

Instances

Instances details
FromJSON HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Generic HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Associated Types

type Rep HierarchyGroup :: Type -> Type #

Read HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Show HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

NFData HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Methods

rnf :: HierarchyGroup -> () #

Eq HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Hashable HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

type Rep HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

newHierarchyGroup :: HierarchyGroup Source #

Create a value of HierarchyGroup 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:arn:HierarchyGroup', hierarchyGroup_arn - The Amazon Resource Name (ARN) of the hierarchy group.

$sel:hierarchyPath:HierarchyGroup', hierarchyGroup_hierarchyPath - Information about the levels in the hierarchy group.

$sel:id:HierarchyGroup', hierarchyGroup_id - The identifier of the hierarchy group.

$sel:levelId:HierarchyGroup', hierarchyGroup_levelId - The identifier of the level in the hierarchy group.

$sel:name:HierarchyGroup', hierarchyGroup_name - The name of the hierarchy group.

$sel:tags:HierarchyGroup', hierarchyGroup_tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

hierarchyGroup_arn :: Lens' HierarchyGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the hierarchy group.

hierarchyGroup_hierarchyPath :: Lens' HierarchyGroup (Maybe HierarchyPath) Source #

Information about the levels in the hierarchy group.

hierarchyGroup_id :: Lens' HierarchyGroup (Maybe Text) Source #

The identifier of the hierarchy group.

hierarchyGroup_levelId :: Lens' HierarchyGroup (Maybe Text) Source #

The identifier of the level in the hierarchy group.

hierarchyGroup_name :: Lens' HierarchyGroup (Maybe Text) Source #

The name of the hierarchy group.

hierarchyGroup_tags :: Lens' HierarchyGroup (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.