@awboost/cfn-resource-types 0.1.361 → 0.1.362
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.
|
@@ -9,6 +9,10 @@ export type AccessAnalyzerAnalyzerProperties = {
|
|
|
9
9
|
* The configuration for the analyzer
|
|
10
10
|
*/
|
|
11
11
|
AnalyzerConfiguration?: {
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the configuration of an internal access analyzer for an AWS organization or account. This configuration determines how the analyzer evaluates internal access within your AWS environment.
|
|
14
|
+
*/
|
|
15
|
+
InternalAccessConfiguration?: InternalAccessConfiguration;
|
|
12
16
|
/**
|
|
13
17
|
* The Configuration for Unused Access Analyzer
|
|
14
18
|
*/
|
|
@@ -27,7 +31,7 @@ export type AccessAnalyzerAnalyzerProperties = {
|
|
|
27
31
|
*/
|
|
28
32
|
Tags?: Tag[];
|
|
29
33
|
/**
|
|
30
|
-
* The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS
|
|
34
|
+
* The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_INTERNAL_ACCESS, ORGANIZATION_INTERNAL_ACCESS, ACCOUNT_UNUSED_ACCESS and ORGANIZATION_UNUSED_ACCESS
|
|
31
35
|
* @minLength `0`
|
|
32
36
|
* @maxLength `1024`
|
|
33
37
|
*/
|
|
@@ -90,6 +94,41 @@ export type Filter = {
|
|
|
90
94
|
Neq?: string[];
|
|
91
95
|
Property: string;
|
|
92
96
|
};
|
|
97
|
+
/**
|
|
98
|
+
* Type definition for `AWS::AccessAnalyzer::Analyzer.InternalAccessAnalysisRuleCriteria`.
|
|
99
|
+
* The criteria for an analysis rule for an internal access analyzer.
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessanalysisrulecriteria.html}
|
|
101
|
+
*/
|
|
102
|
+
export type InternalAccessAnalysisRuleCriteria = {
|
|
103
|
+
/**
|
|
104
|
+
* A list of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers and cannot include the organization owner account.
|
|
105
|
+
*/
|
|
106
|
+
AccountIds?: string[];
|
|
107
|
+
/**
|
|
108
|
+
* A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
|
|
109
|
+
*/
|
|
110
|
+
ResourceArns?: string[];
|
|
111
|
+
/**
|
|
112
|
+
* A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types.
|
|
113
|
+
*/
|
|
114
|
+
ResourceTypes?: string[];
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Type definition for `AWS::AccessAnalyzer::Analyzer.InternalAccessConfiguration`.
|
|
118
|
+
* Specifies the configuration of an internal access analyzer for an AWS organization or account. This configuration determines how the analyzer evaluates internal access within your AWS environment.
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessconfiguration.html}
|
|
120
|
+
*/
|
|
121
|
+
export type InternalAccessConfiguration = {
|
|
122
|
+
/**
|
|
123
|
+
* Contains information about analysis rules for the internal access analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
|
|
124
|
+
*/
|
|
125
|
+
InternalAccessAnalysisRule?: {
|
|
126
|
+
/**
|
|
127
|
+
* A list of rules for the internal access analyzer containing criteria to include in analysis. Only resources that meet the rule criteria will generate findings.
|
|
128
|
+
*/
|
|
129
|
+
Inclusions?: InternalAccessAnalysisRuleCriteria[];
|
|
130
|
+
};
|
|
131
|
+
};
|
|
93
132
|
/**
|
|
94
133
|
* Type definition for `AWS::AccessAnalyzer::Analyzer.Tag`.
|
|
95
134
|
* A key-value pair to associate with a resource.
|
|
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html}
|
|
7
7
|
*/
|
|
8
8
|
export type ConnectEvaluationFormProperties = {
|
|
9
|
+
AutoEvaluationConfiguration?: AutoEvaluationConfiguration;
|
|
9
10
|
/**
|
|
10
11
|
* The description of the evaluation form.
|
|
11
12
|
*Length Constraints*: Minimum length of 0. Maximum length of 1024.
|
|
@@ -56,6 +57,16 @@ export type ConnectEvaluationFormAttributes = {
|
|
|
56
57
|
*/
|
|
57
58
|
EvaluationFormArn: string;
|
|
58
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* Type definition for `AWS::Connect::EvaluationForm.AutoEvaluationConfiguration`.
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html}
|
|
63
|
+
*/
|
|
64
|
+
export type AutoEvaluationConfiguration = {
|
|
65
|
+
/**
|
|
66
|
+
* Auto Evaluation enablement status.
|
|
67
|
+
*/
|
|
68
|
+
Enabled?: boolean;
|
|
69
|
+
};
|
|
59
70
|
/**
|
|
60
71
|
* Type definition for `AWS::Connect::EvaluationForm.EvaluationFormBaseItem`.
|
|
61
72
|
* An item at the root level. All items must be sections.
|
|
@@ -88,10 +99,11 @@ export type EvaluationFormItem = {
|
|
|
88
99
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html}
|
|
89
100
|
*/
|
|
90
101
|
export type EvaluationFormNumericQuestionAutomation = {
|
|
102
|
+
AnswerSource?: any;
|
|
91
103
|
/**
|
|
92
104
|
* The property value of the automation.
|
|
93
105
|
*/
|
|
94
|
-
PropertyValue
|
|
106
|
+
PropertyValue?: NumericQuestionPropertyValueAutomation;
|
|
95
107
|
};
|
|
96
108
|
/**
|
|
97
109
|
* Type definition for `AWS::Connect::EvaluationForm.EvaluationFormNumericQuestionOption`.
|
|
@@ -344,7 +356,7 @@ export type NumericQuestionPropertyValueAutomation = {
|
|
|
344
356
|
/**
|
|
345
357
|
* The property label of the automation.
|
|
346
358
|
*/
|
|
347
|
-
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";
|
|
359
|
+
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";
|
|
348
360
|
};
|
|
349
361
|
/**
|
|
350
362
|
* Type definition for `AWS::Connect::EvaluationForm.ScoringStrategy`.
|
|
@@ -318,6 +318,10 @@ export type ProfileAttributes = {
|
|
|
318
318
|
* Specifies profile based criteria for a segment.
|
|
319
319
|
*/
|
|
320
320
|
PhoneNumber?: ProfileDimension;
|
|
321
|
+
/**
|
|
322
|
+
* Specifies profile type based criteria for a segment.
|
|
323
|
+
*/
|
|
324
|
+
ProfileType?: ProfileTypeDimension;
|
|
321
325
|
/**
|
|
322
326
|
* The address based criteria for the segment.
|
|
323
327
|
*/
|
|
@@ -339,6 +343,34 @@ export type ProfileDimension = {
|
|
|
339
343
|
*/
|
|
340
344
|
Values: string[];
|
|
341
345
|
};
|
|
346
|
+
/**
|
|
347
|
+
* Type definition for `AWS::CustomerProfiles::SegmentDefinition.ProfileType`.
|
|
348
|
+
* The type of profile.
|
|
349
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletype.html}
|
|
350
|
+
*/
|
|
351
|
+
export type ProfileType = "ACCOUNT_PROFILE" | "PROFILE";
|
|
352
|
+
/**
|
|
353
|
+
* Type definition for `AWS::CustomerProfiles::SegmentDefinition.ProfileTypeDimension`.
|
|
354
|
+
* Specifies profile type based criteria for a segment.
|
|
355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html}
|
|
356
|
+
*/
|
|
357
|
+
export type ProfileTypeDimension = {
|
|
358
|
+
/**
|
|
359
|
+
* The type of segment dimension to use for a profile type dimension.
|
|
360
|
+
*/
|
|
361
|
+
DimensionType: ProfileTypeDimensionType;
|
|
362
|
+
/**
|
|
363
|
+
* @minLength `1`
|
|
364
|
+
* @maxLength `1`
|
|
365
|
+
*/
|
|
366
|
+
Values: ProfileType[];
|
|
367
|
+
};
|
|
368
|
+
/**
|
|
369
|
+
* Type definition for `AWS::CustomerProfiles::SegmentDefinition.ProfileTypeDimensionType`.
|
|
370
|
+
* The type of segment dimension to use for a profile type dimension.
|
|
371
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimensiontype.html}
|
|
372
|
+
*/
|
|
373
|
+
export type ProfileTypeDimensionType = "INCLUSIVE" | "EXCLUSIVE";
|
|
342
374
|
/**
|
|
343
375
|
* Type definition for `AWS::CustomerProfiles::SegmentDefinition.RangeOverride`.
|
|
344
376
|
* Defines the range to be applied to the calculated attribute definition.
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.html}
|
|
6
|
+
*/
|
|
7
|
+
export type SecurityHubHubV2Properties = {
|
|
8
|
+
/**
|
|
9
|
+
* A key-value pair to associate with the Security Hub V2 resource. You can specify a key 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 -.
|
|
10
|
+
*/
|
|
11
|
+
Tags?: Tags;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Attribute type definition for `AWS::SecurityHub::HubV2`.
|
|
15
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.html#aws-resource-securityhub-hubv2-return-values}
|
|
16
|
+
*/
|
|
17
|
+
export type SecurityHubHubV2Attributes = {
|
|
18
|
+
/**
|
|
19
|
+
* The Amazon Resource Name of the Security Hub V2 resource.
|
|
20
|
+
* @pattern `arn:aws(?:-[a-z]+)*:securityhub:[a-z0-9-]+:\d{12}:hubv2/[^/](.{0,1022}[^/:])?$`
|
|
21
|
+
*/
|
|
22
|
+
HubV2Arn: string;
|
|
23
|
+
/**
|
|
24
|
+
* @pattern `^(\d\d\d\d)-([0][1-9]|[1][0-2])-([0][1-9]|[1-2](\d)|[3][0-1])[T](?:([0-1](\d)|[2][0-3]):[0-5](\d):[0-5](\d)|23:59:60)(?:\.(\d)+)?([Z]|[+-](\d\d)(:?(\d\d))?)$`
|
|
25
|
+
*/
|
|
26
|
+
SubscribedAt: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Type definition for `AWS::SecurityHub::HubV2.Tags`.
|
|
30
|
+
* A key-value pair to associate with the Security Hub V2 resource. You can specify a key 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 -.
|
|
31
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-hubv2-tags.html}
|
|
32
|
+
*/
|
|
33
|
+
export type Tags = Record<string, string>;
|
|
34
|
+
/**
|
|
35
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.html}
|
|
37
|
+
*/
|
|
38
|
+
export declare class SecurityHubHubV2 extends $Resource<"AWS::SecurityHub::HubV2", SecurityHubHubV2Properties, SecurityHubHubV2Attributes> {
|
|
39
|
+
static readonly Type = "AWS::SecurityHub::HubV2";
|
|
40
|
+
constructor(logicalId: string, properties: SecurityHubHubV2Properties, options?: $ResourceOptions);
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=AWS-SecurityHub-HubV2.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.html}
|
|
5
|
+
*/
|
|
6
|
+
export class SecurityHubHubV2 extends $Resource {
|
|
7
|
+
static Type = "AWS::SecurityHub::HubV2";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, SecurityHubHubV2.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-SecurityHub-HubV2.js.map
|