@awboost/cfn-resource-types 0.1.505 → 0.1.506

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.
@@ -1,7 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
4
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
6
6
  */
7
7
  export type BedrockAgentCoreGatewayTargetProperties = {
@@ -146,6 +146,14 @@ export type McpTargetConfiguration = {
146
146
  */
147
147
  export type OAuthCredentialProvider = {
148
148
  CustomParameters?: OAuthCustomParameters;
149
+ /**
150
+ * Return URL for OAuth callback.
151
+ * @minLength `1`
152
+ * @maxLength `2048`
153
+ * @pattern `\w+:(\/?\/?)[^\s]+`
154
+ */
155
+ DefaultReturnUrl?: string;
156
+ GrantType?: OAuthGrantType;
149
157
  /**
150
158
  * @pattern `^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$`
151
159
  */
@@ -160,6 +168,11 @@ export type OAuthCredentialProvider = {
160
168
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcustomparameters.html}
161
169
  */
162
170
  export type OAuthCustomParameters = Record<string, string>;
171
+ /**
172
+ * Type definition for `AWS::BedrockAgentCore::GatewayTarget.OAuthGrantType`.
173
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthgranttype.html}
174
+ */
175
+ export type OAuthGrantType = "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS";
163
176
  /**
164
177
  * Type definition for `AWS::BedrockAgentCore::GatewayTarget.S3Configuration`.
165
178
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
@@ -227,7 +240,7 @@ export type ToolSchema = {
227
240
  InlinePayload: ToolDefinition[];
228
241
  };
229
242
  /**
230
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
243
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
231
244
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
232
245
  */
233
246
  export declare class BedrockAgentCoreGatewayTarget extends $Resource<"AWS::BedrockAgentCore::GatewayTarget", BedrockAgentCoreGatewayTargetProperties, BedrockAgentCoreGatewayTargetAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
3
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
5
5
  */
6
6
  export class BedrockAgentCoreGatewayTarget extends $Resource {
@@ -0,0 +1,216 @@
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::Cases::CaseRule`.
5
+ * A case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
7
+ */
8
+ export type CasesCaseRuleProperties = {
9
+ /**
10
+ * A description explaining the purpose and behavior of this case rule. Helps administrators understand when and why this rule applies to case fields.
11
+ * @maxLength `255`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * The unique identifier of the Cases domain.
16
+ * @minLength `1`
17
+ * @maxLength `500`
18
+ */
19
+ DomainId?: string;
20
+ /**
21
+ * A descriptive name for the case rule. Must be unique within the domain and should clearly indicate the rule's purpose (e.g., 'Priority Field Required for Urgent Cases').
22
+ * @minLength `1`
23
+ * @maxLength `100`
24
+ * @pattern `^.*[\S]$`
25
+ */
26
+ Name: string;
27
+ /**
28
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
29
+ */
30
+ Rule: CaseRuleDetails;
31
+ /**
32
+ * The tags that you attach to this case rule.
33
+ */
34
+ Tags?: Tag[];
35
+ };
36
+ /**
37
+ * Attribute type definition for `AWS::Cases::CaseRule`.
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html#aws-resource-cases-caserule-return-values}
39
+ */
40
+ export type CasesCaseRuleAttributes = {
41
+ /**
42
+ * The Amazon Resource Name (ARN) of a case rule.
43
+ * @minLength `1`
44
+ * @maxLength `500`
45
+ */
46
+ CaseRuleArn: string;
47
+ /**
48
+ * The unique identifier of a case rule.
49
+ * @minLength `1`
50
+ * @maxLength `500`
51
+ */
52
+ CaseRuleId: string;
53
+ /**
54
+ * The time at which the case rule was created.
55
+ */
56
+ CreatedTime: string;
57
+ /**
58
+ * The time at which the case rule was created or last modified.
59
+ */
60
+ LastModifiedTime: string;
61
+ };
62
+ /**
63
+ * Type definition for `AWS::Cases::CaseRule.BooleanCondition`.
64
+ * A boolean condition for a rule.
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleancondition.html}
66
+ */
67
+ export type BooleanCondition = {
68
+ /**
69
+ * Boolean operands for a condition.
70
+ */
71
+ EqualTo: BooleanOperands;
72
+ } | {
73
+ /**
74
+ * Boolean operands for a condition.
75
+ */
76
+ NotEqualTo: BooleanOperands;
77
+ };
78
+ /**
79
+ * Type definition for `AWS::Cases::CaseRule.BooleanOperands`.
80
+ * Boolean operands for a condition.
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleanoperands.html}
82
+ */
83
+ export type BooleanOperands = {
84
+ OperandOne: OperandOne;
85
+ /**
86
+ * The right hand operand in the condition.
87
+ */
88
+ OperandTwo: OperandTwo;
89
+ /**
90
+ * The value of the outer rule if the condition evaluates to true.
91
+ */
92
+ Result: boolean;
93
+ };
94
+ /**
95
+ * Type definition for `AWS::Cases::CaseRule.CaseRuleDetails`.
96
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-caseruledetails.html}
98
+ */
99
+ export type CaseRuleDetails = {
100
+ /**
101
+ * A required rule type, used to indicate whether a field is required.
102
+ */
103
+ Required: RequiredCaseRule;
104
+ } | {
105
+ /**
106
+ * Hidden rule type, used to indicate whether a field is hidden
107
+ */
108
+ Hidden: HiddenCaseRule;
109
+ };
110
+ /**
111
+ * Type definition for `AWS::Cases::CaseRule.EmptyOperandValue`.
112
+ * An empty operand value.
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-emptyoperandvalue.html}
114
+ */
115
+ export type EmptyOperandValue = Record<string, any>;
116
+ /**
117
+ * Type definition for `AWS::Cases::CaseRule.HiddenCaseRule`.
118
+ * Hidden rule type, used to indicate whether a field is hidden
119
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-hiddencaserule.html}
120
+ */
121
+ export type HiddenCaseRule = {
122
+ /**
123
+ * List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
124
+ * @maxLength `100`
125
+ */
126
+ Conditions: BooleanCondition[];
127
+ /**
128
+ * The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
129
+ */
130
+ DefaultValue: boolean;
131
+ };
132
+ /**
133
+ * Type definition for `AWS::Cases::CaseRule.OperandOne`.
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html}
135
+ */
136
+ export type OperandOne = {
137
+ /**
138
+ * The field ID this operand should take the value of.
139
+ * @minLength `1`
140
+ * @maxLength `500`
141
+ */
142
+ FieldId: string;
143
+ };
144
+ /**
145
+ * Type definition for `AWS::Cases::CaseRule.OperandTwo`.
146
+ * The right hand operand in the condition.
147
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandtwo.html}
148
+ */
149
+ export type OperandTwo = {
150
+ /**
151
+ * A string value to compare against the field value in the condition evaluation.
152
+ * @minLength `1`
153
+ * @maxLength `1500`
154
+ */
155
+ StringValue: string;
156
+ } | {
157
+ /**
158
+ * A boolean value to compare against the field value in the condition evaluation.
159
+ */
160
+ BooleanValue: boolean;
161
+ } | {
162
+ /**
163
+ * A numeric value to compare against the field value in the condition evaluation.
164
+ */
165
+ DoubleValue: number;
166
+ } | {
167
+ /**
168
+ * An empty operand value.
169
+ */
170
+ EmptyValue: EmptyOperandValue;
171
+ };
172
+ /**
173
+ * Type definition for `AWS::Cases::CaseRule.RequiredCaseRule`.
174
+ * A required rule type, used to indicate whether a field is required.
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-requiredcaserule.html}
176
+ */
177
+ export type RequiredCaseRule = {
178
+ /**
179
+ * An ordered list of boolean conditions that determine when the field should be required. Conditions are evaluated in order, and the first condition that evaluates to true determines whether the field is required, overriding the default value.
180
+ * @maxLength `100`
181
+ */
182
+ Conditions: BooleanCondition[];
183
+ /**
184
+ * The default required state for the field when none of the specified conditions are met. If true, the field is required by default; if false, the field is optional by default.
185
+ */
186
+ DefaultValue: boolean;
187
+ };
188
+ /**
189
+ * Type definition for `AWS::Cases::CaseRule.Tag`.
190
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-tag.html}
191
+ */
192
+ export type Tag = {
193
+ /**
194
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
195
+ * @minLength `1`
196
+ * @maxLength `128`
197
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
198
+ */
199
+ Key: string;
200
+ /**
201
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
202
+ * @minLength `0`
203
+ * @maxLength `256`
204
+ */
205
+ Value: string;
206
+ };
207
+ /**
208
+ * Resource type definition for `AWS::Cases::CaseRule`.
209
+ * A case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
211
+ */
212
+ export declare class CasesCaseRule extends $Resource<"AWS::Cases::CaseRule", CasesCaseRuleProperties, CasesCaseRuleAttributes> {
213
+ static readonly Type = "AWS::Cases::CaseRule";
214
+ constructor(logicalId: string, properties: CasesCaseRuleProperties, options?: $ResourceOptions);
215
+ }
216
+ //# sourceMappingURL=AWS-Cases-CaseRule.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::Cases::CaseRule`.
4
+ * A case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
6
+ */
7
+ export class CasesCaseRule extends $Resource {
8
+ static Type = "AWS::Cases::CaseRule";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CasesCaseRule.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-Cases-CaseRule.js.map
@@ -0,0 +1,81 @@
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::Cases::Domain`.
5
+ * A domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
7
+ */
8
+ export type CasesDomainProperties = {
9
+ /**
10
+ * The name for your Cases domain. It must be unique for your AWS account.
11
+ * @minLength `1`
12
+ * @maxLength `100`
13
+ * @pattern `^.*[\S]$`
14
+ */
15
+ Name: string;
16
+ /**
17
+ * The tags that you attach to this domain.
18
+ */
19
+ Tags?: Tag[];
20
+ };
21
+ /**
22
+ * Attribute type definition for `AWS::Cases::Domain`.
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html#aws-resource-cases-domain-return-values}
24
+ */
25
+ export type CasesDomainAttributes = {
26
+ /**
27
+ * The time at which the domain was created.
28
+ */
29
+ CreatedTime: string;
30
+ /**
31
+ * The Amazon Resource Name (ARN) for the Cases domain.
32
+ * @minLength `1`
33
+ * @maxLength `500`
34
+ */
35
+ DomainArn: string;
36
+ /**
37
+ * The unique identifier of the Cases domain.
38
+ * @minLength `1`
39
+ * @maxLength `500`
40
+ */
41
+ DomainId: string;
42
+ /**
43
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
44
+ */
45
+ DomainStatus: DomainStatus;
46
+ };
47
+ /**
48
+ * Type definition for `AWS::Cases::Domain.DomainStatus`.
49
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-domainstatus.html}
51
+ */
52
+ export type DomainStatus = "Active" | "CreationInProgress" | "CreationFailed";
53
+ /**
54
+ * Type definition for `AWS::Cases::Domain.Tag`.
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-tag.html}
56
+ */
57
+ export type Tag = {
58
+ /**
59
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
60
+ * @minLength `1`
61
+ * @maxLength `128`
62
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
63
+ */
64
+ Key: string;
65
+ /**
66
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
67
+ * @minLength `0`
68
+ * @maxLength `256`
69
+ */
70
+ Value: string;
71
+ };
72
+ /**
73
+ * Resource type definition for `AWS::Cases::Domain`.
74
+ * A domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
75
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
76
+ */
77
+ export declare class CasesDomain extends $Resource<"AWS::Cases::Domain", CasesDomainProperties, CasesDomainAttributes> {
78
+ static readonly Type = "AWS::Cases::Domain";
79
+ constructor(logicalId: string, properties: CasesDomainProperties, options?: $ResourceOptions);
80
+ }
81
+ //# sourceMappingURL=AWS-Cases-Domain.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::Cases::Domain`.
4
+ * A domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
6
+ */
7
+ export class CasesDomain extends $Resource {
8
+ static Type = "AWS::Cases::Domain";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CasesDomain.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-Cases-Domain.js.map
@@ -0,0 +1,100 @@
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::Cases::Field`.
5
+ * A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
7
+ */
8
+ export type CasesFieldProperties = {
9
+ /**
10
+ * A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
11
+ * @maxLength `255`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * The unique identifier of the Cases domain.
16
+ * @minLength `1`
17
+ * @maxLength `500`
18
+ */
19
+ DomainId?: string;
20
+ /**
21
+ * The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
22
+ * @minLength `1`
23
+ * @maxLength `100`
24
+ * @pattern `^.*[\S]$`
25
+ */
26
+ Name: string;
27
+ /**
28
+ * The tags that you attach to this field.
29
+ */
30
+ Tags?: Tag[];
31
+ /**
32
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
33
+ */
34
+ Type: FieldType;
35
+ };
36
+ /**
37
+ * Attribute type definition for `AWS::Cases::Field`.
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html#aws-resource-cases-field-return-values}
39
+ */
40
+ export type CasesFieldAttributes = {
41
+ /**
42
+ * The time at which the field was created.
43
+ */
44
+ CreatedTime: string;
45
+ /**
46
+ * The Amazon Resource Name (ARN) of the field.
47
+ * @minLength `1`
48
+ * @maxLength `500`
49
+ */
50
+ FieldArn: string;
51
+ /**
52
+ * The unique identifier of a field.
53
+ * @minLength `1`
54
+ * @maxLength `500`
55
+ */
56
+ FieldId: string;
57
+ /**
58
+ * The time at which the field was created or last modified.
59
+ */
60
+ LastModifiedTime: string;
61
+ /**
62
+ * Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
63
+ */
64
+ Namespace: "System" | "Custom";
65
+ };
66
+ /**
67
+ * Type definition for `AWS::Cases::Field.FieldType`.
68
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldtype.html}
70
+ */
71
+ export type FieldType = "Text" | "Number" | "Boolean" | "DateTime" | "SingleSelect" | "Url" | "User";
72
+ /**
73
+ * Type definition for `AWS::Cases::Field.Tag`.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-tag.html}
75
+ */
76
+ export type Tag = {
77
+ /**
78
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
79
+ * @minLength `1`
80
+ * @maxLength `128`
81
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
82
+ */
83
+ Key: string;
84
+ /**
85
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
86
+ * @minLength `0`
87
+ * @maxLength `256`
88
+ */
89
+ Value: string;
90
+ };
91
+ /**
92
+ * Resource type definition for `AWS::Cases::Field`.
93
+ * A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
94
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
95
+ */
96
+ export declare class CasesField extends $Resource<"AWS::Cases::Field", CasesFieldProperties, CasesFieldAttributes> {
97
+ static readonly Type = "AWS::Cases::Field";
98
+ constructor(logicalId: string, properties: CasesFieldProperties, options?: $ResourceOptions);
99
+ }
100
+ //# sourceMappingURL=AWS-Cases-Field.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::Cases::Field`.
4
+ * A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
6
+ */
7
+ export class CasesField extends $Resource {
8
+ static Type = "AWS::Cases::Field";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CasesField.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-Cases-Field.js.map
@@ -0,0 +1,159 @@
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::Cases::Layout`.
5
+ * A layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
7
+ */
8
+ export type CasesLayoutProperties = {
9
+ Content: LayoutContent;
10
+ /**
11
+ * The unique identifier of the Cases domain.
12
+ * @minLength `1`
13
+ * @maxLength `500`
14
+ */
15
+ DomainId?: string;
16
+ /**
17
+ * A descriptive name for the layout. Must be unique within the Cases domain and should clearly indicate the layout's purpose and field organization.
18
+ * @minLength `1`
19
+ * @maxLength `100`
20
+ * @pattern `^.*[\S]$`
21
+ */
22
+ Name: string;
23
+ /**
24
+ * The tags that you attach to this layout.
25
+ */
26
+ Tags?: Tag[];
27
+ };
28
+ /**
29
+ * Attribute type definition for `AWS::Cases::Layout`.
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html#aws-resource-cases-layout-return-values}
31
+ */
32
+ export type CasesLayoutAttributes = {
33
+ /**
34
+ * The time at which the layout was created.
35
+ */
36
+ CreatedTime: string;
37
+ /**
38
+ * The time at which the layout was created or last modified.
39
+ */
40
+ LastModifiedTime: string;
41
+ /**
42
+ * The Amazon Resource Name (ARN) of the layout.
43
+ * @minLength `1`
44
+ * @maxLength `500`
45
+ */
46
+ LayoutArn: string;
47
+ /**
48
+ * The unique identifier of the layout.
49
+ * @minLength `1`
50
+ * @maxLength `500`
51
+ */
52
+ LayoutId: string;
53
+ };
54
+ /**
55
+ * Type definition for `AWS::Cases::Layout.BasicLayout`.
56
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-basiclayout.html}
58
+ */
59
+ export type BasicLayout = {
60
+ /**
61
+ * Sections within a panel or tab of the page layout.
62
+ */
63
+ MoreInfo?: LayoutSections;
64
+ /**
65
+ * Sections within a panel or tab of the page layout.
66
+ */
67
+ TopPanel?: LayoutSections;
68
+ };
69
+ /**
70
+ * Type definition for `AWS::Cases::Layout.FieldGroup`.
71
+ * Consists of a group of fields and associated properties.
72
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fieldgroup.html}
73
+ */
74
+ export type FieldGroup = {
75
+ /**
76
+ * An ordered list of fields to display in this group. The order determines the sequence in which fields appear in the agent interface. Each field is referenced by its unique field ID.
77
+ * @maxLength `220`
78
+ */
79
+ Fields: FieldItem[];
80
+ /**
81
+ * A descriptive name for the field group. Helps organize related fields together in the layout interface.
82
+ * @maxLength `100`
83
+ */
84
+ Name?: string;
85
+ };
86
+ /**
87
+ * Type definition for `AWS::Cases::Layout.FieldItem`.
88
+ * Field specific properties.
89
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fielditem.html}
90
+ */
91
+ export type FieldItem = {
92
+ /**
93
+ * The unique identifier of a field.
94
+ * @minLength `1`
95
+ * @maxLength `500`
96
+ */
97
+ Id: string;
98
+ };
99
+ /**
100
+ * Type definition for `AWS::Cases::Layout.LayoutContent`.
101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutcontent.html}
102
+ */
103
+ export type LayoutContent = {
104
+ /**
105
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
106
+ */
107
+ Basic: BasicLayout;
108
+ };
109
+ /**
110
+ * Type definition for `AWS::Cases::Layout.LayoutSections`.
111
+ * Sections within a panel or tab of the page layout.
112
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutsections.html}
113
+ */
114
+ export type LayoutSections = {
115
+ /**
116
+ * Defines the sections within a panel or tab. Contains field groups that organize related fields together.
117
+ * @maxLength `1`
118
+ */
119
+ Sections?: Section[];
120
+ };
121
+ /**
122
+ * Type definition for `AWS::Cases::Layout.Section`.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.html}
124
+ */
125
+ export type Section = {
126
+ /**
127
+ * Consists of a group of fields and associated properties.
128
+ */
129
+ FieldGroup: FieldGroup;
130
+ };
131
+ /**
132
+ * Type definition for `AWS::Cases::Layout.Tag`.
133
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-tag.html}
134
+ */
135
+ export type Tag = {
136
+ /**
137
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
138
+ * @minLength `1`
139
+ * @maxLength `128`
140
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
141
+ */
142
+ Key: string;
143
+ /**
144
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
145
+ * @minLength `0`
146
+ * @maxLength `256`
147
+ */
148
+ Value: string;
149
+ };
150
+ /**
151
+ * Resource type definition for `AWS::Cases::Layout`.
152
+ * A layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
153
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
154
+ */
155
+ export declare class CasesLayout extends $Resource<"AWS::Cases::Layout", CasesLayoutProperties, CasesLayoutAttributes> {
156
+ static readonly Type = "AWS::Cases::Layout";
157
+ constructor(logicalId: string, properties: CasesLayoutProperties, options?: $ResourceOptions);
158
+ }
159
+ //# sourceMappingURL=AWS-Cases-Layout.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::Cases::Layout`.
4
+ * A layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
6
+ */
7
+ export class CasesLayout extends $Resource {
8
+ static Type = "AWS::Cases::Layout";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CasesLayout.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-Cases-Layout.js.map
@@ -0,0 +1,155 @@
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::Cases::Template`.
5
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
7
+ */
8
+ export type CasesTemplateProperties = {
9
+ /**
10
+ * A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
11
+ * @maxLength `255`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * The unique identifier of the Cases domain.
16
+ * @minLength `1`
17
+ * @maxLength `500`
18
+ */
19
+ DomainId?: string;
20
+ /**
21
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
22
+ */
23
+ LayoutConfiguration?: LayoutConfiguration;
24
+ /**
25
+ * A name for the template. It must be unique per domain.
26
+ * @minLength `1`
27
+ * @maxLength `100`
28
+ * @pattern `^.*[\S]$`
29
+ */
30
+ Name: string;
31
+ /**
32
+ * A list of fields that must contain a value for a case to be successfully created with this template.
33
+ * @maxLength `100`
34
+ */
35
+ RequiredFields?: RequiredField[];
36
+ /**
37
+ * A list of case rules (also known as case field conditions) on a template.
38
+ * @maxLength `50`
39
+ */
40
+ Rules?: TemplateRule[];
41
+ /**
42
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
43
+ */
44
+ Status?: TemplateStatus;
45
+ /**
46
+ * The tags that you attach to this template.
47
+ */
48
+ Tags?: Tag[];
49
+ };
50
+ /**
51
+ * Attribute type definition for `AWS::Cases::Template`.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html#aws-resource-cases-template-return-values}
53
+ */
54
+ export type CasesTemplateAttributes = {
55
+ /**
56
+ * The time at which the template was created.
57
+ */
58
+ CreatedTime: string;
59
+ /**
60
+ * The time at which the template was created or last modified.
61
+ */
62
+ LastModifiedTime: string;
63
+ /**
64
+ * The Amazon Resource Name (ARN) of the template.
65
+ * @minLength `1`
66
+ * @maxLength `500`
67
+ */
68
+ TemplateArn: string;
69
+ /**
70
+ * The unique identifier of a template.
71
+ * @minLength `1`
72
+ * @maxLength `500`
73
+ */
74
+ TemplateId: string;
75
+ };
76
+ /**
77
+ * Type definition for `AWS::Cases::Template.LayoutConfiguration`.
78
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html}
80
+ */
81
+ export type LayoutConfiguration = {
82
+ /**
83
+ * The unique identifier of a layout.
84
+ * @minLength `1`
85
+ * @maxLength `500`
86
+ */
87
+ DefaultLayout?: string;
88
+ };
89
+ /**
90
+ * Type definition for `AWS::Cases::Template.RequiredField`.
91
+ * Wrapper object containing a field identifier
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-requiredfield.html}
93
+ */
94
+ export type RequiredField = {
95
+ /**
96
+ * The unique identifier of a field.
97
+ * @minLength `1`
98
+ * @maxLength `500`
99
+ */
100
+ FieldId: string;
101
+ };
102
+ /**
103
+ * Type definition for `AWS::Cases::Template.Tag`.
104
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-tag.html}
105
+ */
106
+ export type Tag = {
107
+ /**
108
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
109
+ * @minLength `1`
110
+ * @maxLength `128`
111
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
112
+ */
113
+ Key: string;
114
+ /**
115
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
116
+ * @minLength `0`
117
+ * @maxLength `256`
118
+ */
119
+ Value: string;
120
+ };
121
+ /**
122
+ * Type definition for `AWS::Cases::Template.TemplateRule`.
123
+ * Links a case rule to a specific field within this template. When specified, the rule's conditions will be evaluated for the associated field, controlling behavior like required status, visibility, or available options.
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templaterule.html}
125
+ */
126
+ export type TemplateRule = {
127
+ /**
128
+ * The unique identifier of a case rule.
129
+ * @minLength `1`
130
+ * @maxLength `500`
131
+ */
132
+ CaseRuleId: string;
133
+ /**
134
+ * The ID of the field that this rule applies to.
135
+ * @minLength `1`
136
+ * @maxLength `500`
137
+ */
138
+ FieldId?: string;
139
+ };
140
+ /**
141
+ * Type definition for `AWS::Cases::Template.TemplateStatus`.
142
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
143
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templatestatus.html}
144
+ */
145
+ export type TemplateStatus = "Active" | "Inactive";
146
+ /**
147
+ * Resource type definition for `AWS::Cases::Template`.
148
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
149
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
150
+ */
151
+ export declare class CasesTemplate extends $Resource<"AWS::Cases::Template", CasesTemplateProperties, CasesTemplateAttributes> {
152
+ static readonly Type = "AWS::Cases::Template";
153
+ constructor(logicalId: string, properties: CasesTemplateProperties, options?: $ResourceOptions);
154
+ }
155
+ //# sourceMappingURL=AWS-Cases-Template.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::Cases::Template`.
4
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
6
+ */
7
+ export class CasesTemplate extends $Resource {
8
+ static Type = "AWS::Cases::Template";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, CasesTemplate.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-Cases-Template.js.map
@@ -17,6 +17,15 @@ export type ConnectContactFlowModuleProperties = {
17
17
  * @pattern `.*\S.*`
18
18
  */
19
19
  Description?: string;
20
+ /**
21
+ * Defines the external invocation configuration of the flow module resource
22
+ */
23
+ ExternalInvocationConfiguration?: {
24
+ /**
25
+ * Specifies whether the flow module resource is enabled for external invocation
26
+ */
27
+ Enabled: boolean;
28
+ };
20
29
  /**
21
30
  * The identifier of the Amazon Connect instance (ARN).
22
31
  * @minLength `1`
@@ -31,6 +40,11 @@ export type ConnectContactFlowModuleProperties = {
31
40
  * @pattern `.*\S.*`
32
41
  */
33
42
  Name: string;
43
+ /**
44
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
45
+ * @maxLength `256000`
46
+ */
47
+ Settings?: string;
34
48
  /**
35
49
  * The state of the contact flow module.
36
50
  * @maxLength `500`
@@ -2,33 +2,39 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
4
  * Resource type definition for `AWS::EC2::Volume`.
5
- * Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
6
- When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time.
7
- Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
8
- Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
5
+ * Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
6
+ + When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
9
7
  + You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
10
8
  + You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
11
9
 
12
10
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
13
- *DeletionPolicy attribute*
11
+ + Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
12
+
13
+ *DeletionPolicy attribute*
14
14
  To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
15
15
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
16
16
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
17
17
  */
18
18
  export type EC2VolumeProperties = {
19
19
  /**
20
- * Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
20
+ * Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
21
21
  */
22
22
  AutoEnableIO?: boolean;
23
23
  /**
24
24
  * The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
25
25
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
26
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
26
27
  */
27
28
  AvailabilityZone?: string;
29
+ /**
30
+ * The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
31
+ Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
32
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
33
+ */
28
34
  AvailabilityZoneId?: string;
29
35
  /**
30
- * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
31
- Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
36
+ * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
37
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
32
38
  */
33
39
  Encrypted?: boolean;
34
40
  /**
@@ -49,6 +55,8 @@ export type EC2VolumeProperties = {
49
55
  + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
50
56
  + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
51
57
  + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
58
+
59
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
52
60
  */
53
61
  KmsKeyId?: string;
54
62
  /**
@@ -57,12 +65,16 @@ export type EC2VolumeProperties = {
57
65
  */
58
66
  MultiAttachEnabled?: boolean;
59
67
  /**
60
- * The Amazon Resource Name (ARN) of the Outpost.
61
- */
68
+ * The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
69
+ If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
70
+ */
62
71
  OutpostArn?: string;
63
72
  /**
64
- * The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
65
- Valid sizes:
73
+ * The size of the volume, in GiBs.
74
+ + Required for new empty volumes.
75
+ + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
76
+
77
+ Supported volume sizes:
66
78
  + gp2: ``1 - 16,384`` GiB
67
79
  + gp3: ``1 - 65,536`` GiB
68
80
  + io1: ``4 - 16,384`` GiB
@@ -72,9 +84,12 @@ export type EC2VolumeProperties = {
72
84
  */
73
85
  Size?: number;
74
86
  /**
75
- * The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
87
+ * The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
76
88
  */
77
89
  SnapshotId?: string;
90
+ /**
91
+ * The ID of the source EBS volume to copy. When specified, the volume is created as an exact copy of the specified volume. Only specify to create a volume copy. To create a new empty volume or to create a volume from a snapshot, omit this parameter,
92
+ */
78
93
  SourceVolumeId?: string;
79
94
  /**
80
95
  * The tags to apply to the volume during creation.
@@ -105,7 +120,8 @@ export type EC2VolumeProperties = {
105
120
  + Cold HDD: ``sc1``
106
121
  + Magnetic: ``standard``
107
122
 
108
- For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
123
+ Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
124
+ For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
109
125
  Default: ``gp2``
110
126
  */
111
127
  VolumeType?: string;
@@ -134,15 +150,15 @@ export type Tag = {
134
150
  };
135
151
  /**
136
152
  * Resource type definition for `AWS::EC2::Volume`.
137
- * Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
138
- When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time.
139
- Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
140
- Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
153
+ * Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
154
+ + When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
141
155
  + You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
142
156
  + You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
143
157
 
144
158
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
145
- *DeletionPolicy attribute*
159
+ + Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
160
+
161
+ *DeletionPolicy attribute*
146
162
  To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
147
163
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
148
164
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
@@ -1,15 +1,15 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * Resource type definition for `AWS::EC2::Volume`.
4
- * Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
5
- When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time.
6
- Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
7
- Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
4
+ * Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
5
+ + When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
8
6
  + You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
9
7
  + You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
10
8
 
11
9
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
12
- *DeletionPolicy attribute*
10
+ + Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
11
+
12
+ *DeletionPolicy attribute*
13
13
  To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
14
14
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
15
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
@@ -72,7 +72,7 @@ export type ECRRepositoryCreationTemplateAttributes = {
72
72
  * Enumerable Strings representing the repository creation scenarios that the template will apply towards.
73
73
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
74
74
  */
75
- export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
75
+ export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
76
76
  /**
77
77
  * Type definition for `AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration`.
78
78
  * The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
@@ -53,6 +53,7 @@ export type BaselineEbsBandwidthMbpsRequest = {
53
53
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
54
54
  */
55
55
  export type InstanceLaunchTemplate = {
56
+ CapacityOptionType?: "ON_DEMAND" | "SPOT";
56
57
  Ec2InstanceProfileArn: string;
57
58
  InstanceRequirements?: InstanceRequirementsRequest;
58
59
  Monitoring?: ManagedInstancesMonitoringOptions;
@@ -9,6 +9,10 @@ export type EMRStepProperties = {
9
9
  * This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
10
10
  */
11
11
  ActionOnFailure: string;
12
+ /**
13
+ * The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
14
+ */
15
+ EncryptionKeyArn?: string;
12
16
  /**
13
17
  * The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
14
18
  */
@@ -17,6 +21,10 @@ export type EMRStepProperties = {
17
21
  * A string that uniquely identifies the cluster (job flow).
18
22
  */
19
23
  JobFlowId: string;
24
+ /**
25
+ * The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
26
+ */
27
+ LogUri?: string;
20
28
  /**
21
29
  * The name of the cluster step.
22
30
  */
@@ -1696,7 +1696,7 @@ export type DashboardVersionDefinition = {
1696
1696
  Options?: AssetOptions;
1697
1697
  /**
1698
1698
  * @minLength `0`
1699
- * @maxLength `200`
1699
+ * @maxLength `400`
1700
1700
  */
1701
1701
  ParameterDeclarations?: ParameterDeclaration[];
1702
1702
  /**
@@ -3106,6 +3106,11 @@ export type FreeFormLayoutConfiguration = {
3106
3106
  */
3107
3107
  export type FreeFormLayoutElement = {
3108
3108
  BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
3109
+ /**
3110
+ * @minLength `0`
3111
+ * @maxLength `50`
3112
+ */
3113
+ BorderRadius?: string;
3109
3114
  BorderStyle?: FreeFormLayoutElementBorderStyle;
3110
3115
  /**
3111
3116
  * @minLength `1`
@@ -3119,6 +3124,11 @@ export type FreeFormLayoutElement = {
3119
3124
  */
3120
3125
  Height: string;
3121
3126
  LoadingAnimation?: LoadingAnimation;
3127
+ /**
3128
+ * @minLength `0`
3129
+ * @maxLength `200`
3130
+ */
3131
+ Padding?: string;
3122
3132
  /**
3123
3133
  * @minLength `0`
3124
3134
  * @maxLength `10000`
@@ -3160,6 +3170,12 @@ export type FreeFormLayoutElementBorderStyle = {
3160
3170
  */
3161
3171
  Color?: string;
3162
3172
  Visibility?: Visibility;
3173
+ /**
3174
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
3175
+ * @minLength `0`
3176
+ * @maxLength `50`
3177
+ */
3178
+ Width?: string;
3163
3179
  };
3164
3180
  /**
3165
3181
  * Type definition for `AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions`.
@@ -3920,6 +3936,13 @@ export type GridLayoutConfiguration = {
3920
3936
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html}
3921
3937
  */
3922
3938
  export type GridLayoutElement = {
3939
+ BackgroundStyle?: GridLayoutElementBackgroundStyle;
3940
+ /**
3941
+ * @minLength `0`
3942
+ * @maxLength `50`
3943
+ */
3944
+ BorderRadius?: string;
3945
+ BorderStyle?: GridLayoutElementBorderStyle;
3923
3946
  /**
3924
3947
  * @min `0`
3925
3948
  * @max `35`
@@ -3937,6 +3960,12 @@ export type GridLayoutElement = {
3937
3960
  */
3938
3961
  ElementId: string;
3939
3962
  ElementType: LayoutElementType;
3963
+ LoadingAnimation?: LoadingAnimation;
3964
+ /**
3965
+ * @minLength `0`
3966
+ * @maxLength `200`
3967
+ */
3968
+ Padding?: string;
3940
3969
  /**
3941
3970
  * @min `0`
3942
3971
  * @max `9009`
@@ -3947,6 +3976,35 @@ export type GridLayoutElement = {
3947
3976
  * @max `21`
3948
3977
  */
3949
3978
  RowSpan: number;
3979
+ SelectedBorderStyle?: GridLayoutElementBorderStyle;
3980
+ };
3981
+ /**
3982
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBackgroundStyle`.
3983
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
3984
+ */
3985
+ export type GridLayoutElementBackgroundStyle = {
3986
+ /**
3987
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
3988
+ */
3989
+ Color?: string;
3990
+ Visibility?: Visibility;
3991
+ };
3992
+ /**
3993
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBorderStyle`.
3994
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
3995
+ */
3996
+ export type GridLayoutElementBorderStyle = {
3997
+ /**
3998
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
3999
+ */
4000
+ Color?: string;
4001
+ Visibility?: Visibility;
4002
+ /**
4003
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
4004
+ * @minLength `0`
4005
+ * @maxLength `50`
4006
+ */
4007
+ Width?: string;
3950
4008
  };
3951
4009
  /**
3952
4010
  * Type definition for `AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions`.
@@ -36,6 +36,7 @@ export type WorkSpacesWebUserSettingsProperties = {
36
36
  Tags?: Tag[];
37
37
  ToolbarConfiguration?: ToolbarConfiguration;
38
38
  UploadAllowed: EnabledType;
39
+ WebAuthnAllowed?: EnabledType;
39
40
  };
40
41
  /**
41
42
  * Attribute type definition for `AWS::WorkSpacesWeb::UserSettings`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.505",
3
+ "version": "0.1.506",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },