Show / Hide Table of Contents

Class CfnUserHierarchyStructure.LevelFourProperty

The update for level four.

Inheritance
object
CfnUserHierarchyStructure.LevelFourProperty
Implements
CfnUserHierarchyStructure.ILevelFourProperty
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.LevelFourProperty : CfnUserHierarchyStructure.ILevelFourProperty
Syntax (vb)
Public Class CfnUserHierarchyStructure.LevelFourProperty Implements CfnUserHierarchyStructure.ILevelFourProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfour.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 levelFourProperty = new LevelFourProperty {
                 Name = "name",

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

Synopsis

Constructors

LevelFourProperty()

The update for level four.

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

LevelFourProperty()

The update for level four.

public LevelFourProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfour.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 levelFourProperty = new LevelFourProperty {
                 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-levelfour.html#cfn-connect-userhierarchystructure-levelfour-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-levelfour.html#cfn-connect-userhierarchystructure-levelfour-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-levelfour.html#cfn-connect-userhierarchystructure-levelfour-name

Implements

CfnUserHierarchyStructure.ILevelFourProperty
Back to top Generated by DocFX