Show / Hide Table of Contents

Class CfnUserHierarchyStructure.LevelFiveProperty

The update for level five.

Inheritance
object
CfnUserHierarchyStructure.LevelFiveProperty
Implements
CfnUserHierarchyStructure.ILevelFiveProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserHierarchyStructure.LevelFiveProperty : CfnUserHierarchyStructure.ILevelFiveProperty
Syntax (vb)
Public Class CfnUserHierarchyStructure.LevelFiveProperty Implements CfnUserHierarchyStructure.ILevelFiveProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.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.AWS.Connect;

             var levelFiveProperty = new LevelFiveProperty {
                 Name = "name",

                 // the properties below are optional
                 HierarchyLevelArn = "hierarchyLevelArn",
                 HierarchyLevelId = "hierarchyLevelId"
             };

Synopsis

Constructors

LevelFiveProperty()

The update for level five.

Properties

HierarchyLevelArn

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

HierarchyLevelId

The identifier of the hierarchy level.

Name

The name of the hierarchy level.

Constructors

LevelFiveProperty()

The update for level five.

public LevelFiveProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.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.AWS.Connect;

             var levelFiveProperty = new LevelFiveProperty {
                 Name = "name",

                 // the properties below are optional
                 HierarchyLevelArn = "hierarchyLevelArn",
                 HierarchyLevelId = "hierarchyLevelId"
             };

Properties

HierarchyLevelArn

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

public string? HierarchyLevelArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.html#cfn-connect-userhierarchystructure-levelfive-hierarchylevelarn

HierarchyLevelId

The identifier of the hierarchy level.

public string? HierarchyLevelId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.html#cfn-connect-userhierarchystructure-levelfive-hierarchylevelid

Name

The name of the hierarchy level.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.html#cfn-connect-userhierarchystructure-levelfive-name

Implements

CfnUserHierarchyStructure.ILevelFiveProperty
Back to top Generated by DocFX