@awboost/cfntypes 0.100.214 → 0.100.216
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.
@@ -1117,6 +1117,7 @@ export type AmplifyAppProps = {
|
|
1117
1117
|
* @pattern `(?s).*`
|
1118
1118
|
*/
|
1119
1119
|
IAMServiceRole?: string;
|
1120
|
+
JobConfig?: AmplifyAppJobConfig;
|
1120
1121
|
/**
|
1121
1122
|
* @minLength `1`
|
1122
1123
|
* @maxLength `255`
|
@@ -1262,6 +1263,13 @@ export type AmplifyAppEnvironmentVariable = {
|
|
1262
1263
|
*/
|
1263
1264
|
Value: string;
|
1264
1265
|
};
|
1266
|
+
/**
|
1267
|
+
* Type definition for `AWS::Amplify::App.JobConfig`.
|
1268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-jobconfig.html}
|
1269
|
+
*/
|
1270
|
+
export type AmplifyAppJobConfig = {
|
1271
|
+
BuildComputeType: "STANDARD_8GB" | "LARGE_16GB" | "XLARGE_72GB";
|
1272
|
+
};
|
1265
1273
|
/**
|
1266
1274
|
* Type definition for `AWS::Amplify::App.Tag`.
|
1267
1275
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-tag.html}
|
@@ -26358,7 +26366,7 @@ export type CleanRoomsCollaborationProps = {
|
|
26358
26366
|
*/
|
26359
26367
|
CreatorDisplayName: string;
|
26360
26368
|
CreatorMLMemberAbilities?: CleanRoomsCollaborationMLMemberAbilities;
|
26361
|
-
CreatorMemberAbilities
|
26369
|
+
CreatorMemberAbilities?: CleanRoomsCollaborationMemberAbility[];
|
26362
26370
|
CreatorPaymentConfiguration?: CleanRoomsCollaborationPaymentConfiguration;
|
26363
26371
|
DataEncryptionMetadata?: CleanRoomsCollaborationDataEncryptionMetadata;
|
26364
26372
|
/**
|
@@ -26372,7 +26380,7 @@ export type CleanRoomsCollaborationProps = {
|
|
26372
26380
|
* @minLength `0`
|
26373
26381
|
* @maxLength `9`
|
26374
26382
|
*/
|
26375
|
-
Members
|
26383
|
+
Members?: CleanRoomsCollaborationMemberSpecification[];
|
26376
26384
|
/**
|
26377
26385
|
* @minLength `1`
|
26378
26386
|
* @maxLength `100`
|
@@ -26461,7 +26469,7 @@ export type CleanRoomsCollaborationMemberSpecification = {
|
|
26461
26469
|
*/
|
26462
26470
|
DisplayName: string;
|
26463
26471
|
MLMemberAbilities?: CleanRoomsCollaborationMLMemberAbilities;
|
26464
|
-
MemberAbilities
|
26472
|
+
MemberAbilities?: CleanRoomsCollaborationMemberAbility[];
|
26465
26473
|
PaymentConfiguration?: CleanRoomsCollaborationPaymentConfiguration;
|
26466
26474
|
};
|
26467
26475
|
/**
|
@@ -54851,6 +54859,16 @@ export type EC2LaunchTemplateEbs = {
|
|
54851
54859
|
Valid Range: Minimum value of 125. Maximum value of 1000.
|
54852
54860
|
*/
|
54853
54861
|
Throughput?: number;
|
54862
|
+
/**
|
54863
|
+
* Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume. This is also known as *volume initialization*. Specifying a volume initialization rate ensures that the volume is initialized at a predictable and consistent rate after creation.
|
54864
|
+
This parameter is supported only for volumes created from snapshots. Omit this parameter if:
|
54865
|
+
+ You want to create the volume using fast snapshot restore. You must specify a snapshot that is enabled for fast snapshot restore. In this case, the volume is fully initialized at creation.
|
54866
|
+
If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate, the volume will be initialized at the specified rate instead of fast snapshot restore.
|
54867
|
+
+ You want to create a volume that is initialized at the default rate.
|
54868
|
+
|
54869
|
+
For more information, see [Initialize Amazon EBS volumes](https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html) in the *Amazon EC2 User Guide*.
|
54870
|
+
Valid range: 100 - 300 MiB/s
|
54871
|
+
*/
|
54854
54872
|
VolumeInitializationRate?: number;
|
54855
54873
|
/**
|
54856
54874
|
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
@@ -83833,6 +83851,7 @@ export type InspectorV2FilterProps = {
|
|
83833
83851
|
* @maxLength `128`
|
83834
83852
|
*/
|
83835
83853
|
Name: string;
|
83854
|
+
Tags?: InspectorV2FilterFilterTagMap;
|
83836
83855
|
};
|
83837
83856
|
/**
|
83838
83857
|
* Attribute type definition for `AWS::InspectorV2::Filter`.
|
@@ -83869,6 +83888,21 @@ export type InspectorV2FilterFilterCriteria = {
|
|
83869
83888
|
* @maxLength `10`
|
83870
83889
|
*/
|
83871
83890
|
AwsAccountId?: InspectorV2FilterStringFilter[];
|
83891
|
+
/**
|
83892
|
+
* @minLength `1`
|
83893
|
+
* @maxLength `10`
|
83894
|
+
*/
|
83895
|
+
CodeVulnerabilityDetectorName?: InspectorV2FilterStringFilter[];
|
83896
|
+
/**
|
83897
|
+
* @minLength `1`
|
83898
|
+
* @maxLength `10`
|
83899
|
+
*/
|
83900
|
+
CodeVulnerabilityDetectorTags?: InspectorV2FilterStringFilter[];
|
83901
|
+
/**
|
83902
|
+
* @minLength `1`
|
83903
|
+
* @maxLength `10`
|
83904
|
+
*/
|
83905
|
+
CodeVulnerabilityFilePath?: InspectorV2FilterStringFilter[];
|
83872
83906
|
/**
|
83873
83907
|
* @minLength `1`
|
83874
83908
|
* @maxLength `10`
|
@@ -83924,6 +83958,16 @@ export type InspectorV2FilterFilterCriteria = {
|
|
83924
83958
|
* @maxLength `10`
|
83925
83959
|
*/
|
83926
83960
|
EcrImageTags?: InspectorV2FilterStringFilter[];
|
83961
|
+
/**
|
83962
|
+
* @minLength `1`
|
83963
|
+
* @maxLength `10`
|
83964
|
+
*/
|
83965
|
+
EpssScore?: InspectorV2FilterNumberFilter[];
|
83966
|
+
/**
|
83967
|
+
* @minLength `1`
|
83968
|
+
* @maxLength `10`
|
83969
|
+
*/
|
83970
|
+
ExploitAvailable?: InspectorV2FilterStringFilter[];
|
83927
83971
|
/**
|
83928
83972
|
* @minLength `1`
|
83929
83973
|
* @maxLength `10`
|
@@ -83944,11 +83988,41 @@ export type InspectorV2FilterFilterCriteria = {
|
|
83944
83988
|
* @maxLength `10`
|
83945
83989
|
*/
|
83946
83990
|
FirstObservedAt?: InspectorV2FilterDateFilter[];
|
83991
|
+
/**
|
83992
|
+
* @minLength `1`
|
83993
|
+
* @maxLength `10`
|
83994
|
+
*/
|
83995
|
+
FixAvailable?: InspectorV2FilterStringFilter[];
|
83947
83996
|
/**
|
83948
83997
|
* @minLength `1`
|
83949
83998
|
* @maxLength `10`
|
83950
83999
|
*/
|
83951
84000
|
InspectorScore?: InspectorV2FilterNumberFilter[];
|
84001
|
+
/**
|
84002
|
+
* @minLength `1`
|
84003
|
+
* @maxLength `10`
|
84004
|
+
*/
|
84005
|
+
LambdaFunctionExecutionRoleArn?: InspectorV2FilterStringFilter[];
|
84006
|
+
/**
|
84007
|
+
* @minLength `1`
|
84008
|
+
* @maxLength `10`
|
84009
|
+
*/
|
84010
|
+
LambdaFunctionLastModifiedAt?: InspectorV2FilterDateFilter[];
|
84011
|
+
/**
|
84012
|
+
* @minLength `1`
|
84013
|
+
* @maxLength `10`
|
84014
|
+
*/
|
84015
|
+
LambdaFunctionLayers?: InspectorV2FilterStringFilter[];
|
84016
|
+
/**
|
84017
|
+
* @minLength `1`
|
84018
|
+
* @maxLength `10`
|
84019
|
+
*/
|
84020
|
+
LambdaFunctionName?: InspectorV2FilterStringFilter[];
|
84021
|
+
/**
|
84022
|
+
* @minLength `1`
|
84023
|
+
* @maxLength `10`
|
84024
|
+
*/
|
84025
|
+
LambdaFunctionRuntime?: InspectorV2FilterStringFilter[];
|
83952
84026
|
/**
|
83953
84027
|
* @minLength `1`
|
83954
84028
|
* @maxLength `10`
|
@@ -84020,6 +84094,11 @@ export type InspectorV2FilterFilterCriteria = {
|
|
84020
84094
|
*/
|
84021
84095
|
VulnerablePackages?: InspectorV2FilterPackageFilter[];
|
84022
84096
|
};
|
84097
|
+
/**
|
84098
|
+
* Type definition for `AWS::InspectorV2::Filter.FilterTagMap`.
|
84099
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-filtertagmap.html}
|
84100
|
+
*/
|
84101
|
+
export type InspectorV2FilterFilterTagMap = Record<string, string>;
|
84023
84102
|
/**
|
84024
84103
|
* Type definition for `AWS::InspectorV2::Filter.MapComparison`.
|
84025
84104
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-mapcomparison.html}
|
@@ -84057,8 +84136,10 @@ export type InspectorV2FilterNumberFilter = {
|
|
84057
84136
|
export type InspectorV2FilterPackageFilter = {
|
84058
84137
|
Architecture?: InspectorV2FilterStringFilter;
|
84059
84138
|
Epoch?: InspectorV2FilterNumberFilter;
|
84139
|
+
FilePath?: InspectorV2FilterStringFilter;
|
84060
84140
|
Name?: InspectorV2FilterStringFilter;
|
84061
84141
|
Release?: InspectorV2FilterStringFilter;
|
84142
|
+
SourceLambdaLayerArn?: InspectorV2FilterStringFilter;
|
84062
84143
|
SourceLayerHash?: InspectorV2FilterStringFilter;
|
84063
84144
|
Version?: InspectorV2FilterStringFilter;
|
84064
84145
|
};
|
@@ -116349,6 +116430,147 @@ export type MemoryDBUserTag = {
|
|
116349
116430
|
*/
|
116350
116431
|
Value?: string;
|
116351
116432
|
};
|
116433
|
+
/**
|
116434
|
+
* Resource Type definition for AWS::MPA::ApprovalTeam.
|
116435
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html}
|
116436
|
+
*/
|
116437
|
+
export type MPAApprovalTeamProps = {
|
116438
|
+
ApprovalStrategy: MPAApprovalTeamApprovalStrategy;
|
116439
|
+
/**
|
116440
|
+
* @minLength `1`
|
116441
|
+
*/
|
116442
|
+
Approvers: MPAApprovalTeamApprover[];
|
116443
|
+
Description: string;
|
116444
|
+
Name: string;
|
116445
|
+
/**
|
116446
|
+
* @minLength `1`
|
116447
|
+
*/
|
116448
|
+
Policies: MPAApprovalTeamPolicy[];
|
116449
|
+
Tags?: MPAApprovalTeamTag[];
|
116450
|
+
};
|
116451
|
+
/**
|
116452
|
+
* Attribute type definition for `AWS::MPA::ApprovalTeam`.
|
116453
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#aws-resource-mpa-approvalteam-return-values}
|
116454
|
+
*/
|
116455
|
+
export type MPAApprovalTeamAttributes = {
|
116456
|
+
/**
|
116457
|
+
* @minLength `1`
|
116458
|
+
*/
|
116459
|
+
Approvers: {
|
116460
|
+
ApproverId: string;
|
116461
|
+
PrimaryIdentityStatus: string;
|
116462
|
+
ResponseTime: string;
|
116463
|
+
}[];
|
116464
|
+
Arn: string;
|
116465
|
+
CreationTime: string;
|
116466
|
+
LastUpdateTime: string;
|
116467
|
+
NumberOfApprovers: number;
|
116468
|
+
Status: string;
|
116469
|
+
StatusCode: string;
|
116470
|
+
StatusMessage: string;
|
116471
|
+
UpdateSessionArn: string;
|
116472
|
+
VersionId: string;
|
116473
|
+
};
|
116474
|
+
/**
|
116475
|
+
* Type definition for `AWS::MPA::ApprovalTeam.ApprovalStrategy`.
|
116476
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approvalstrategy.html}
|
116477
|
+
*/
|
116478
|
+
export type MPAApprovalTeamApprovalStrategy = {
|
116479
|
+
MofN: MPAApprovalTeamMofNApprovalStrategy;
|
116480
|
+
};
|
116481
|
+
/**
|
116482
|
+
* Type definition for `AWS::MPA::ApprovalTeam.Approver`.
|
116483
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html}
|
116484
|
+
*/
|
116485
|
+
export type MPAApprovalTeamApprover = {
|
116486
|
+
PrimaryIdentityId: string;
|
116487
|
+
PrimaryIdentitySourceArn: string;
|
116488
|
+
};
|
116489
|
+
/**
|
116490
|
+
* Type definition for `AWS::MPA::ApprovalTeam.MofNApprovalStrategy`.
|
116491
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-mofnapprovalstrategy.html}
|
116492
|
+
*/
|
116493
|
+
export type MPAApprovalTeamMofNApprovalStrategy = {
|
116494
|
+
MinApprovalsRequired: number;
|
116495
|
+
};
|
116496
|
+
/**
|
116497
|
+
* Type definition for `AWS::MPA::ApprovalTeam.Policy`.
|
116498
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.html}
|
116499
|
+
*/
|
116500
|
+
export type MPAApprovalTeamPolicy = {
|
116501
|
+
PolicyArn: string;
|
116502
|
+
};
|
116503
|
+
/**
|
116504
|
+
* Type definition for `AWS::MPA::ApprovalTeam.Tag`.
|
116505
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-tag.html}
|
116506
|
+
*/
|
116507
|
+
export type MPAApprovalTeamTag = {
|
116508
|
+
/**
|
116509
|
+
* 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 -.
|
116510
|
+
*/
|
116511
|
+
Key: string;
|
116512
|
+
/**
|
116513
|
+
* 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 -.
|
116514
|
+
*/
|
116515
|
+
Value: string;
|
116516
|
+
};
|
116517
|
+
/**
|
116518
|
+
* Resource Type definition for AWS::MPA::IdentitySource.
|
116519
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html}
|
116520
|
+
*/
|
116521
|
+
export type MPAIdentitySourceProps = {
|
116522
|
+
IdentitySourceParameters: MPAIdentitySourceIdentitySourceParameters;
|
116523
|
+
Tags?: MPAIdentitySourceTag[];
|
116524
|
+
};
|
116525
|
+
/**
|
116526
|
+
* Attribute type definition for `AWS::MPA::IdentitySource`.
|
116527
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#aws-resource-mpa-identitysource-return-values}
|
116528
|
+
*/
|
116529
|
+
export type MPAIdentitySourceAttributes = {
|
116530
|
+
CreationTime: string;
|
116531
|
+
IdentitySourceArn: string;
|
116532
|
+
IdentitySourceParameters: {
|
116533
|
+
IamIdentityCenter: {
|
116534
|
+
ApprovalPortalUrl: string;
|
116535
|
+
};
|
116536
|
+
};
|
116537
|
+
IdentitySourceType: string;
|
116538
|
+
Status: string;
|
116539
|
+
StatusCode: string;
|
116540
|
+
StatusMessage: string;
|
116541
|
+
};
|
116542
|
+
/**
|
116543
|
+
* Type definition for `AWS::MPA::IdentitySource.IamIdentityCenter`.
|
116544
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html}
|
116545
|
+
*/
|
116546
|
+
export type MPAIdentitySourceIamIdentityCenter = {
|
116547
|
+
/**
|
116548
|
+
* @pattern `^arn:.+:sso:::instance/(?:sso)?ins-[a-zA-Z0-9-.]{16}$`
|
116549
|
+
*/
|
116550
|
+
InstanceArn: string;
|
116551
|
+
Region: string;
|
116552
|
+
};
|
116553
|
+
/**
|
116554
|
+
* Type definition for `AWS::MPA::IdentitySource.IdentitySourceParameters`.
|
116555
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-identitysourceparameters.html}
|
116556
|
+
*/
|
116557
|
+
export type MPAIdentitySourceIdentitySourceParameters = {
|
116558
|
+
IamIdentityCenter: MPAIdentitySourceIamIdentityCenter;
|
116559
|
+
};
|
116560
|
+
/**
|
116561
|
+
* Type definition for `AWS::MPA::IdentitySource.Tag`.
|
116562
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-tag.html}
|
116563
|
+
*/
|
116564
|
+
export type MPAIdentitySourceTag = {
|
116565
|
+
/**
|
116566
|
+
* 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 -.
|
116567
|
+
*/
|
116568
|
+
Key: string;
|
116569
|
+
/**
|
116570
|
+
* 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 -.
|
116571
|
+
*/
|
116572
|
+
Value: string;
|
116573
|
+
};
|
116352
116574
|
/**
|
116353
116575
|
* Resource Type definition for AWS::MSK::BatchScramSecret
|
116354
116576
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html}
|
@@ -123098,9 +123320,9 @@ export type OrganizationsPolicyProps = {
|
|
123098
123320
|
*/
|
123099
123321
|
TargetIds?: string[];
|
123100
123322
|
/**
|
123101
|
-
* The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, CHATBOT_POLICY, RESOURCE_CONTROL_POLICY,DECLARATIVE_POLICY_EC2
|
123323
|
+
* The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, CHATBOT_POLICY, RESOURCE_CONTROL_POLICY,DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY
|
123102
123324
|
*/
|
123103
|
-
Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2";
|
123325
|
+
Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY";
|
123104
123326
|
};
|
123105
123327
|
/**
|
123106
123328
|
* Attribute type definition for `AWS::Organizations::Policy`.
|
@@ -178910,6 +179132,48 @@ export type SecretsManagerSecretTargetAttachmentProps = {
|
|
178910
179132
|
export type SecretsManagerSecretTargetAttachmentAttributes = {
|
178911
179133
|
Id: string;
|
178912
179134
|
};
|
179135
|
+
/**
|
179136
|
+
* The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
|
179137
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html}
|
179138
|
+
*/
|
179139
|
+
export type SecurityHubAggregatorV2Props = {
|
179140
|
+
/**
|
179141
|
+
* The list of included Regions
|
179142
|
+
* @minLength `1`
|
179143
|
+
* @maxLength `50`
|
179144
|
+
*/
|
179145
|
+
LinkedRegions: string[];
|
179146
|
+
/**
|
179147
|
+
* Indicates to link a list of included Regions
|
179148
|
+
*/
|
179149
|
+
RegionLinkingMode: "SPECIFIED_REGIONS";
|
179150
|
+
/**
|
179151
|
+
* A key-value pair to associate with the Security Hub V2 resource.
|
179152
|
+
*/
|
179153
|
+
Tags?: SecurityHubAggregatorV2Tags;
|
179154
|
+
};
|
179155
|
+
/**
|
179156
|
+
* Attribute type definition for `AWS::SecurityHub::AggregatorV2`.
|
179157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#aws-resource-securityhub-aggregatorv2-return-values}
|
179158
|
+
*/
|
179159
|
+
export type SecurityHubAggregatorV2Attributes = {
|
179160
|
+
/**
|
179161
|
+
* The aggregation Region of the AggregatorV2
|
179162
|
+
* @pattern `^[a-zA-Z0-9-]{1,32}$`
|
179163
|
+
*/
|
179164
|
+
AggregationRegion: string;
|
179165
|
+
/**
|
179166
|
+
* The ARN of the AggregatorV2 being created and assigned as the unique identifier
|
179167
|
+
* @pattern `arn:aws\S*:securityhub:\S*`
|
179168
|
+
*/
|
179169
|
+
AggregatorV2Arn: string;
|
179170
|
+
};
|
179171
|
+
/**
|
179172
|
+
* Type definition for `AWS::SecurityHub::AggregatorV2.Tags`.
|
179173
|
+
* A key-value pair to associate with the Security Hub V2 resource.
|
179174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-aggregatorv2-tags.html}
|
179175
|
+
*/
|
179176
|
+
export type SecurityHubAggregatorV2Tags = Record<string, string>;
|
178913
179177
|
/**
|
178914
179178
|
* The ``AWS::SecurityHub::AutomationRule`` resource specifies an automation rule based on input parameters. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
|
178915
179179
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-automationrule.html}
|
@@ -179505,6 +179769,393 @@ export type SecurityHubAutomationRuleWorkflowUpdate = {
|
|
179505
179769
|
*/
|
179506
179770
|
Status: "NEW" | "NOTIFIED" | "RESOLVED" | "SUPPRESSED";
|
179507
179771
|
};
|
179772
|
+
/**
|
179773
|
+
* Resource schema for AWS::SecurityHub::AutomationRuleV2
|
179774
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-automationrulev2.html}
|
179775
|
+
*/
|
179776
|
+
export type SecurityHubAutomationRuleV2Props = {
|
179777
|
+
/**
|
179778
|
+
* A list of actions to be performed when the rule criteria is met
|
179779
|
+
* @minLength `1`
|
179780
|
+
* @maxLength `1`
|
179781
|
+
*/
|
179782
|
+
Actions: SecurityHubAutomationRuleV2AutomationRulesActionV2[];
|
179783
|
+
/**
|
179784
|
+
* Defines the parameters and conditions used to evaluate and filter security findings
|
179785
|
+
*/
|
179786
|
+
Criteria: SecurityHubAutomationRuleV2Criteria;
|
179787
|
+
/**
|
179788
|
+
* A description of the automation rule
|
179789
|
+
* @minLength `1`
|
179790
|
+
* @maxLength `256`
|
179791
|
+
* @pattern `.*\S.*`
|
179792
|
+
*/
|
179793
|
+
Description: string;
|
179794
|
+
/**
|
179795
|
+
* The name of the automation rule
|
179796
|
+
* @minLength `1`
|
179797
|
+
* @maxLength `256`
|
179798
|
+
* @pattern `.*\S.*`
|
179799
|
+
*/
|
179800
|
+
RuleName: string;
|
179801
|
+
/**
|
179802
|
+
* The value for the rule priority
|
179803
|
+
* @min `1`
|
179804
|
+
* @max `1000`
|
179805
|
+
*/
|
179806
|
+
RuleOrder: number;
|
179807
|
+
/**
|
179808
|
+
* The status of the automation rule
|
179809
|
+
*/
|
179810
|
+
RuleStatus?: "ENABLED" | "DISABLED";
|
179811
|
+
/**
|
179812
|
+
* A key-value pair to associate with a resource.
|
179813
|
+
*/
|
179814
|
+
Tags?: SecurityHubAutomationRuleV2Tags;
|
179815
|
+
};
|
179816
|
+
/**
|
179817
|
+
* Attribute type definition for `AWS::SecurityHub::AutomationRuleV2`.
|
179818
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-automationrulev2.html#aws-resource-securityhub-automationrulev2-return-values}
|
179819
|
+
*/
|
179820
|
+
export type SecurityHubAutomationRuleV2Attributes = {
|
179821
|
+
/**
|
179822
|
+
* The timestamp formatted in ISO8601
|
179823
|
+
* @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))?)$`
|
179824
|
+
*/
|
179825
|
+
CreatedAt: string;
|
179826
|
+
/**
|
179827
|
+
* The ARN of the automation rule
|
179828
|
+
* @pattern `^arn:aws\S*:securityhub:[a-z0-9-]+:[0-9]{12}:automation-rulev2/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
|
179829
|
+
*/
|
179830
|
+
RuleArn: string;
|
179831
|
+
/**
|
179832
|
+
* The ID of the automation rule
|
179833
|
+
* @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
|
179834
|
+
*/
|
179835
|
+
RuleId: string;
|
179836
|
+
/**
|
179837
|
+
* The timestamp formatted in ISO8601
|
179838
|
+
* @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))?)$`
|
179839
|
+
*/
|
179840
|
+
UpdatedAt: string;
|
179841
|
+
};
|
179842
|
+
/**
|
179843
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.AllowedOperators`.
|
179844
|
+
* The logical operator used to combine multiple conditions
|
179845
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-allowedoperators.html}
|
179846
|
+
*/
|
179847
|
+
export type SecurityHubAutomationRuleV2AllowedOperators = "AND" | "OR";
|
179848
|
+
/**
|
179849
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.AutomationRulesActionV2`.
|
179850
|
+
* Allows you to configure automated responses
|
179851
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-automationrulesactionv2.html}
|
179852
|
+
*/
|
179853
|
+
export type SecurityHubAutomationRuleV2AutomationRulesActionV2 = {
|
179854
|
+
/**
|
179855
|
+
* The settings for integrating automation rule actions with external systems or service
|
179856
|
+
*/
|
179857
|
+
ExternalIntegrationConfiguration?: SecurityHubAutomationRuleV2ExternalIntegrationConfiguration;
|
179858
|
+
/**
|
179859
|
+
* The changes to be applied to fields in a security finding when an automation rule is triggered
|
179860
|
+
*/
|
179861
|
+
FindingFieldsUpdate?: SecurityHubAutomationRuleV2AutomationRulesFindingFieldsUpdateV2;
|
179862
|
+
/**
|
179863
|
+
* The category of action to be executed by the automation rule
|
179864
|
+
*/
|
179865
|
+
Type: "FINDING_FIELDS_UPDATE" | "EXTERNAL_INTEGRATION";
|
179866
|
+
};
|
179867
|
+
/**
|
179868
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.AutomationRulesFindingFieldsUpdateV2`.
|
179869
|
+
* The changes to be applied to fields in a security finding when an automation rule is triggered
|
179870
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-automationrulesfindingfieldsupdatev2.html}
|
179871
|
+
*/
|
179872
|
+
export type SecurityHubAutomationRuleV2AutomationRulesFindingFieldsUpdateV2 = {
|
179873
|
+
/**
|
179874
|
+
* Notes or contextual information for findings that are modified by the automation rule
|
179875
|
+
* @pattern `.*\S.*`
|
179876
|
+
*/
|
179877
|
+
Comment?: string;
|
179878
|
+
/**
|
179879
|
+
* The severity level to be assigned to findings that match the automation rule criteria
|
179880
|
+
*/
|
179881
|
+
SeverityId?: number;
|
179882
|
+
/**
|
179883
|
+
* The status to be applied to findings that match automation rule criteria
|
179884
|
+
*/
|
179885
|
+
StatusId?: number;
|
179886
|
+
};
|
179887
|
+
/**
|
179888
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.BooleanFilter`.
|
179889
|
+
* Boolean filter for querying findings
|
179890
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-booleanfilter.html}
|
179891
|
+
*/
|
179892
|
+
export type SecurityHubAutomationRuleV2BooleanFilter = {
|
179893
|
+
/**
|
179894
|
+
* The value of the boolean
|
179895
|
+
*/
|
179896
|
+
Value: boolean;
|
179897
|
+
};
|
179898
|
+
/**
|
179899
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.CompositeFilter`.
|
179900
|
+
* Enables the creation of filtering criteria for security findings
|
179901
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-compositefilter.html}
|
179902
|
+
*/
|
179903
|
+
export type SecurityHubAutomationRuleV2CompositeFilter = {
|
179904
|
+
/**
|
179905
|
+
* Enables filtering based on boolean field values
|
179906
|
+
* @minLength `1`
|
179907
|
+
* @maxLength `20`
|
179908
|
+
*/
|
179909
|
+
BooleanFilters?: SecurityHubAutomationRuleV2OcsfBooleanFilter[];
|
179910
|
+
/**
|
179911
|
+
* Enables filtering based on date and timestamp fields
|
179912
|
+
* @minLength `1`
|
179913
|
+
* @maxLength `20`
|
179914
|
+
*/
|
179915
|
+
DateFilters?: SecurityHubAutomationRuleV2OcsfDateFilter[];
|
179916
|
+
/**
|
179917
|
+
* Enables filtering based on map field value
|
179918
|
+
* @minLength `1`
|
179919
|
+
* @maxLength `20`
|
179920
|
+
*/
|
179921
|
+
MapFilters?: SecurityHubAutomationRuleV2OcsfMapFilter[];
|
179922
|
+
/**
|
179923
|
+
* Enables filtering based on numerical field values
|
179924
|
+
* @minLength `1`
|
179925
|
+
* @maxLength `20`
|
179926
|
+
*/
|
179927
|
+
NumberFilters?: SecurityHubAutomationRuleV2OcsfNumberFilter[];
|
179928
|
+
/**
|
179929
|
+
* The logical operator used to combine multiple conditions
|
179930
|
+
*/
|
179931
|
+
Operator?: SecurityHubAutomationRuleV2AllowedOperators;
|
179932
|
+
/**
|
179933
|
+
* Enables filtering based on string field values
|
179934
|
+
* @minLength `1`
|
179935
|
+
* @maxLength `20`
|
179936
|
+
*/
|
179937
|
+
StringFilters?: SecurityHubAutomationRuleV2OcsfStringFilter[];
|
179938
|
+
};
|
179939
|
+
/**
|
179940
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.Criteria`.
|
179941
|
+
* Defines the parameters and conditions used to evaluate and filter security findings
|
179942
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-criteria.html}
|
179943
|
+
*/
|
179944
|
+
export type SecurityHubAutomationRuleV2Criteria = {
|
179945
|
+
/**
|
179946
|
+
* The filtering conditions that align with OCSF standards
|
179947
|
+
*/
|
179948
|
+
OcsfFindingCriteria?: SecurityHubAutomationRuleV2OcsfFindingFilters;
|
179949
|
+
};
|
179950
|
+
/**
|
179951
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.DateFilter`.
|
179952
|
+
* A date filter for querying findings
|
179953
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-datefilter.html}
|
179954
|
+
*/
|
179955
|
+
export type SecurityHubAutomationRuleV2DateFilter = {
|
179956
|
+
/**
|
179957
|
+
* A date range for the date filter
|
179958
|
+
*/
|
179959
|
+
DateRange?: SecurityHubAutomationRuleV2DateRange;
|
179960
|
+
/**
|
179961
|
+
* The timestamp formatted in ISO8601
|
179962
|
+
* @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))?)$`
|
179963
|
+
*/
|
179964
|
+
End?: string;
|
179965
|
+
/**
|
179966
|
+
* The timestamp formatted in ISO8601
|
179967
|
+
* @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))?)$`
|
179968
|
+
*/
|
179969
|
+
Start?: string;
|
179970
|
+
};
|
179971
|
+
/**
|
179972
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.DateRange`.
|
179973
|
+
* A date range for the date filter
|
179974
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-daterange.html}
|
179975
|
+
*/
|
179976
|
+
export type SecurityHubAutomationRuleV2DateRange = {
|
179977
|
+
/**
|
179978
|
+
* A date range unit for the date filter
|
179979
|
+
*/
|
179980
|
+
Unit: "DAYS";
|
179981
|
+
/**
|
179982
|
+
* A date range value for the date filter
|
179983
|
+
*/
|
179984
|
+
Value: number;
|
179985
|
+
};
|
179986
|
+
/**
|
179987
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.ExternalIntegrationConfiguration`.
|
179988
|
+
* The settings for integrating automation rule actions with external systems or service
|
179989
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-externalintegrationconfiguration.html}
|
179990
|
+
*/
|
179991
|
+
export type SecurityHubAutomationRuleV2ExternalIntegrationConfiguration = {
|
179992
|
+
/**
|
179993
|
+
* The ARN of the connector that establishes the integration
|
179994
|
+
* @pattern `.*\S.*`
|
179995
|
+
*/
|
179996
|
+
ConnectorArn?: string;
|
179997
|
+
};
|
179998
|
+
/**
|
179999
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.MapFilter`.
|
180000
|
+
* A map filter for filtering findings
|
180001
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-mapfilter.html}
|
180002
|
+
*/
|
180003
|
+
export type SecurityHubAutomationRuleV2MapFilter = {
|
180004
|
+
/**
|
180005
|
+
* The condition to apply to the key value when filtering findings with a map filter
|
180006
|
+
*/
|
180007
|
+
Comparison: "EQUALS" | "NOT_EQUALS";
|
180008
|
+
/**
|
180009
|
+
* The key of the map filter
|
180010
|
+
* @minLength `1`
|
180011
|
+
* @maxLength `4096`
|
180012
|
+
*/
|
180013
|
+
Key: string;
|
180014
|
+
/**
|
180015
|
+
* The value for the key in the map filter
|
180016
|
+
* @minLength `1`
|
180017
|
+
* @maxLength `4096`
|
180018
|
+
*/
|
180019
|
+
Value: string;
|
180020
|
+
};
|
180021
|
+
/**
|
180022
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.NumberFilter`.
|
180023
|
+
* A number filter for querying findings
|
180024
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-numberfilter.html}
|
180025
|
+
*/
|
180026
|
+
export type SecurityHubAutomationRuleV2NumberFilter = {
|
180027
|
+
/**
|
180028
|
+
* The equal-to condition to be applied to a single field when querying for findings
|
180029
|
+
*/
|
180030
|
+
Eq?: number;
|
180031
|
+
/**
|
180032
|
+
* The greater-than-equal condition to be applied to a single field when querying for findings
|
180033
|
+
*/
|
180034
|
+
Gte?: number;
|
180035
|
+
/**
|
180036
|
+
* The less-than-equal condition to be applied to a single field when querying for findings
|
180037
|
+
*/
|
180038
|
+
Lte?: number;
|
180039
|
+
};
|
180040
|
+
/**
|
180041
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfBooleanFilter`.
|
180042
|
+
* Enables filtering of security findings based on boolean field values in OCSF
|
180043
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfbooleanfilter.html}
|
180044
|
+
*/
|
180045
|
+
export type SecurityHubAutomationRuleV2OcsfBooleanFilter = {
|
180046
|
+
/**
|
180047
|
+
* The name of the field
|
180048
|
+
*/
|
180049
|
+
FieldName: "compliance.assessments.meets_criteria" | "vulnerabilities.is_exploit_available" | "vulnerabilities.is_fix_available";
|
180050
|
+
/**
|
180051
|
+
* Boolean filter for querying findings
|
180052
|
+
*/
|
180053
|
+
Filter: SecurityHubAutomationRuleV2BooleanFilter;
|
180054
|
+
};
|
180055
|
+
/**
|
180056
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfDateFilter`.
|
180057
|
+
* Enables filtering of security findings based on date and timestamp fields in OCSF
|
180058
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfdatefilter.html}
|
180059
|
+
*/
|
180060
|
+
export type SecurityHubAutomationRuleV2OcsfDateFilter = {
|
180061
|
+
/**
|
180062
|
+
* The name of the field
|
180063
|
+
*/
|
180064
|
+
FieldName: "finding_info.created_time_dt" | "finding_info.first_seen_time_dt" | "finding_info.last_seen_time_dt" | "finding_info.modified_time_dt";
|
180065
|
+
/**
|
180066
|
+
* A date filter for querying findings
|
180067
|
+
*/
|
180068
|
+
Filter: SecurityHubAutomationRuleV2DateFilter;
|
180069
|
+
};
|
180070
|
+
/**
|
180071
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfFindingFilters`.
|
180072
|
+
* The filtering conditions that align with OCSF standards
|
180073
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsffindingfilters.html}
|
180074
|
+
*/
|
180075
|
+
export type SecurityHubAutomationRuleV2OcsfFindingFilters = {
|
180076
|
+
/**
|
180077
|
+
* Enables the creation of complex filtering conditions by combining filter
|
180078
|
+
*/
|
180079
|
+
CompositeFilters?: SecurityHubAutomationRuleV2CompositeFilter[];
|
180080
|
+
/**
|
180081
|
+
* The logical operator used to combine multiple conditions
|
180082
|
+
*/
|
180083
|
+
CompositeOperator?: SecurityHubAutomationRuleV2AllowedOperators;
|
180084
|
+
};
|
180085
|
+
/**
|
180086
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfMapFilter`.
|
180087
|
+
* Enables filtering of security findings based on map field values in OCSF
|
180088
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfmapfilter.html}
|
180089
|
+
*/
|
180090
|
+
export type SecurityHubAutomationRuleV2OcsfMapFilter = {
|
180091
|
+
/**
|
180092
|
+
* The name of the field
|
180093
|
+
*/
|
180094
|
+
FieldName: "resources.tags";
|
180095
|
+
/**
|
180096
|
+
* A map filter for filtering findings
|
180097
|
+
*/
|
180098
|
+
Filter: SecurityHubAutomationRuleV2MapFilter;
|
180099
|
+
};
|
180100
|
+
/**
|
180101
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfNumberFilter`.
|
180102
|
+
* Enables filtering of security findings based on numerical field values in OCSF
|
180103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfnumberfilter.html}
|
180104
|
+
*/
|
180105
|
+
export type SecurityHubAutomationRuleV2OcsfNumberFilter = {
|
180106
|
+
/**
|
180107
|
+
* The name of the field
|
180108
|
+
*/
|
180109
|
+
FieldName: "activity_id" | "compliance.status_id" | "confidence_score" | "severity_id" | "status_id" | "finding_info.related_events_count";
|
180110
|
+
/**
|
180111
|
+
* A number filter for querying findings
|
180112
|
+
*/
|
180113
|
+
Filter: SecurityHubAutomationRuleV2NumberFilter;
|
180114
|
+
};
|
180115
|
+
/**
|
180116
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfStringField`.
|
180117
|
+
* The name of the field
|
180118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfield.html}
|
180119
|
+
*/
|
180120
|
+
export type SecurityHubAutomationRuleV2OcsfStringField = "metadata.uid" | "activity_name" | "cloud.account.name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.category" | "compliance.assessments.name" | "compliance.control" | "compliance.status" | "compliance.standards" | "finding_info.desc" | "finding_info.src_url" | "finding_info.title" | "finding_info.types" | "finding_info.uid" | "finding_info.related_events.uid" | "finding_info.related_events.product.uid" | "finding_info.related_events.title" | "metadata.product.feature.uid" | "metadata.product.name" | "metadata.product.uid" | "metadata.product.vendor_name" | "remediation.desc" | "remediation.references" | "resources.cloud_partition" | "resources.name" | "resources.region" | "resources.type" | "resources.uid" | "severity" | "status" | "comment" | "vulnerabilities.fix_coverage" | "class_name";
|
180121
|
+
/**
|
180122
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.OcsfStringFilter`.
|
180123
|
+
* Enables filtering of security findings based on string field values in OCSF
|
180124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.html}
|
180125
|
+
*/
|
180126
|
+
export type SecurityHubAutomationRuleV2OcsfStringFilter = {
|
180127
|
+
/**
|
180128
|
+
* The name of the field
|
180129
|
+
*/
|
180130
|
+
FieldName: SecurityHubAutomationRuleV2OcsfStringField;
|
180131
|
+
/**
|
180132
|
+
* A string filter for filtering findings
|
180133
|
+
*/
|
180134
|
+
Filter: SecurityHubAutomationRuleV2StringFilter;
|
180135
|
+
};
|
180136
|
+
/**
|
180137
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.StringFilter`.
|
180138
|
+
* A string filter for filtering findings
|
180139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-stringfilter.html}
|
180140
|
+
*/
|
180141
|
+
export type SecurityHubAutomationRuleV2StringFilter = {
|
180142
|
+
/**
|
180143
|
+
* The condition to apply to a string value when filtering findings
|
180144
|
+
*/
|
180145
|
+
Comparison: "EQUALS" | "PREFIX" | "NOT_EQUALS" | "PREFIX_NOT_EQUALS" | "CONTAINS";
|
180146
|
+
/**
|
180147
|
+
* The string filter value
|
180148
|
+
* @minLength `1`
|
180149
|
+
* @maxLength `4096`
|
180150
|
+
*/
|
180151
|
+
Value: string;
|
180152
|
+
};
|
180153
|
+
/**
|
180154
|
+
* Type definition for `AWS::SecurityHub::AutomationRuleV2.Tags`.
|
180155
|
+
* A key-value pair to associate with a resource.
|
180156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-tags.html}
|
180157
|
+
*/
|
180158
|
+
export type SecurityHubAutomationRuleV2Tags = Record<string, string>;
|
179508
180159
|
/**
|
179509
180160
|
* The AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account.
|
179510
180161
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-configurationpolicy.html}
|
@@ -198699,6 +199350,8 @@ export interface ResourceTypes {
|
|
198699
199350
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupProps;
|
198700
199351
|
"AWS::MemoryDB::SubnetGroup": MemoryDBSubnetGroupProps;
|
198701
199352
|
"AWS::MemoryDB::User": MemoryDBUserProps;
|
199353
|
+
"AWS::MPA::ApprovalTeam": MPAApprovalTeamProps;
|
199354
|
+
"AWS::MPA::IdentitySource": MPAIdentitySourceProps;
|
198702
199355
|
"AWS::MSK::BatchScramSecret": MSKBatchScramSecretProps;
|
198703
199356
|
"AWS::MSK::Cluster": MSKClusterProps;
|
198704
199357
|
"AWS::MSK::ClusterPolicy": MSKClusterPolicyProps;
|
@@ -198987,7 +199640,9 @@ export interface ResourceTypes {
|
|
198987
199640
|
"AWS::SecretsManager::RotationSchedule": SecretsManagerRotationScheduleProps;
|
198988
199641
|
"AWS::SecretsManager::Secret": SecretsManagerSecretProps;
|
198989
199642
|
"AWS::SecretsManager::SecretTargetAttachment": SecretsManagerSecretTargetAttachmentProps;
|
199643
|
+
"AWS::SecurityHub::AggregatorV2": SecurityHubAggregatorV2Props;
|
198990
199644
|
"AWS::SecurityHub::AutomationRule": SecurityHubAutomationRuleProps;
|
199645
|
+
"AWS::SecurityHub::AutomationRuleV2": SecurityHubAutomationRuleV2Props;
|
198991
199646
|
"AWS::SecurityHub::ConfigurationPolicy": SecurityHubConfigurationPolicyProps;
|
198992
199647
|
"AWS::SecurityHub::DelegatedAdmin": SecurityHubDelegatedAdminProps;
|
198993
199648
|
"AWS::SecurityHub::FindingAggregator": SecurityHubFindingAggregatorProps;
|
@@ -200001,6 +200656,8 @@ export interface AttributeTypes {
|
|
200001
200656
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupAttributes;
|
200002
200657
|
"AWS::MemoryDB::SubnetGroup": MemoryDBSubnetGroupAttributes;
|
200003
200658
|
"AWS::MemoryDB::User": MemoryDBUserAttributes;
|
200659
|
+
"AWS::MPA::ApprovalTeam": MPAApprovalTeamAttributes;
|
200660
|
+
"AWS::MPA::IdentitySource": MPAIdentitySourceAttributes;
|
200004
200661
|
"AWS::MSK::Cluster": MSKClusterAttributes;
|
200005
200662
|
"AWS::MSK::ClusterPolicy": MSKClusterPolicyAttributes;
|
200006
200663
|
"AWS::MSK::Configuration": MSKConfigurationAttributes;
|
@@ -200254,7 +200911,9 @@ export interface AttributeTypes {
|
|
200254
200911
|
"AWS::SecretsManager::RotationSchedule": SecretsManagerRotationScheduleAttributes;
|
200255
200912
|
"AWS::SecretsManager::Secret": SecretsManagerSecretAttributes;
|
200256
200913
|
"AWS::SecretsManager::SecretTargetAttachment": SecretsManagerSecretTargetAttachmentAttributes;
|
200914
|
+
"AWS::SecurityHub::AggregatorV2": SecurityHubAggregatorV2Attributes;
|
200257
200915
|
"AWS::SecurityHub::AutomationRule": SecurityHubAutomationRuleAttributes;
|
200916
|
+
"AWS::SecurityHub::AutomationRuleV2": SecurityHubAutomationRuleV2Attributes;
|
200258
200917
|
"AWS::SecurityHub::ConfigurationPolicy": SecurityHubConfigurationPolicyAttributes;
|
200259
200918
|
"AWS::SecurityHub::DelegatedAdmin": SecurityHubDelegatedAdminAttributes;
|
200260
200919
|
"AWS::SecurityHub::FindingAggregator": SecurityHubFindingAggregatorAttributes;
|
@@ -201351,6 +202010,8 @@ export declare const ResourceType: {
|
|
201351
202010
|
readonly MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup";
|
201352
202011
|
readonly MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup";
|
201353
202012
|
readonly MemoryDBUser: "AWS::MemoryDB::User";
|
202013
|
+
readonly MPAApprovalTeam: "AWS::MPA::ApprovalTeam";
|
202014
|
+
readonly MPAIdentitySource: "AWS::MPA::IdentitySource";
|
201354
202015
|
readonly MSKBatchScramSecret: "AWS::MSK::BatchScramSecret";
|
201355
202016
|
readonly MSKCluster: "AWS::MSK::Cluster";
|
201356
202017
|
readonly MSKClusterPolicy: "AWS::MSK::ClusterPolicy";
|
@@ -201639,7 +202300,9 @@ export declare const ResourceType: {
|
|
201639
202300
|
readonly SecretsManagerRotationSchedule: "AWS::SecretsManager::RotationSchedule";
|
201640
202301
|
readonly SecretsManagerSecret: "AWS::SecretsManager::Secret";
|
201641
202302
|
readonly SecretsManagerSecretTargetAttachment: "AWS::SecretsManager::SecretTargetAttachment";
|
202303
|
+
readonly SecurityHubAggregatorV2: "AWS::SecurityHub::AggregatorV2";
|
201642
202304
|
readonly SecurityHubAutomationRule: "AWS::SecurityHub::AutomationRule";
|
202305
|
+
readonly SecurityHubAutomationRuleV2: "AWS::SecurityHub::AutomationRuleV2";
|
201643
202306
|
readonly SecurityHubConfigurationPolicy: "AWS::SecurityHub::ConfigurationPolicy";
|
201644
202307
|
readonly SecurityHubDelegatedAdmin: "AWS::SecurityHub::DelegatedAdmin";
|
201645
202308
|
readonly SecurityHubFindingAggregator: "AWS::SecurityHub::FindingAggregator";
|