@awboost/cfn-resource-types 0.1.142 → 0.1.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::Connect::UserHierarchyStructure
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-userhierarchystructure.html}
|
|
6
|
+
*/
|
|
7
|
+
export type ConnectUserHierarchyStructureProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The identifier of the Amazon Connect instance.
|
|
10
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$`
|
|
11
|
+
*/
|
|
12
|
+
InstanceArn: string;
|
|
13
|
+
/**
|
|
14
|
+
* Information about the hierarchy structure.
|
|
15
|
+
*/
|
|
16
|
+
UserHierarchyStructure?: {
|
|
17
|
+
/**
|
|
18
|
+
* Information about level five.
|
|
19
|
+
*/
|
|
20
|
+
LevelFive?: LevelFive;
|
|
21
|
+
/**
|
|
22
|
+
* Information about level four.
|
|
23
|
+
*/
|
|
24
|
+
LevelFour?: LevelFour;
|
|
25
|
+
/**
|
|
26
|
+
* Information about level one.
|
|
27
|
+
*/
|
|
28
|
+
LevelOne?: LevelOne;
|
|
29
|
+
/**
|
|
30
|
+
* Information about level three.
|
|
31
|
+
*/
|
|
32
|
+
LevelThree?: LevelThree;
|
|
33
|
+
/**
|
|
34
|
+
* Information about level two.
|
|
35
|
+
*/
|
|
36
|
+
LevelTwo?: LevelTwo;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Attribute type definition for `AWS::Connect::UserHierarchyStructure`.
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-userhierarchystructure.html#aws-resource-connect-userhierarchystructure-return-values}
|
|
42
|
+
*/
|
|
43
|
+
export type ConnectUserHierarchyStructureAttributes = {
|
|
44
|
+
/**
|
|
45
|
+
* The identifier of the User Hierarchy Structure.
|
|
46
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*user-hierarchy-structure`
|
|
47
|
+
*/
|
|
48
|
+
UserHierarchyStructureArn: string;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Type definition for `AWS::Connect::UserHierarchyStructure.LevelFive`.
|
|
52
|
+
* Information about level five.
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfive.html}
|
|
54
|
+
*/
|
|
55
|
+
export type LevelFive = {
|
|
56
|
+
/**
|
|
57
|
+
* The Amazon Resource Name (ARN) of the hierarchy level.
|
|
58
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*agent-group-level/[-0-9]*$`
|
|
59
|
+
*/
|
|
60
|
+
HierarchyLevelArn?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The identifier of the hierarchy level.
|
|
63
|
+
*/
|
|
64
|
+
HierarchyLevelId?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the hierarchy level.
|
|
67
|
+
*/
|
|
68
|
+
Name: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Type definition for `AWS::Connect::UserHierarchyStructure.LevelFour`.
|
|
72
|
+
* Information about level four.
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelfour.html}
|
|
74
|
+
*/
|
|
75
|
+
export type LevelFour = {
|
|
76
|
+
/**
|
|
77
|
+
* The Amazon Resource Name (ARN) of the hierarchy level.
|
|
78
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*agent-group-level/[-0-9]*$`
|
|
79
|
+
*/
|
|
80
|
+
HierarchyLevelArn?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The identifier of the hierarchy level.
|
|
83
|
+
*/
|
|
84
|
+
HierarchyLevelId?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The name of the hierarchy level.
|
|
87
|
+
*/
|
|
88
|
+
Name: string;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Type definition for `AWS::Connect::UserHierarchyStructure.LevelOne`.
|
|
92
|
+
* Information about level one.
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelone.html}
|
|
94
|
+
*/
|
|
95
|
+
export type LevelOne = {
|
|
96
|
+
/**
|
|
97
|
+
* The Amazon Resource Name (ARN) of the hierarchy level.
|
|
98
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*agent-group-level/[-0-9]*$`
|
|
99
|
+
*/
|
|
100
|
+
HierarchyLevelArn?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The identifier of the hierarchy level.
|
|
103
|
+
*/
|
|
104
|
+
HierarchyLevelId?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The name of the hierarchy level.
|
|
107
|
+
*/
|
|
108
|
+
Name: string;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Type definition for `AWS::Connect::UserHierarchyStructure.LevelThree`.
|
|
112
|
+
* Information about level three.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-levelthree.html}
|
|
114
|
+
*/
|
|
115
|
+
export type LevelThree = {
|
|
116
|
+
/**
|
|
117
|
+
* The Amazon Resource Name (ARN) of the hierarchy level.
|
|
118
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*agent-group-level/[-0-9]*$`
|
|
119
|
+
*/
|
|
120
|
+
HierarchyLevelArn?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The identifier of the hierarchy level.
|
|
123
|
+
*/
|
|
124
|
+
HierarchyLevelId?: string;
|
|
125
|
+
/**
|
|
126
|
+
* The name of the hierarchy level.
|
|
127
|
+
*/
|
|
128
|
+
Name: string;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Type definition for `AWS::Connect::UserHierarchyStructure.LevelTwo`.
|
|
132
|
+
* Information about level two.
|
|
133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-userhierarchystructure-leveltwo.html}
|
|
134
|
+
*/
|
|
135
|
+
export type LevelTwo = {
|
|
136
|
+
/**
|
|
137
|
+
* The Amazon Resource Name (ARN) of the hierarchy level.
|
|
138
|
+
* @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/*agent-group-level/[-0-9]*$`
|
|
139
|
+
*/
|
|
140
|
+
HierarchyLevelArn?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The identifier of the hierarchy level.
|
|
143
|
+
*/
|
|
144
|
+
HierarchyLevelId?: string;
|
|
145
|
+
/**
|
|
146
|
+
* The name of the hierarchy level.
|
|
147
|
+
*/
|
|
148
|
+
Name: string;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Resource Type definition for AWS::Connect::UserHierarchyStructure
|
|
152
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-userhierarchystructure.html}
|
|
153
|
+
*/
|
|
154
|
+
export declare class ConnectUserHierarchyStructure extends $Resource<"AWS::Connect::UserHierarchyStructure", ConnectUserHierarchyStructureProperties, ConnectUserHierarchyStructureAttributes> {
|
|
155
|
+
static readonly Type = "AWS::Connect::UserHierarchyStructure";
|
|
156
|
+
constructor(logicalId: string, properties: ConnectUserHierarchyStructureProperties, options?: $ResourceOptions);
|
|
157
|
+
}
|
|
158
|
+
//# sourceMappingURL=AWS-Connect-UserHierarchyStructure.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::Connect::UserHierarchyStructure
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-userhierarchystructure.html}
|
|
5
|
+
*/
|
|
6
|
+
export class ConnectUserHierarchyStructure extends $Resource {
|
|
7
|
+
static Type = "AWS::Connect::UserHierarchyStructure";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, ConnectUserHierarchyStructure.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-Connect-UserHierarchyStructure.js.map
|