@awboost/cfn-resource-types 0.1.482 → 0.1.483

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.
@@ -50,6 +50,7 @@ export type BackupRuleResourceType = {
50
50
  ScheduleExpressionTimezone?: string;
51
51
  StartWindowMinutes?: number;
52
52
  TargetBackupVault: string;
53
+ TargetLogicallyAirGappedBackupVaultArn?: string;
53
54
  };
54
55
  /**
55
56
  * Type definition for `AWS::Backup::BackupPlan.CopyActionResourceType`.
@@ -0,0 +1,51 @@
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::Cognito::Terms
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html}
6
+ */
7
+ export type CognitoTermsProperties = {
8
+ ClientId?: string;
9
+ Enforcement: TermsEnforcementType;
10
+ Links: LinksType;
11
+ /**
12
+ * @pattern `^(terms-of-use|privacy-policy)$`
13
+ */
14
+ TermsName: string;
15
+ TermsSource: TermsSourceType;
16
+ UserPoolId: string;
17
+ };
18
+ /**
19
+ * Attribute type definition for `AWS::Cognito::Terms`.
20
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html#aws-resource-cognito-terms-return-values}
21
+ */
22
+ export type CognitoTermsAttributes = {
23
+ /**
24
+ * @pattern `^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$`
25
+ */
26
+ TermsId: string;
27
+ };
28
+ /**
29
+ * Type definition for `AWS::Cognito::Terms.LinksType`.
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-linkstype.html}
31
+ */
32
+ export type LinksType = Record<string, string>;
33
+ /**
34
+ * Type definition for `AWS::Cognito::Terms.TermsEnforcementType`.
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-termsenforcementtype.html}
36
+ */
37
+ export type TermsEnforcementType = "NONE";
38
+ /**
39
+ * Type definition for `AWS::Cognito::Terms.TermsSourceType`.
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-termssourcetype.html}
41
+ */
42
+ export type TermsSourceType = "LINK";
43
+ /**
44
+ * Resource Type definition for AWS::Cognito::Terms
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html}
46
+ */
47
+ export declare class CognitoTerms extends $Resource<"AWS::Cognito::Terms", CognitoTermsProperties, CognitoTermsAttributes> {
48
+ static readonly Type = "AWS::Cognito::Terms";
49
+ constructor(logicalId: string, properties: CognitoTermsProperties, options?: $ResourceOptions);
50
+ }
51
+ //# sourceMappingURL=AWS-Cognito-Terms.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::Cognito::Terms
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html}
5
+ */
6
+ export class CognitoTerms extends $Resource {
7
+ static Type = "AWS::Cognito::Terms";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, CognitoTerms.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-Cognito-Terms.js.map
@@ -152,7 +152,7 @@ export type EvaluationFormItemEnablementExpression = {
152
152
  /**
153
153
  * Specifies the comparison method to determine if the source value matches any of the specified values.
154
154
  */
155
- Comparator: "IN" | "NOT_IN";
155
+ Comparator: "IN" | "NOT_IN" | "ALL_IN" | "EXACT";
156
156
  /**
157
157
  * Identifies the form item whose value will be evaluated in the expression.
158
158
  */
@@ -279,7 +279,7 @@ export type EvaluationFormQuestion = {
279
279
  * The type of the question.
280
280
  *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
281
281
  */
282
- QuestionType: "NUMERIC" | "SINGLESELECT" | "TEXT";
282
+ QuestionType: "NUMERIC" | "SINGLESELECT" | "TEXT" | "MULTISELECT" | "DATETIME";
283
283
  /**
284
284
  * The properties of the type of question. Text questions do not have to define question type properties.
285
285
  */
@@ -312,7 +312,7 @@ export type EvaluationFormQuestion = {
312
312
  */
313
313
  export type EvaluationFormQuestionAutomationAnswerSource = {
314
314
  /**
315
- * The type of the answer sourcr
315
+ * The type of the answer source
316
316
  */
317
317
  SourceType: "CONTACT_LENS_DATA" | "GEN_AI";
318
318
  };
@@ -491,7 +491,7 @@ export type NumericQuestionPropertyValueAutomation = {
491
491
  /**
492
492
  * The property label of the automation.
493
493
  */
494
- Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION";
494
+ Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION" | "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT";
495
495
  };
496
496
  /**
497
497
  * Type definition for `AWS::Connect::EvaluationForm.ScoringStrategy`.
@@ -0,0 +1,52 @@
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
+ * AWS::EC2::TransitGatewayMeteringPolicy Resource Definition
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
6
+ */
7
+ export type EC2TransitGatewayMeteringPolicyProperties = {
8
+ /**
9
+ * Middle box attachment Ids
10
+ */
11
+ MiddleboxAttachmentIds?: string[];
12
+ Tags?: Tag[];
13
+ /**
14
+ * The Id of transit gateway
15
+ */
16
+ TransitGatewayId: string;
17
+ };
18
+ /**
19
+ * Attribute type definition for `AWS::EC2::TransitGatewayMeteringPolicy`.
20
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#aws-resource-ec2-transitgatewaymeteringpolicy-return-values}
21
+ */
22
+ export type EC2TransitGatewayMeteringPolicyAttributes = {
23
+ /**
24
+ * State of the transit gateway metering policy
25
+ */
26
+ State: string;
27
+ /**
28
+ * The Id of the transit gateway metering policy
29
+ */
30
+ TransitGatewayMeteringPolicyId: string;
31
+ /**
32
+ * The timestamp at which the latest action performed on the metering policy will become effective
33
+ */
34
+ UpdateEffectiveAt: string;
35
+ };
36
+ /**
37
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicy.Tag`.
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicy-tag.html}
39
+ */
40
+ export type Tag = {
41
+ Key: string;
42
+ Value: string;
43
+ };
44
+ /**
45
+ * AWS::EC2::TransitGatewayMeteringPolicy Resource Definition
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
47
+ */
48
+ export declare class EC2TransitGatewayMeteringPolicy extends $Resource<"AWS::EC2::TransitGatewayMeteringPolicy", EC2TransitGatewayMeteringPolicyProperties, EC2TransitGatewayMeteringPolicyAttributes> {
49
+ static readonly Type = "AWS::EC2::TransitGatewayMeteringPolicy";
50
+ constructor(logicalId: string, properties: EC2TransitGatewayMeteringPolicyProperties, options?: $ResourceOptions);
51
+ }
52
+ //# sourceMappingURL=AWS-EC2-TransitGatewayMeteringPolicy.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * AWS::EC2::TransitGatewayMeteringPolicy Resource Definition
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
5
+ */
6
+ export class EC2TransitGatewayMeteringPolicy extends $Resource {
7
+ static Type = "AWS::EC2::TransitGatewayMeteringPolicy";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, EC2TransitGatewayMeteringPolicy.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-EC2-TransitGatewayMeteringPolicy.js.map
@@ -0,0 +1,89 @@
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
+ * AWS::EC2::TransitGatewayMeteringPolicyEntry Resource Definition
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
6
+ */
7
+ export type EC2TransitGatewayMeteringPolicyEntryProperties = {
8
+ /**
9
+ * The list of IP addresses of the instances receiving traffic from the transit gateway
10
+ */
11
+ DestinationCidrBlock?: string;
12
+ /**
13
+ * The list of ports on destination instances receiving traffic from the transit gateway
14
+ */
15
+ DestinationPortRange?: string;
16
+ /**
17
+ * The ID of the source attachment through which traffic leaves a transit gateway
18
+ */
19
+ DestinationTransitGatewayAttachmentId?: string;
20
+ /**
21
+ * The type of the attachment through which traffic leaves a transit gateway
22
+ */
23
+ DestinationTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType;
24
+ /**
25
+ * The resource owner information responsible for paying default billable charges for the traffic flow
26
+ */
27
+ MeteredAccount: TransitGatewayMeteringPayerType;
28
+ /**
29
+ * The rule number of the metering policy entry
30
+ */
31
+ PolicyRuleNumber: number;
32
+ /**
33
+ * The protocol of the traffic
34
+ */
35
+ Protocol?: string;
36
+ /**
37
+ * The list of IP addresses of the instances sending traffic to the transit gateway for which the metering policy entry is applicable
38
+ */
39
+ SourceCidrBlock?: string;
40
+ /**
41
+ * The list of ports on source instances sending traffic to the transit gateway
42
+ */
43
+ SourcePortRange?: string;
44
+ /**
45
+ * The ID of the source attachment through which traffic enters a transit gateway
46
+ */
47
+ SourceTransitGatewayAttachmentId?: string;
48
+ /**
49
+ * The type of the attachment through which traffic enters a transit gateway
50
+ */
51
+ SourceTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType;
52
+ /**
53
+ * The ID of the transit gateway metering policy for which the entry is being created
54
+ */
55
+ TransitGatewayMeteringPolicyId: string;
56
+ };
57
+ /**
58
+ * Attribute type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry`.
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#aws-resource-ec2-transitgatewaymeteringpolicyentry-return-values}
60
+ */
61
+ export type EC2TransitGatewayMeteringPolicyEntryAttributes = {
62
+ /**
63
+ * State of the transit gateway metering policy
64
+ */
65
+ State: string;
66
+ /**
67
+ * The timestamp at which the latest action performed on the metering policy entry will become effective
68
+ */
69
+ UpdateEffectiveAt: string;
70
+ };
71
+ /**
72
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry.TransitGatewayAttachmentResourceType`.
73
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicyentry-transitgatewayattachmentresourcetype.html}
74
+ */
75
+ export type TransitGatewayAttachmentResourceType = "vpc" | "vpn" | "direct-connect-gateway" | "peering" | "network-function" | "vpn-concentrator";
76
+ /**
77
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry.TransitGatewayMeteringPayerType`.
78
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicyentry-transitgatewaymeteringpayertype.html}
79
+ */
80
+ export type TransitGatewayMeteringPayerType = "source-attachment-owner" | "destination-attachment-owner" | "transit-gateway-owner";
81
+ /**
82
+ * AWS::EC2::TransitGatewayMeteringPolicyEntry Resource Definition
83
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
84
+ */
85
+ export declare class EC2TransitGatewayMeteringPolicyEntry extends $Resource<"AWS::EC2::TransitGatewayMeteringPolicyEntry", EC2TransitGatewayMeteringPolicyEntryProperties, EC2TransitGatewayMeteringPolicyEntryAttributes> {
86
+ static readonly Type = "AWS::EC2::TransitGatewayMeteringPolicyEntry";
87
+ constructor(logicalId: string, properties: EC2TransitGatewayMeteringPolicyEntryProperties, options?: $ResourceOptions);
88
+ }
89
+ //# sourceMappingURL=AWS-EC2-TransitGatewayMeteringPolicyEntry.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * AWS::EC2::TransitGatewayMeteringPolicyEntry Resource Definition
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
5
+ */
6
+ export class EC2TransitGatewayMeteringPolicyEntry extends $Resource {
7
+ static Type = "AWS::EC2::TransitGatewayMeteringPolicyEntry";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, EC2TransitGatewayMeteringPolicyEntry.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-EC2-TransitGatewayMeteringPolicyEntry.js.map
@@ -0,0 +1,135 @@
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::EC2::VPCEncryptionControl
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html}
6
+ */
7
+ export type EC2VPCEncryptionControlProperties = {
8
+ /**
9
+ * Used to enable or disable EIGW exclusion
10
+ */
11
+ EgressOnlyInternetGatewayExclusionInput?: "enable" | "disable";
12
+ /**
13
+ * Used to enable or disable EFS exclusion
14
+ */
15
+ ElasticFileSystemExclusionInput?: "enable" | "disable";
16
+ /**
17
+ * Used to enable or disable IGW exclusion
18
+ */
19
+ InternetGatewayExclusionInput?: "enable" | "disable";
20
+ /**
21
+ * Used to enable or disable Lambda exclusion
22
+ */
23
+ LambdaExclusionInput?: "enable" | "disable";
24
+ /**
25
+ * The VPC encryption control mode, either monitor or enforce.
26
+ */
27
+ Mode?: "monitor" | "enforce";
28
+ /**
29
+ * Used to enable or disable Nat gateway exclusion
30
+ */
31
+ NatGatewayExclusionInput?: "enable" | "disable";
32
+ /**
33
+ * The tags to assign to the VPC encryption control.
34
+ */
35
+ Tags?: Tag[];
36
+ /**
37
+ * Used to enable or disable VGW exclusion
38
+ */
39
+ VirtualPrivateGatewayExclusionInput?: "enable" | "disable";
40
+ /**
41
+ * The VPC on which this VPC encryption control is applied.
42
+ */
43
+ VpcId?: string;
44
+ /**
45
+ * Used to enable or disable Vpc Lattice exclusion
46
+ */
47
+ VpcLatticeExclusionInput?: "enable" | "disable";
48
+ /**
49
+ * Used to enable or disable VPC peering exclusion
50
+ */
51
+ VpcPeeringExclusionInput?: "enable" | "disable";
52
+ };
53
+ /**
54
+ * Attribute type definition for `AWS::EC2::VPCEncryptionControl`.
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html#aws-resource-ec2-vpcencryptioncontrol-return-values}
56
+ */
57
+ export type EC2VPCEncryptionControlAttributes = {
58
+ /**
59
+ * Enumerates the states of all the VPC encryption control resource exclusions
60
+ */
61
+ ResourceExclusions: {
62
+ EgressOnlyInternetGateway: {
63
+ State: string;
64
+ StateMessage: string;
65
+ };
66
+ ElasticFileSystem: {
67
+ State: string;
68
+ StateMessage: string;
69
+ };
70
+ InternetGateway: {
71
+ State: string;
72
+ StateMessage: string;
73
+ };
74
+ Lambda: {
75
+ State: string;
76
+ StateMessage: string;
77
+ };
78
+ NatGateway: {
79
+ State: string;
80
+ StateMessage: string;
81
+ };
82
+ VirtualPrivateGateway: {
83
+ State: string;
84
+ StateMessage: string;
85
+ };
86
+ VpcLattice: {
87
+ State: string;
88
+ StateMessage: string;
89
+ };
90
+ VpcPeering: {
91
+ State: string;
92
+ StateMessage: string;
93
+ };
94
+ };
95
+ /**
96
+ * The current state of the VPC encryption control.
97
+ */
98
+ State: "creating" | "available" | "monitor-in-progress" | "enforce-in-progress" | "monitor-failed" | "enforce-failed" | "deleting" | "deleted" | "delete-failed";
99
+ /**
100
+ * Provides additional context on the state of the VPC encryption control.
101
+ */
102
+ StateMessage: string;
103
+ /**
104
+ * The VPC encryption control resource id.
105
+ */
106
+ VpcEncryptionControlId: string;
107
+ };
108
+ /**
109
+ * Type definition for `AWS::EC2::VPCEncryptionControl.Tag`.
110
+ * A key-value pair to associate with a resource.
111
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpcencryptioncontrol-tag.html}
112
+ */
113
+ export type Tag = {
114
+ /**
115
+ * 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 -.
116
+ * @minLength `1`
117
+ * @maxLength `128`
118
+ */
119
+ Key: string;
120
+ /**
121
+ * 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 -.
122
+ * @minLength `0`
123
+ * @maxLength `256`
124
+ */
125
+ Value: string;
126
+ };
127
+ /**
128
+ * Resource Type definition for AWS::EC2::VPCEncryptionControl
129
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html}
130
+ */
131
+ export declare class EC2VPCEncryptionControl extends $Resource<"AWS::EC2::VPCEncryptionControl", EC2VPCEncryptionControlProperties, EC2VPCEncryptionControlAttributes> {
132
+ static readonly Type = "AWS::EC2::VPCEncryptionControl";
133
+ constructor(logicalId: string, properties: EC2VPCEncryptionControlProperties, options?: $ResourceOptions);
134
+ }
135
+ //# sourceMappingURL=AWS-EC2-VPCEncryptionControl.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::EC2::VPCEncryptionControl
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html}
5
+ */
6
+ export class EC2VPCEncryptionControl extends $Resource {
7
+ static Type = "AWS::EC2::VPCEncryptionControl";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, EC2VPCEncryptionControl.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-EC2-VPCEncryptionControl.js.map
@@ -0,0 +1,201 @@
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::ECS::ExpressGatewayService
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
6
+ */
7
+ export type ECSExpressGatewayServiceProperties = {
8
+ Cluster?: string;
9
+ Cpu?: string;
10
+ ExecutionRoleArn: string;
11
+ HealthCheckPath?: string;
12
+ InfrastructureRoleArn: string;
13
+ Memory?: string;
14
+ NetworkConfiguration?: ExpressGatewayServiceNetworkConfiguration;
15
+ PrimaryContainer: ExpressGatewayContainer;
16
+ ScalingTarget?: ExpressGatewayScalingTarget;
17
+ ServiceName?: string;
18
+ Tags?: Tag[];
19
+ TaskRoleArn?: string;
20
+ };
21
+ /**
22
+ * Attribute type definition for `AWS::ECS::ExpressGatewayService`.
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html#aws-resource-ecs-expressgatewayservice-return-values}
24
+ */
25
+ export type ECSExpressGatewayServiceAttributes = {
26
+ ActiveConfigurations: {
27
+ Cpu: string;
28
+ CreatedAt: string;
29
+ ExecutionRoleArn: string;
30
+ HealthCheckPath: string;
31
+ IngressPaths: {
32
+ AccessType: AccessType;
33
+ Endpoint: string;
34
+ }[];
35
+ Memory: string;
36
+ NetworkConfiguration: {
37
+ SecurityGroups: string[];
38
+ Subnets: string[];
39
+ };
40
+ PrimaryContainer: {
41
+ AwsLogsConfiguration: {
42
+ LogGroup: string;
43
+ LogStreamPrefix: string;
44
+ };
45
+ Command: string[];
46
+ ContainerPort: number;
47
+ Environment: {
48
+ Name: string;
49
+ Value: string;
50
+ }[];
51
+ Image: string;
52
+ RepositoryCredentials: {
53
+ CredentialsParameter: string;
54
+ };
55
+ Secrets: {
56
+ Name: string;
57
+ ValueFrom: string;
58
+ }[];
59
+ };
60
+ ScalingTarget: {
61
+ AutoScalingMetric: ExpressGatewayServiceScalingMetric;
62
+ AutoScalingTargetValue: number;
63
+ MaxTaskCount: number;
64
+ MinTaskCount: number;
65
+ };
66
+ ServiceRevisionArn: string;
67
+ TaskRoleArn: string;
68
+ }[];
69
+ CreatedAt: string;
70
+ ServiceArn: string;
71
+ Status: {
72
+ StatusCode: ExpressGatewayServiceStatusCode;
73
+ };
74
+ UpdatedAt: string;
75
+ };
76
+ /**
77
+ * Type definition for `AWS::ECS::ExpressGatewayService.AccessType`.
78
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-accesstype.html}
79
+ */
80
+ export type AccessType = "PUBLIC" | "PRIVATE";
81
+ /**
82
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayContainer`.
83
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewaycontainer.html}
84
+ */
85
+ export type ExpressGatewayContainer = {
86
+ AwsLogsConfiguration?: ExpressGatewayServiceAwsLogsConfiguration;
87
+ Command?: string[];
88
+ ContainerPort?: number;
89
+ Environment?: KeyValuePair[];
90
+ Image: string;
91
+ RepositoryCredentials?: ExpressGatewayRepositoryCredentials;
92
+ Secrets?: Secret[];
93
+ };
94
+ /**
95
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayRepositoryCredentials`.
96
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayrepositorycredentials.html}
97
+ */
98
+ export type ExpressGatewayRepositoryCredentials = {
99
+ CredentialsParameter: string;
100
+ };
101
+ /**
102
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayScalingTarget`.
103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayscalingtarget.html}
104
+ */
105
+ export type ExpressGatewayScalingTarget = {
106
+ AutoScalingMetric?: ExpressGatewayServiceScalingMetric;
107
+ AutoScalingTargetValue?: number;
108
+ MaxTaskCount?: number;
109
+ MinTaskCount?: number;
110
+ };
111
+ /**
112
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceAwsLogsConfiguration`.
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceawslogsconfiguration.html}
114
+ */
115
+ export type ExpressGatewayServiceAwsLogsConfiguration = {
116
+ LogGroup: string;
117
+ LogStreamPrefix: string;
118
+ };
119
+ /**
120
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceConfiguration`.
121
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceconfiguration.html}
122
+ */
123
+ export type ExpressGatewayServiceConfiguration = {
124
+ Cpu?: string;
125
+ CreatedAt?: string;
126
+ ExecutionRoleArn?: string;
127
+ HealthCheckPath?: string;
128
+ IngressPaths?: IngressPathSummary[];
129
+ Memory?: string;
130
+ NetworkConfiguration?: ExpressGatewayServiceNetworkConfiguration;
131
+ PrimaryContainer?: ExpressGatewayContainer;
132
+ ScalingTarget?: ExpressGatewayScalingTarget;
133
+ ServiceRevisionArn?: string;
134
+ TaskRoleArn?: string;
135
+ };
136
+ /**
137
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceNetworkConfiguration`.
138
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicenetworkconfiguration.html}
139
+ */
140
+ export type ExpressGatewayServiceNetworkConfiguration = {
141
+ SecurityGroups?: string[];
142
+ Subnets?: string[];
143
+ };
144
+ /**
145
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceScalingMetric`.
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicescalingmetric.html}
147
+ */
148
+ export type ExpressGatewayServiceScalingMetric = "AVERAGE_CPU" | "AVERAGE_MEMORY" | "REQUEST_COUNT_PER_TARGET";
149
+ /**
150
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatus`.
151
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatus.html}
152
+ */
153
+ export type ExpressGatewayServiceStatus = {
154
+ StatusCode?: ExpressGatewayServiceStatusCode;
155
+ };
156
+ /**
157
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatusCode`.
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatuscode.html}
159
+ */
160
+ export type ExpressGatewayServiceStatusCode = "ACTIVE" | "DRAINING" | "INACTIVE";
161
+ /**
162
+ * Type definition for `AWS::ECS::ExpressGatewayService.IngressPathSummary`.
163
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-ingresspathsummary.html}
164
+ */
165
+ export type IngressPathSummary = {
166
+ AccessType?: AccessType;
167
+ Endpoint?: string;
168
+ };
169
+ /**
170
+ * Type definition for `AWS::ECS::ExpressGatewayService.KeyValuePair`.
171
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-keyvaluepair.html}
172
+ */
173
+ export type KeyValuePair = {
174
+ Name: string;
175
+ Value: string;
176
+ };
177
+ /**
178
+ * Type definition for `AWS::ECS::ExpressGatewayService.Secret`.
179
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-secret.html}
180
+ */
181
+ export type Secret = {
182
+ Name: string;
183
+ ValueFrom: string;
184
+ };
185
+ /**
186
+ * Type definition for `AWS::ECS::ExpressGatewayService.Tag`.
187
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-tag.html}
188
+ */
189
+ export type Tag = {
190
+ Key: string;
191
+ Value: string;
192
+ };
193
+ /**
194
+ * Resource Type definition for AWS::ECS::ExpressGatewayService
195
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
196
+ */
197
+ export declare class ECSExpressGatewayService extends $Resource<"AWS::ECS::ExpressGatewayService", ECSExpressGatewayServiceProperties, ECSExpressGatewayServiceAttributes> {
198
+ static readonly Type = "AWS::ECS::ExpressGatewayService";
199
+ constructor(logicalId: string, properties: ECSExpressGatewayServiceProperties, options?: $ResourceOptions);
200
+ }
201
+ //# sourceMappingURL=AWS-ECS-ExpressGatewayService.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::ECS::ExpressGatewayService
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
5
+ */
6
+ export class ECSExpressGatewayService extends $Resource {
7
+ static Type = "AWS::ECS::ExpressGatewayService";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ECSExpressGatewayService.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ECS-ExpressGatewayService.js.map
@@ -18,6 +18,10 @@ export type EKSClusterProperties = {
18
18
  * Todo: add description
19
19
  */
20
20
  ComputeConfig?: ComputeConfig;
21
+ /**
22
+ * Configuration for provisioned control plane scaling.
23
+ */
24
+ ControlPlaneScalingConfig?: ControlPlaneScalingConfig;
21
25
  /**
22
26
  * Set this value to true to enable deletion protection for the cluster.
23
27
  */
@@ -190,6 +194,17 @@ export type ControlPlanePlacement = {
190
194
  */
191
195
  GroupName?: string;
192
196
  };
197
+ /**
198
+ * Type definition for `AWS::EKS::Cluster.ControlPlaneScalingConfig`.
199
+ * Configuration for provisioned control plane scaling.
200
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplanescalingconfig.html}
201
+ */
202
+ export type ControlPlaneScalingConfig = {
203
+ /**
204
+ * The scaling tier for the provisioned control plane.
205
+ */
206
+ Tier?: "standard" | "tier-xl" | "tier-2xl" | "tier-4xl";
207
+ };
193
208
  /**
194
209
  * Type definition for `AWS::EKS::Cluster.ElasticLoadBalancing`.
195
210
  * Todo: add description
@@ -167,6 +167,7 @@ export type RootVolumeConfiguration = {
167
167
  */
168
168
  export type SelfManagedActiveDirectoryConfiguration = {
169
169
  DnsIps?: string[];
170
+ DomainJoinServiceAccountSecret?: string;
170
171
  DomainName?: string;
171
172
  FileSystemAdministratorsGroup?: string;
172
173
  OrganizationalUnitDistinguishedName?: string;
@@ -35,6 +35,7 @@ export type ActiveDirectoryConfiguration = {
35
35
  */
36
36
  export type SelfManagedActiveDirectoryConfiguration = {
37
37
  DnsIps?: string[];
38
+ DomainJoinServiceAccountSecret?: string;
38
39
  DomainName?: string;
39
40
  FileSystemAdministratorsGroup?: string;
40
41
  OrganizationalUnitDistinguishedName?: string;
@@ -6,26 +6,11 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html}
7
7
  */
8
8
  export type OpenSearchServerlessCollectionProperties = {
9
- /**
10
- * The name of the collection group.
11
-
12
- The name must meet the following criteria:
13
- Unique to your account and AWS Region
14
- Starts with a lowercase letter
15
- Contains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)
16
- Contains between 3 and 32 characters
17
-
18
- */
19
- CollectionGroupName?: string;
20
9
  /**
21
10
  * The description of the collection
22
11
  * @maxLength `1000`
23
12
  */
24
13
  Description?: string;
25
- /**
26
- * The configuration to encrypt the collection
27
- */
28
- EncryptionConfig?: EncryptionConfig;
29
14
  /**
30
15
  * The name of the collection.
31
16
 
@@ -89,21 +74,6 @@ export type OpenSearchServerlessCollectionAttributes = {
89
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-collectiontype.html}
90
75
  */
91
76
  export type CollectionType = "SEARCH" | "TIMESERIES" | "VECTORSEARCH";
92
- /**
93
- * Type definition for `AWS::OpenSearchServerless::Collection.EncryptionConfig`.
94
- * The configuration to encrypt the collection
95
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html}
96
- */
97
- export type EncryptionConfig = {
98
- /**
99
- * The configuration to encrypt the collection with AWS owned key
100
- */
101
- AWSOwnedKey?: boolean;
102
- /**
103
- * The ARN of the KMS key to encrypt the collection with
104
- */
105
- KmsKeyArn?: string;
106
- };
107
77
  /**
108
78
  * Type definition for `AWS::OpenSearchServerless::Collection.StandbyReplicas`.
109
79
  * The possible standby replicas for the collection
@@ -55,6 +55,10 @@ export type PCSClusterProperties = {
55
55
  * The shared Slurm key for authentication, also known as the cluster secret.
56
56
  */
57
57
  AuthKey?: AuthKey;
58
+ /**
59
+ * JWT authentication configuration for Slurm.
60
+ */
61
+ JwtAuth?: JwtAuth;
58
62
  /**
59
63
  * The time before an idle node is scaled down.
60
64
  * @min `1`
@@ -64,6 +68,10 @@ export type PCSClusterProperties = {
64
68
  * Additional Slurm-specific configuration that directly maps to Slurm settings.
65
69
  */
66
70
  SlurmCustomSettings?: SlurmCustomSetting[];
71
+ /**
72
+ * The SlurmRest configuration includes configurable settings for Slurm Rest.
73
+ */
74
+ SlurmRest?: SlurmRest;
67
75
  };
68
76
  /**
69
77
  * 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
@@ -102,7 +110,7 @@ export type PCSClusterAttributes = {
102
110
  /**
103
111
  * Indicates the type of endpoint running at the specific IP address.
104
112
  */
105
- Type: "SLURMCTLD" | "SLURMDBD";
113
+ Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
106
114
  }[];
107
115
  /**
108
116
  * The list of errors that occurred during cluster provisioning.
@@ -184,7 +192,7 @@ export type Endpoint = {
184
192
  /**
185
193
  * Indicates the type of endpoint running at the specific IP address.
186
194
  */
187
- Type: "SLURMCTLD" | "SLURMDBD";
195
+ Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
188
196
  };
189
197
  /**
190
198
  * Type definition for `AWS::PCS::Cluster.ErrorInfo`.
@@ -201,6 +209,32 @@ export type ErrorInfo = {
201
209
  */
202
210
  Message?: string;
203
211
  };
212
+ /**
213
+ * Type definition for `AWS::PCS::Cluster.JwtAuth`.
214
+ * JWT authentication configuration for Slurm.
215
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtauth.html}
216
+ */
217
+ export type JwtAuth = {
218
+ /**
219
+ * JWT key configuration.
220
+ */
221
+ JwtKey?: JwtKey;
222
+ };
223
+ /**
224
+ * Type definition for `AWS::PCS::Cluster.JwtKey`.
225
+ * JWT key configuration.
226
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtkey.html}
227
+ */
228
+ export type JwtKey = {
229
+ /**
230
+ * The Amazon Resource Name (ARN) of the JWT key secret.
231
+ */
232
+ SecretArn: string;
233
+ /**
234
+ * The version of the JWT key secret.
235
+ */
236
+ SecretVersion: string;
237
+ };
204
238
  /**
205
239
  * Type definition for `AWS::PCS::Cluster.SlurmCustomSetting`.
206
240
  * Additional settings that directly map to Slurm settings.
@@ -216,6 +250,17 @@ export type SlurmCustomSetting = {
216
250
  */
217
251
  ParameterValue: string;
218
252
  };
253
+ /**
254
+ * Type definition for `AWS::PCS::Cluster.SlurmRest`.
255
+ * The SlurmRest configuration includes configurable settings for Slurm Rest.
256
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmrest.html}
257
+ */
258
+ export type SlurmRest = {
259
+ /**
260
+ * The default value is `STANDARD`. A value of `STANDARD` means that Slurm Rest is enabled.
261
+ */
262
+ Mode: "STANDARD" | "NONE";
263
+ };
219
264
  /**
220
265
  * AWS::PCS::Cluster resource creates an AWS PCS cluster.
221
266
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
@@ -27,7 +27,7 @@ export type RbinRuleProperties = {
27
27
  /**
28
28
  * The resource type retained by the retention rule.
29
29
  */
30
- ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE";
30
+ ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME";
31
31
  /**
32
32
  * Information about the retention period for which the retention rule is to retain resources.
33
33
  */
@@ -57,6 +57,7 @@ export type SecretsManagerSecretProperties = {
57
57
  + If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @.
58
58
  */
59
59
  Tags?: Tag[];
60
+ Type?: string;
60
61
  };
61
62
  /**
62
63
  * Attribute type definition for `AWS::SecretsManager::Secret`.
@@ -59,12 +59,18 @@ export type AIAgentConfiguration = {
59
59
  AnswerRecommendationAIAgentConfiguration: AnswerRecommendationAIAgentConfiguration;
60
60
  } | {
61
61
  SelfServiceAIAgentConfiguration: SelfServiceAIAgentConfiguration;
62
+ } | {
63
+ EmailResponseAIAgentConfiguration: EmailResponseAIAgentConfiguration;
64
+ } | {
65
+ EmailOverviewAIAgentConfiguration: EmailOverviewAIAgentConfiguration;
66
+ } | {
67
+ EmailGenerativeAnswerAIAgentConfiguration: EmailGenerativeAnswerAIAgentConfiguration;
62
68
  };
63
69
  /**
64
70
  * Type definition for `AWS::Wisdom::AIAgent.AIAgentType`.
65
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-aiagenttype.html}
66
72
  */
67
- export type AIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE";
73
+ export type AIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER";
68
74
  /**
69
75
  * Type definition for `AWS::Wisdom::AIAgent.AnswerRecommendationAIAgentConfiguration`.
70
76
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-answerrecommendationaiagentconfiguration.html}
@@ -111,6 +117,58 @@ export type AssociationConfiguration = {
111
117
  export type AssociationConfigurationData = {
112
118
  KnowledgeBaseAssociationConfigurationData: KnowledgeBaseAssociationConfigurationData;
113
119
  };
120
+ /**
121
+ * Type definition for `AWS::Wisdom::AIAgent.EmailGenerativeAnswerAIAgentConfiguration`.
122
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailgenerativeansweraiagentconfiguration.html}
123
+ */
124
+ export type EmailGenerativeAnswerAIAgentConfiguration = {
125
+ AssociationConfigurations?: AssociationConfiguration[];
126
+ /**
127
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
128
+ */
129
+ EmailGenerativeAnswerAIPromptId?: string;
130
+ /**
131
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
132
+ */
133
+ EmailQueryReformulationAIPromptId?: string;
134
+ /**
135
+ * @minLength `1`
136
+ */
137
+ Locale?: string;
138
+ };
139
+ /**
140
+ * Type definition for `AWS::Wisdom::AIAgent.EmailOverviewAIAgentConfiguration`.
141
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailoverviewaiagentconfiguration.html}
142
+ */
143
+ export type EmailOverviewAIAgentConfiguration = {
144
+ /**
145
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
146
+ */
147
+ EmailOverviewAIPromptId?: string;
148
+ /**
149
+ * @minLength `1`
150
+ */
151
+ Locale?: string;
152
+ };
153
+ /**
154
+ * Type definition for `AWS::Wisdom::AIAgent.EmailResponseAIAgentConfiguration`.
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailresponseaiagentconfiguration.html}
156
+ */
157
+ export type EmailResponseAIAgentConfiguration = {
158
+ AssociationConfigurations?: AssociationConfiguration[];
159
+ /**
160
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
161
+ */
162
+ EmailQueryReformulationAIPromptId?: string;
163
+ /**
164
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
165
+ */
166
+ EmailResponseAIPromptId?: string;
167
+ /**
168
+ * @minLength `1`
169
+ */
170
+ Locale?: string;
171
+ };
114
172
  /**
115
173
  * Type definition for `AWS::Wisdom::AIAgent.KnowledgeBaseAssociationConfigurationData`.
116
174
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-knowledgebaseassociationconfigurationdata.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.482",
3
+ "version": "0.1.483",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },