Class CfnUserHierarchyStructure
Contains information about a hierarchy structure.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserHierarchyStructure : CfnResource, IInspectable
Syntax (vb)
Public Class CfnUserHierarchyStructure
Inherits CfnResource
Implements IInspectable
Remarks
CloudformationResource: AWS::Connect::UserHierarchyStructure
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 cfnUserHierarchyStructure = new CfnUserHierarchyStructure(this, "MyCfnUserHierarchyStructure", new CfnUserHierarchyStructureProps {
InstanceArn = "instanceArn",
// the properties below are optional
UserHierarchyStructure = new UserHierarchyStructureProperty {
LevelFive = new LevelFiveProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelFour = new LevelFourProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelOne = new LevelOneProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelThree = new LevelThreeProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
},
LevelTwo = new LevelTwoProperty {
Name = "name",
// the properties below are optional
HierarchyLevelArn = "hierarchyLevelArn",
HierarchyLevelId = "hierarchyLevelId"
}
}
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The identifier for the user hierarchy structure. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Instance |
The Amazon Resource Name (ARN) of the instance. |
User |
Contains information about a hierarchy structure. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnUserHierarchyStructure(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnUserHierarchyStructure(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnUserHierarchyStructure(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnUserHierarchyStructure(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnUserHierarchyStructure(Construct, String, ICfnUserHierarchyStructureProps)
public CfnUserHierarchyStructure(Construct scope, string id, ICfnUserHierarchyStructureProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
User Hierarchy Structure Props Resource properties.
Properties
AttrUserHierarchyStructureArn
The identifier for the user hierarchy structure.
public virtual string AttrUserHierarchyStructureArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: UserHierarchyStructureArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
InstanceArn
The Amazon Resource Name (ARN) of the instance.
public virtual string InstanceArn { get; set; }
Property Value
System.
UserHierarchyStructure
Contains information about a hierarchy structure.
public virtual object UserHierarchyStructure { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.