@awboost/cfntypes 1.0.0-beta.34 → 1.0.0-beta.36
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.
- package/lib/cjs/types.generated.js +10 -10
- package/lib/types.generated.d.ts +219 -95
- package/lib/types.generated.js +10 -10
- package/package.json +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.AttributeNames = exports.ResourceType = exports.ResourceSpecificationVersion = void 0;
|
4
|
-
exports.ResourceSpecificationVersion = "
|
4
|
+
exports.ResourceSpecificationVersion = "134.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -202,8 +202,6 @@ exports.ResourceType = {
|
|
202
202
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
203
203
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
204
204
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
205
|
-
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
206
|
-
CodeTestSeries: "AWS::CodeTest::Series",
|
207
205
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
208
206
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
209
207
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -261,6 +259,7 @@ exports.ResourceType = {
|
|
261
259
|
DMSCertificate: "AWS::DMS::Certificate",
|
262
260
|
DMSEndpoint: "AWS::DMS::Endpoint",
|
263
261
|
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
262
|
+
DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
|
264
263
|
DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
|
265
264
|
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
266
265
|
DMSReplicationTask: "AWS::DMS::ReplicationTask",
|
@@ -954,6 +953,7 @@ exports.ResourceType = {
|
|
954
953
|
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
955
954
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
956
955
|
SQSQueue: "AWS::SQS::Queue",
|
956
|
+
SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
|
957
957
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
958
958
|
SSMAssociation: "AWS::SSM::Association",
|
959
959
|
SSMDocument: "AWS::SSM::Document",
|
@@ -1311,8 +1311,6 @@ exports.AttributeNames = {
|
|
1311
1311
|
"AWS::CodeStar::GitHubRepository": [],
|
1312
1312
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1313
1313
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1314
|
-
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1315
|
-
"AWS::CodeTest::Series": [],
|
1316
1314
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1317
1315
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1318
1316
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1329,7 +1327,7 @@ exports.AttributeNames = {
|
|
1329
1327
|
"AWS::Comprehend::DocumentClassifier": ["Arn"],
|
1330
1328
|
"AWS::Comprehend::Flywheel": ["Arn"],
|
1331
1329
|
"AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
|
1332
|
-
"AWS::Config::ConfigRule": ["
|
1330
|
+
"AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
|
1333
1331
|
"AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
|
1334
1332
|
"AWS::Config::ConfigurationRecorder": [],
|
1335
1333
|
"AWS::Config::ConformancePack": [],
|
@@ -1370,6 +1368,7 @@ exports.AttributeNames = {
|
|
1370
1368
|
"AWS::DMS::Certificate": [],
|
1371
1369
|
"AWS::DMS::Endpoint": ["ExternalId"],
|
1372
1370
|
"AWS::DMS::EventSubscription": [],
|
1371
|
+
"AWS::DMS::ReplicationConfig": [],
|
1373
1372
|
"AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
|
1374
1373
|
"AWS::DMS::ReplicationSubnetGroup": [],
|
1375
1374
|
"AWS::DMS::ReplicationTask": [],
|
@@ -1453,7 +1452,7 @@ exports.AttributeNames = {
|
|
1453
1452
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1454
1453
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
1455
1454
|
"AWS::EC2::PrefixList": ["OwnerId", "PrefixListId", "Version", "Arn"],
|
1456
|
-
"AWS::EC2::Route": [],
|
1455
|
+
"AWS::EC2::Route": ["CidrBlock"],
|
1457
1456
|
"AWS::EC2::RouteTable": ["RouteTableId"],
|
1458
1457
|
"AWS::EC2::SecurityGroup": ["GroupId", "VpcId"],
|
1459
1458
|
"AWS::EC2::SecurityGroupEgress": [],
|
@@ -1646,9 +1645,9 @@ exports.AttributeNames = {
|
|
1646
1645
|
"AWS::IAM::Group": ["Arn"],
|
1647
1646
|
"AWS::IAM::GroupPolicy": [],
|
1648
1647
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1649
|
-
"AWS::IAM::ManagedPolicy": [
|
1648
|
+
"AWS::IAM::ManagedPolicy": [],
|
1650
1649
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1651
|
-
"AWS::IAM::Policy": [],
|
1650
|
+
"AWS::IAM::Policy": ["Id"],
|
1652
1651
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1653
1652
|
"AWS::IAM::RolePolicy": [],
|
1654
1653
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
@@ -1778,7 +1777,7 @@ exports.AttributeNames = {
|
|
1778
1777
|
"AWS::Lambda::EventSourceMapping": ["Id"],
|
1779
1778
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1780
1779
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1781
|
-
"AWS::Lambda::LayerVersionPermission": [],
|
1780
|
+
"AWS::Lambda::LayerVersionPermission": ["Id"],
|
1782
1781
|
"AWS::Lambda::Permission": ["Id"],
|
1783
1782
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1784
1783
|
"AWS::Lambda::Version": ["Version"],
|
@@ -2063,6 +2062,7 @@ exports.AttributeNames = {
|
|
2063
2062
|
"AWS::SNS::TopicInlinePolicy": [],
|
2064
2063
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2065
2064
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2065
|
+
"AWS::SQS::QueueInlinePolicy": [],
|
2066
2066
|
"AWS::SQS::QueuePolicy": ["Id"],
|
2067
2067
|
"AWS::SSM::Association": ["AssociationId"],
|
2068
2068
|
"AWS::SSM::Document": [],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "134.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -6220,6 +6220,7 @@ export interface BatchSchedulingPolicyShareAttributes {
|
|
6220
6220
|
*/
|
6221
6221
|
export interface BillingConductorBillingGroupAccountGrouping {
|
6222
6222
|
LinkedAccountIds: any[];
|
6223
|
+
AutoAssociate?: boolean;
|
6223
6224
|
}
|
6224
6225
|
/**
|
6225
6226
|
* Type definition for AWS::BillingConductor::BillingGroup.ComputationPreference
|
@@ -8678,16 +8679,6 @@ export interface CodeStarNotificationsNotificationRuleTarget {
|
|
8678
8679
|
TargetType: string;
|
8679
8680
|
TargetAddress: string;
|
8680
8681
|
}
|
8681
|
-
/**
|
8682
|
-
* Type definition for AWS::CodeTest::PersistentConfiguration.VpcConfig
|
8683
|
-
*
|
8684
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html | AWS::CodeTest::PersistentConfiguration.VpcConfig}
|
8685
|
-
* @group AWS::CodeTest
|
8686
|
-
*/
|
8687
|
-
export interface CodeTestPersistentConfigurationVpcConfig {
|
8688
|
-
Subnets?: any[];
|
8689
|
-
SecurityGroupIds?: any[];
|
8690
|
-
}
|
8691
8682
|
/**
|
8692
8683
|
* Type definition for AWS::Cognito::IdentityPool.CognitoIdentityProvider
|
8693
8684
|
*
|
@@ -9235,6 +9226,15 @@ export interface ComprehendFlywheelVpcConfig {
|
|
9235
9226
|
Subnets: any[];
|
9236
9227
|
SecurityGroupIds: any[];
|
9237
9228
|
}
|
9229
|
+
/**
|
9230
|
+
* Type definition for AWS::Config::ConfigRule.Compliance
|
9231
|
+
*
|
9232
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-compliance.html | AWS::Config::ConfigRule.Compliance}
|
9233
|
+
* @group AWS::Config
|
9234
|
+
*/
|
9235
|
+
export interface ConfigConfigRuleCompliance {
|
9236
|
+
Type?: string;
|
9237
|
+
}
|
9238
9238
|
/**
|
9239
9239
|
* Type definition for AWS::Config::ConfigRule.CustomPolicyDetails
|
9240
9240
|
*
|
@@ -9243,8 +9243,17 @@ export interface ComprehendFlywheelVpcConfig {
|
|
9243
9243
|
*/
|
9244
9244
|
export interface ConfigConfigRuleCustomPolicyDetails {
|
9245
9245
|
EnableDebugLogDelivery?: boolean;
|
9246
|
-
PolicyRuntime?: string;
|
9247
9246
|
PolicyText?: string;
|
9247
|
+
PolicyRuntime?: string;
|
9248
|
+
}
|
9249
|
+
/**
|
9250
|
+
* Type definition for AWS::Config::ConfigRule.EvaluationModeConfiguration
|
9251
|
+
*
|
9252
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-evaluationmodeconfiguration.html | AWS::Config::ConfigRule.EvaluationModeConfiguration}
|
9253
|
+
* @group AWS::Config
|
9254
|
+
*/
|
9255
|
+
export interface ConfigConfigRuleEvaluationModeConfiguration {
|
9256
|
+
Mode?: string;
|
9248
9257
|
}
|
9249
9258
|
/**
|
9250
9259
|
* Type definition for AWS::Config::ConfigRule.Scope
|
@@ -9254,8 +9263,8 @@ export interface ConfigConfigRuleCustomPolicyDetails {
|
|
9254
9263
|
*/
|
9255
9264
|
export interface ConfigConfigRuleScope {
|
9256
9265
|
ComplianceResourceId?: string;
|
9257
|
-
ComplianceResourceTypes?: any[];
|
9258
9266
|
TagKey?: string;
|
9267
|
+
ComplianceResourceTypes?: any[];
|
9259
9268
|
TagValue?: string;
|
9260
9269
|
}
|
9261
9270
|
/**
|
@@ -9265,15 +9274,15 @@ export interface ConfigConfigRuleScope {
|
|
9265
9274
|
* @group AWS::Config
|
9266
9275
|
*/
|
9267
9276
|
export interface ConfigConfigRuleSource {
|
9268
|
-
CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
|
9269
9277
|
Owner: string;
|
9270
|
-
|
9278
|
+
CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
|
9271
9279
|
SourceIdentifier?: string;
|
9280
|
+
SourceDetails?: any[];
|
9272
9281
|
}
|
9273
9282
|
/**
|
9274
9283
|
* Type definition for AWS::Config::ConfigRule.SourceDetail
|
9275
9284
|
*
|
9276
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-
|
9285
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-sourcedetail.html | AWS::Config::ConfigRule.SourceDetail}
|
9277
9286
|
* @group AWS::Config
|
9278
9287
|
*/
|
9279
9288
|
export interface ConfigConfigRuleSourceDetail {
|
@@ -10870,6 +10879,23 @@ export interface DMSEndpointSybaseSettings {
|
|
10870
10879
|
SecretsManagerSecretId?: string;
|
10871
10880
|
SecretsManagerAccessRoleArn?: string;
|
10872
10881
|
}
|
10882
|
+
/**
|
10883
|
+
* Type definition for AWS::DMS::ReplicationConfig.ComputeConfig
|
10884
|
+
*
|
10885
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html | AWS::DMS::ReplicationConfig.ComputeConfig}
|
10886
|
+
* @group AWS::DMS
|
10887
|
+
*/
|
10888
|
+
export interface DMSReplicationConfigComputeConfig {
|
10889
|
+
DnsNameServers?: string;
|
10890
|
+
KmsKeyId?: string;
|
10891
|
+
VpcSecurityGroupIds?: any[];
|
10892
|
+
MaxCapacityUnits: number;
|
10893
|
+
ReplicationSubnetGroupId?: string;
|
10894
|
+
AvailabilityZone?: string;
|
10895
|
+
PreferredMaintenanceWindow?: string;
|
10896
|
+
MinCapacityUnits?: number;
|
10897
|
+
MultiAZ?: boolean;
|
10898
|
+
}
|
10873
10899
|
/**
|
10874
10900
|
* Type definition for AWS::DataBrew::Dataset.CsvOptions
|
10875
10901
|
*
|
@@ -18325,11 +18351,13 @@ export interface GlobalAcceleratorListenerPortRange {
|
|
18325
18351
|
* @group AWS::Glue
|
18326
18352
|
*/
|
18327
18353
|
export interface GlueClassifierCsvClassifier {
|
18354
|
+
ContainsCustomDatatype?: any[];
|
18328
18355
|
QuoteSymbol?: string;
|
18329
18356
|
ContainsHeader?: string;
|
18330
18357
|
Delimiter?: string;
|
18331
18358
|
Header?: any[];
|
18332
18359
|
AllowSingleColumn?: boolean;
|
18360
|
+
CustomDatatypeConfigured?: boolean;
|
18333
18361
|
DisableValueTrimming?: boolean;
|
18334
18362
|
Name?: string;
|
18335
18363
|
}
|
@@ -18425,6 +18453,18 @@ export interface GlueCrawlerDeltaTarget {
|
|
18425
18453
|
export interface GlueCrawlerDynamoDBTarget {
|
18426
18454
|
Path?: string;
|
18427
18455
|
}
|
18456
|
+
/**
|
18457
|
+
* Type definition for AWS::Glue::Crawler.IcebergTarget
|
18458
|
+
*
|
18459
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-icebergtarget.html | AWS::Glue::Crawler.IcebergTarget}
|
18460
|
+
* @group AWS::Glue
|
18461
|
+
*/
|
18462
|
+
export interface GlueCrawlerIcebergTarget {
|
18463
|
+
ConnectionName?: string;
|
18464
|
+
Exclusions?: any[];
|
18465
|
+
Paths?: any[];
|
18466
|
+
MaximumTraversalDepth?: number;
|
18467
|
+
}
|
18428
18468
|
/**
|
18429
18469
|
* Type definition for AWS::Glue::Crawler.JdbcTarget
|
18430
18470
|
*
|
@@ -18501,6 +18541,7 @@ export interface GlueCrawlerTargets {
|
|
18501
18541
|
MongoDBTargets?: any[];
|
18502
18542
|
JdbcTargets?: any[];
|
18503
18543
|
DynamoDBTargets?: any[];
|
18544
|
+
IcebergTargets?: any[];
|
18504
18545
|
}
|
18505
18546
|
/**
|
18506
18547
|
* Type definition for AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption
|
@@ -18559,6 +18600,7 @@ export interface GlueDatabaseDataLakePrincipal {
|
|
18559
18600
|
*/
|
18560
18601
|
export interface GlueDatabaseDatabaseIdentifier {
|
18561
18602
|
DatabaseName?: string;
|
18603
|
+
Region?: string;
|
18562
18604
|
CatalogId?: string;
|
18563
18605
|
}
|
18564
18606
|
/**
|
@@ -18885,6 +18927,32 @@ export interface GlueTableColumn {
|
|
18885
18927
|
Type?: string;
|
18886
18928
|
Name: string;
|
18887
18929
|
}
|
18930
|
+
/**
|
18931
|
+
* Type definition for AWS::Glue::Table.IcebergInput
|
18932
|
+
*
|
18933
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-iceberginput.html | AWS::Glue::Table.IcebergInput}
|
18934
|
+
* @group AWS::Glue
|
18935
|
+
*/
|
18936
|
+
export interface GlueTableIcebergInput {
|
18937
|
+
MetadataOperation?: GlueTableMetadataOperation;
|
18938
|
+
Version?: string;
|
18939
|
+
}
|
18940
|
+
/**
|
18941
|
+
* Type definition for AWS::Glue::Table.MetadataOperation
|
18942
|
+
*
|
18943
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-metadataoperation.html | AWS::Glue::Table.MetadataOperation}
|
18944
|
+
* @group AWS::Glue
|
18945
|
+
*/
|
18946
|
+
export type GlueTableMetadataOperation = string;
|
18947
|
+
/**
|
18948
|
+
* Type definition for AWS::Glue::Table.OpenTableFormatInput
|
18949
|
+
*
|
18950
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-opentableformatinput.html | AWS::Glue::Table.OpenTableFormatInput}
|
18951
|
+
* @group AWS::Glue
|
18952
|
+
*/
|
18953
|
+
export interface GlueTableOpenTableFormatInput {
|
18954
|
+
IcebergInput?: GlueTableIcebergInput;
|
18955
|
+
}
|
18888
18956
|
/**
|
18889
18957
|
* Type definition for AWS::Glue::Table.Order
|
18890
18958
|
*
|
@@ -18968,6 +19036,7 @@ export interface GlueTableStorageDescriptor {
|
|
18968
19036
|
*/
|
18969
19037
|
export interface GlueTableTableIdentifier {
|
18970
19038
|
DatabaseName?: string;
|
19039
|
+
Region?: string;
|
18971
19040
|
CatalogId?: string;
|
18972
19041
|
Name?: string;
|
18973
19042
|
}
|
@@ -57944,6 +58013,7 @@ export interface TimestreamTableSchema {
|
|
57944
58013
|
export interface TransferConnectorAs2Config {
|
57945
58014
|
Compression?: string;
|
57946
58015
|
MessageSubject?: string;
|
58016
|
+
BasicAuthSecretId?: string;
|
57947
58017
|
PartnerProfileId?: string;
|
57948
58018
|
EncryptionAlgorithm?: string;
|
57949
58019
|
SigningAlgorithm?: string;
|
@@ -57951,6 +58021,16 @@ export interface TransferConnectorAs2Config {
|
|
57951
58021
|
MdnResponse?: string;
|
57952
58022
|
MdnSigningAlgorithm?: string;
|
57953
58023
|
}
|
58024
|
+
/**
|
58025
|
+
* Type definition for AWS::Transfer::Connector.SftpConfig
|
58026
|
+
*
|
58027
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-sftpconfig.html | AWS::Transfer::Connector.SftpConfig}
|
58028
|
+
* @group AWS::Transfer
|
58029
|
+
*/
|
58030
|
+
export interface TransferConnectorSftpConfig {
|
58031
|
+
TrustedHostKeys?: any[];
|
58032
|
+
UserSecretId?: string;
|
58033
|
+
}
|
57954
58034
|
/**
|
57955
58035
|
* Type definition for AWS::Transfer::Server.As2Transport
|
57956
58036
|
*
|
@@ -59397,6 +59477,19 @@ export interface WAFv2RuleGroupXssMatchStatement {
|
|
59397
59477
|
TextTransformations: any[];
|
59398
59478
|
FieldToMatch: WAFv2RuleGroupFieldToMatch;
|
59399
59479
|
}
|
59480
|
+
/**
|
59481
|
+
* Type definition for AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet
|
59482
|
+
*
|
59483
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesacfpruleset.html | AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet}
|
59484
|
+
* @group AWS::WAFv2
|
59485
|
+
*/
|
59486
|
+
export interface WAFv2WebACLAWSManagedRulesACFPRuleSet {
|
59487
|
+
RegistrationPagePath: string;
|
59488
|
+
ResponseInspection?: WAFv2WebACLResponseInspection;
|
59489
|
+
CreationPath: string;
|
59490
|
+
EnableRegexInPath?: boolean;
|
59491
|
+
RequestInspection: WAFv2WebACLRequestInspectionACFP;
|
59492
|
+
}
|
59400
59493
|
/**
|
59401
59494
|
* Type definition for AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet
|
59402
59495
|
*
|
@@ -59405,6 +59498,7 @@ export interface WAFv2RuleGroupXssMatchStatement {
|
|
59405
59498
|
*/
|
59406
59499
|
export interface WAFv2WebACLAWSManagedRulesATPRuleSet {
|
59407
59500
|
ResponseInspection?: WAFv2WebACLResponseInspection;
|
59501
|
+
EnableRegexInPath?: boolean;
|
59408
59502
|
LoginPath: string;
|
59409
59503
|
RequestInspection?: WAFv2WebACLRequestInspection;
|
59410
59504
|
}
|
@@ -59753,6 +59847,7 @@ export interface WAFv2WebACLManagedRuleGroupConfig {
|
|
59753
59847
|
AWSManagedRulesATPRuleSet?: WAFv2WebACLAWSManagedRulesATPRuleSet;
|
59754
59848
|
AWSManagedRulesBotControlRuleSet?: WAFv2WebACLAWSManagedRulesBotControlRuleSet;
|
59755
59849
|
PasswordField?: WAFv2WebACLFieldIdentifier;
|
59850
|
+
AWSManagedRulesACFPRuleSet?: WAFv2WebACLAWSManagedRulesACFPRuleSet;
|
59756
59851
|
PayloadType?: string;
|
59757
59852
|
}
|
59758
59853
|
/**
|
@@ -59927,6 +60022,20 @@ export interface WAFv2WebACLRequestInspection {
|
|
59927
60022
|
PasswordField: WAFv2WebACLFieldIdentifier;
|
59928
60023
|
PayloadType: string;
|
59929
60024
|
}
|
60025
|
+
/**
|
60026
|
+
* Type definition for AWS::WAFv2::WebACL.RequestInspectionACFP
|
60027
|
+
*
|
60028
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-requestinspectionacfp.html | AWS::WAFv2::WebACL.RequestInspectionACFP}
|
60029
|
+
* @group AWS::WAFv2
|
60030
|
+
*/
|
60031
|
+
export interface WAFv2WebACLRequestInspectionACFP {
|
60032
|
+
UsernameField?: WAFv2WebACLFieldIdentifier;
|
60033
|
+
EmailField?: WAFv2WebACLFieldIdentifier;
|
60034
|
+
PasswordField?: WAFv2WebACLFieldIdentifier;
|
60035
|
+
AddressFields?: any[];
|
60036
|
+
PayloadType: string;
|
60037
|
+
PhoneNumberFields?: any[];
|
60038
|
+
}
|
59930
60039
|
/**
|
59931
60040
|
* Type definition for AWS::WAFv2::WebACL.ResponseInspection
|
59932
60041
|
*
|
@@ -64722,39 +64831,6 @@ export interface CodeStarNotificationsNotificationRuleProps {
|
|
64722
64831
|
export interface CodeStarNotificationsNotificationRuleAttribs {
|
64723
64832
|
Arn?: string;
|
64724
64833
|
}
|
64725
|
-
/**
|
64726
|
-
* Type definition for AWS::CodeTest::PersistentConfiguration
|
64727
|
-
*
|
64728
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64729
|
-
* @group AWS::CodeTest
|
64730
|
-
*/
|
64731
|
-
export interface CodeTestPersistentConfigurationProps {
|
64732
|
-
Version?: string;
|
64733
|
-
VpcConfig?: CodeTestPersistentConfigurationVpcConfig;
|
64734
|
-
Name?: string;
|
64735
|
-
ResultsRoleArn: string;
|
64736
|
-
}
|
64737
|
-
/**
|
64738
|
-
* Attributes type definition for AWS::CodeTest::PersistentConfiguration
|
64739
|
-
*
|
64740
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64741
|
-
* @group AWS::CodeTest
|
64742
|
-
*/
|
64743
|
-
export interface CodeTestPersistentConfigurationAttribs {
|
64744
|
-
Name?: string;
|
64745
|
-
}
|
64746
|
-
/**
|
64747
|
-
* Type definition for AWS::CodeTest::Series
|
64748
|
-
*
|
64749
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html | AWS::CodeTest::Series}
|
64750
|
-
* @group AWS::CodeTest
|
64751
|
-
*/
|
64752
|
-
export interface CodeTestSeriesProps {
|
64753
|
-
RunDefinition: object;
|
64754
|
-
State: string;
|
64755
|
-
PersistentConfigurationId: string;
|
64756
|
-
Name?: string;
|
64757
|
-
}
|
64758
64834
|
/**
|
64759
64835
|
* Type definition for AWS::Cognito::IdentityPool
|
64760
64836
|
*
|
@@ -65080,12 +65156,14 @@ export interface ConfigAggregationAuthorizationAttribs {
|
|
65080
65156
|
* @group AWS::Config
|
65081
65157
|
*/
|
65082
65158
|
export interface ConfigConfigRuleProps {
|
65083
|
-
|
65159
|
+
EvaluationModes?: any[];
|
65084
65160
|
Description?: string;
|
65085
|
-
InputParameters?: object;
|
65086
|
-
MaximumExecutionFrequency?: string;
|
65087
65161
|
Scope?: ConfigConfigRuleScope;
|
65162
|
+
Compliance?: ConfigConfigRuleCompliance;
|
65163
|
+
ConfigRuleName?: string;
|
65164
|
+
MaximumExecutionFrequency?: string;
|
65088
65165
|
Source: ConfigConfigRuleSource;
|
65166
|
+
InputParameters?: object;
|
65089
65167
|
}
|
65090
65168
|
/**
|
65091
65169
|
* Attributes type definition for AWS::Config::ConfigRule
|
@@ -65094,9 +65172,9 @@ export interface ConfigConfigRuleProps {
|
|
65094
65172
|
* @group AWS::Config
|
65095
65173
|
*/
|
65096
65174
|
export interface ConfigConfigRuleAttribs {
|
65097
|
-
Arn?: string;
|
65098
|
-
"Compliance.Type"?: string;
|
65099
65175
|
ConfigRuleId?: string;
|
65176
|
+
"Compliance.Type"?: string;
|
65177
|
+
Arn?: string;
|
65100
65178
|
}
|
65101
65179
|
/**
|
65102
65180
|
* Type definition for AWS::Config::ConfigurationAggregator
|
@@ -65947,6 +66025,25 @@ export interface DMSEventSubscriptionProps {
|
|
65947
66025
|
SourceIds?: any[];
|
65948
66026
|
Tags?: any[];
|
65949
66027
|
}
|
66028
|
+
/**
|
66029
|
+
* Type definition for AWS::DMS::ReplicationConfig
|
66030
|
+
*
|
66031
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html | AWS::DMS::ReplicationConfig}
|
66032
|
+
* @group AWS::DMS
|
66033
|
+
*/
|
66034
|
+
export interface DMSReplicationConfigProps {
|
66035
|
+
ReplicationSettings?: object;
|
66036
|
+
ResourceIdentifier?: string;
|
66037
|
+
ReplicationConfigIdentifier?: string;
|
66038
|
+
ComputeConfig?: DMSReplicationConfigComputeConfig;
|
66039
|
+
ReplicationType?: string;
|
66040
|
+
TableMappings?: object;
|
66041
|
+
SourceEndpointArn?: string;
|
66042
|
+
ReplicationConfigArn?: string;
|
66043
|
+
SupplementalSettings?: object;
|
66044
|
+
TargetEndpointArn?: string;
|
66045
|
+
Tags?: any[];
|
66046
|
+
}
|
65950
66047
|
/**
|
65951
66048
|
* Type definition for AWS::DMS::ReplicationInstance
|
65952
66049
|
*
|
@@ -67857,19 +67954,28 @@ export interface EC2PrefixListAttribs {
|
|
67857
67954
|
* @group AWS::EC2
|
67858
67955
|
*/
|
67859
67956
|
export interface EC2RouteProps {
|
67860
|
-
CarrierGatewayId?: string;
|
67861
|
-
DestinationCidrBlock?: string;
|
67862
67957
|
DestinationIpv6CidrBlock?: string;
|
67863
|
-
|
67864
|
-
GatewayId?: string;
|
67958
|
+
RouteTableId: string;
|
67865
67959
|
InstanceId?: string;
|
67866
67960
|
LocalGatewayId?: string;
|
67867
|
-
|
67961
|
+
CarrierGatewayId?: string;
|
67962
|
+
DestinationCidrBlock?: string;
|
67963
|
+
GatewayId?: string;
|
67868
67964
|
NetworkInterfaceId?: string;
|
67869
|
-
RouteTableId: string;
|
67870
|
-
TransitGatewayId?: string;
|
67871
67965
|
VpcEndpointId?: string;
|
67966
|
+
TransitGatewayId?: string;
|
67872
67967
|
VpcPeeringConnectionId?: string;
|
67968
|
+
EgressOnlyInternetGatewayId?: string;
|
67969
|
+
NatGatewayId?: string;
|
67970
|
+
}
|
67971
|
+
/**
|
67972
|
+
* Attributes type definition for AWS::EC2::Route
|
67973
|
+
*
|
67974
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html | AWS::EC2::Route}
|
67975
|
+
* @group AWS::EC2
|
67976
|
+
*/
|
67977
|
+
export interface EC2RouteAttribs {
|
67978
|
+
CidrBlock?: string;
|
67873
67979
|
}
|
67874
67980
|
/**
|
67875
67981
|
* Type definition for AWS::EC2::RouteTable
|
@@ -71323,6 +71429,7 @@ export interface GlueSecurityConfigurationProps {
|
|
71323
71429
|
*/
|
71324
71430
|
export interface GlueTableProps {
|
71325
71431
|
TableInput: GlueTableTableInput;
|
71432
|
+
OpenTableFormatInput?: GlueTableOpenTableFormatInput;
|
71326
71433
|
DatabaseName: string;
|
71327
71434
|
CatalogId: string;
|
71328
71435
|
}
|
@@ -71978,30 +72085,14 @@ export interface IAMInstanceProfileAttribs {
|
|
71978
72085
|
* @group AWS::IAM
|
71979
72086
|
*/
|
71980
72087
|
export interface IAMManagedPolicyProps {
|
71981
|
-
ManagedPolicyName?: string;
|
71982
|
-
Path?: string;
|
71983
72088
|
Description?: string;
|
71984
72089
|
Groups?: any[];
|
72090
|
+
ManagedPolicyName?: string;
|
72091
|
+
Path?: string;
|
71985
72092
|
PolicyDocument: object;
|
71986
72093
|
Roles?: any[];
|
71987
72094
|
Users?: any[];
|
71988
72095
|
}
|
71989
|
-
/**
|
71990
|
-
* Attributes type definition for AWS::IAM::ManagedPolicy
|
71991
|
-
*
|
71992
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html | AWS::IAM::ManagedPolicy}
|
71993
|
-
* @group AWS::IAM
|
71994
|
-
*/
|
71995
|
-
export interface IAMManagedPolicyAttribs {
|
71996
|
-
IsAttachable?: boolean;
|
71997
|
-
UpdateDate?: string;
|
71998
|
-
PermissionsBoundaryUsageCount?: number;
|
71999
|
-
AttachmentCount?: number;
|
72000
|
-
PolicyArn?: string;
|
72001
|
-
DefaultVersionId?: string;
|
72002
|
-
CreateDate?: string;
|
72003
|
-
PolicyId?: string;
|
72004
|
-
}
|
72005
72096
|
/**
|
72006
72097
|
* Type definition for AWS::IAM::OIDCProvider
|
72007
72098
|
*
|
@@ -72031,11 +72122,20 @@ export interface IAMOIDCProviderAttribs {
|
|
72031
72122
|
*/
|
72032
72123
|
export interface IAMPolicyProps {
|
72033
72124
|
Groups?: any[];
|
72034
|
-
PolicyDocument: object;
|
72035
72125
|
PolicyName: string;
|
72126
|
+
PolicyDocument: object;
|
72036
72127
|
Roles?: any[];
|
72037
72128
|
Users?: any[];
|
72038
72129
|
}
|
72130
|
+
/**
|
72131
|
+
* Attributes type definition for AWS::IAM::Policy
|
72132
|
+
*
|
72133
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html | AWS::IAM::Policy}
|
72134
|
+
* @group AWS::IAM
|
72135
|
+
*/
|
72136
|
+
export interface IAMPolicyAttribs {
|
72137
|
+
Id?: string;
|
72138
|
+
}
|
72039
72139
|
/**
|
72040
72140
|
* Type definition for AWS::IAM::Role
|
72041
72141
|
*
|
@@ -74909,6 +75009,15 @@ export interface LambdaLayerVersionPermissionProps {
|
|
74909
75009
|
OrganizationId?: string;
|
74910
75010
|
Principal: string;
|
74911
75011
|
}
|
75012
|
+
/**
|
75013
|
+
* Attributes type definition for AWS::Lambda::LayerVersionPermission
|
75014
|
+
*
|
75015
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html | AWS::Lambda::LayerVersionPermission}
|
75016
|
+
* @group AWS::Lambda
|
75017
|
+
*/
|
75018
|
+
export interface LambdaLayerVersionPermissionAttribs {
|
75019
|
+
Id?: string;
|
75020
|
+
}
|
74912
75021
|
/**
|
74913
75022
|
* Type definition for AWS::Lambda::Permission
|
74914
75023
|
*
|
@@ -76856,26 +76965,27 @@ export interface MemoryDBUserAttribs {
|
|
76856
76965
|
export interface NeptuneDBClusterProps {
|
76857
76966
|
StorageEncrypted?: boolean;
|
76858
76967
|
RestoreToTime?: string;
|
76859
|
-
EngineVersion?: string;
|
76860
|
-
KmsKeyId?: string;
|
76861
76968
|
AssociatedRoles?: any[];
|
76862
76969
|
SnapshotIdentifier?: string;
|
76970
|
+
DBClusterIdentifier?: string;
|
76971
|
+
PreferredBackupWindow?: string;
|
76972
|
+
DBPort?: number;
|
76973
|
+
VpcSecurityGroupIds?: any[];
|
76974
|
+
CopyTagsToSnapshot?: boolean;
|
76975
|
+
RestoreType?: string;
|
76976
|
+
Tags?: any[];
|
76977
|
+
EngineVersion?: string;
|
76978
|
+
KmsKeyId?: string;
|
76863
76979
|
AvailabilityZones?: any[];
|
76864
76980
|
ServerlessScalingConfiguration?: NeptuneDBClusterServerlessScalingConfiguration;
|
76865
|
-
DBClusterIdentifier?: string;
|
76866
76981
|
PreferredMaintenanceWindow?: string;
|
76867
76982
|
IamAuthEnabled?: boolean;
|
76868
76983
|
DBSubnetGroupName?: string;
|
76869
76984
|
DeletionProtection?: boolean;
|
76870
|
-
PreferredBackupWindow?: string;
|
76871
76985
|
UseLatestRestorableTime?: boolean;
|
76872
|
-
VpcSecurityGroupIds?: any[];
|
76873
76986
|
SourceDBClusterIdentifier?: string;
|
76874
|
-
CopyTagsToSnapshot?: boolean;
|
76875
76987
|
DBClusterParameterGroupName?: string;
|
76876
76988
|
BackupRetentionPeriod?: number;
|
76877
|
-
RestoreType?: string;
|
76878
|
-
Tags?: any[];
|
76879
76989
|
DBInstanceParameterGroupName?: string;
|
76880
76990
|
EnableCloudwatchLogsExports?: any[];
|
76881
76991
|
}
|
@@ -77623,6 +77733,7 @@ export interface OmicsReferenceStoreAttribs {
|
|
77623
77733
|
*/
|
77624
77734
|
export interface OmicsRunGroupProps {
|
77625
77735
|
MaxDuration?: number;
|
77736
|
+
MaxGpus?: number;
|
77626
77737
|
MaxRuns?: number;
|
77627
77738
|
MaxCpus?: number;
|
77628
77739
|
Tags?: Record<string, any>;
|
@@ -77701,6 +77812,7 @@ export interface OmicsWorkflowProps {
|
|
77701
77812
|
ParameterTemplate?: Record<string, any>;
|
77702
77813
|
Description?: string;
|
77703
77814
|
StorageCapacity?: number;
|
77815
|
+
Accelerators?: string;
|
77704
77816
|
DefinitionUri?: string;
|
77705
77817
|
Main?: string;
|
77706
77818
|
Engine?: string;
|
@@ -81545,6 +81657,16 @@ export interface SQSQueueAttribs {
|
|
81545
81657
|
QueueName?: string;
|
81546
81658
|
QueueUrl?: string;
|
81547
81659
|
}
|
81660
|
+
/**
|
81661
|
+
* Type definition for AWS::SQS::QueueInlinePolicy
|
81662
|
+
*
|
81663
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queueinlinepolicy.html | AWS::SQS::QueueInlinePolicy}
|
81664
|
+
* @group AWS::SQS
|
81665
|
+
*/
|
81666
|
+
export interface SQSQueueInlinePolicyProps {
|
81667
|
+
PolicyDocument: object;
|
81668
|
+
Queue: string;
|
81669
|
+
}
|
81548
81670
|
/**
|
81549
81671
|
* Type definition for AWS::SQS::QueuePolicy
|
81550
81672
|
*
|
@@ -83761,9 +83883,10 @@ export interface TransferCertificateAttribs {
|
|
83761
83883
|
* @group AWS::Transfer
|
83762
83884
|
*/
|
83763
83885
|
export interface TransferConnectorProps {
|
83764
|
-
As2Config
|
83886
|
+
As2Config?: TransferConnectorAs2Config;
|
83765
83887
|
LoggingRole?: string;
|
83766
83888
|
AccessRole: string;
|
83889
|
+
SftpConfig?: TransferConnectorSftpConfig;
|
83767
83890
|
Tags?: any[];
|
83768
83891
|
Url: string;
|
83769
83892
|
}
|
@@ -84928,8 +85051,6 @@ export interface ResourceTypes {
|
|
84928
85051
|
"AWS::CodeStar::GitHubRepository": CodeStarGitHubRepositoryProps;
|
84929
85052
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionProps;
|
84930
85053
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleProps;
|
84931
|
-
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationProps;
|
84932
|
-
"AWS::CodeTest::Series": CodeTestSeriesProps;
|
84933
85054
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolProps;
|
84934
85055
|
"AWS::Cognito::IdentityPoolPrincipalTag": CognitoIdentityPoolPrincipalTagProps;
|
84935
85056
|
"AWS::Cognito::IdentityPoolRoleAttachment": CognitoIdentityPoolRoleAttachmentProps;
|
@@ -84987,6 +85108,7 @@ export interface ResourceTypes {
|
|
84987
85108
|
"AWS::DMS::Certificate": DMSCertificateProps;
|
84988
85109
|
"AWS::DMS::Endpoint": DMSEndpointProps;
|
84989
85110
|
"AWS::DMS::EventSubscription": DMSEventSubscriptionProps;
|
85111
|
+
"AWS::DMS::ReplicationConfig": DMSReplicationConfigProps;
|
84990
85112
|
"AWS::DMS::ReplicationInstance": DMSReplicationInstanceProps;
|
84991
85113
|
"AWS::DMS::ReplicationSubnetGroup": DMSReplicationSubnetGroupProps;
|
84992
85114
|
"AWS::DMS::ReplicationTask": DMSReplicationTaskProps;
|
@@ -85680,6 +85802,7 @@ export interface ResourceTypes {
|
|
85680
85802
|
"AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
|
85681
85803
|
"AWS::SNS::TopicPolicy": SNSTopicPolicyProps;
|
85682
85804
|
"AWS::SQS::Queue": SQSQueueProps;
|
85805
|
+
"AWS::SQS::QueueInlinePolicy": SQSQueueInlinePolicyProps;
|
85683
85806
|
"AWS::SQS::QueuePolicy": SQSQueuePolicyProps;
|
85684
85807
|
"AWS::SSM::Association": SSMAssociationProps;
|
85685
85808
|
"AWS::SSM::Document": SSMDocumentProps;
|
@@ -85984,7 +86107,6 @@ export interface AttributeTypes {
|
|
85984
86107
|
"AWS::CodePipeline::Webhook": CodePipelineWebhookAttribs;
|
85985
86108
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionAttribs;
|
85986
86109
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleAttribs;
|
85987
|
-
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationAttribs;
|
85988
86110
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolAttribs;
|
85989
86111
|
"AWS::Cognito::UserPool": CognitoUserPoolAttribs;
|
85990
86112
|
"AWS::Cognito::UserPoolClient": CognitoUserPoolClientAttribs;
|
@@ -86084,6 +86206,7 @@ export interface AttributeTypes {
|
|
86084
86206
|
"AWS::EC2::NetworkInterface": EC2NetworkInterfaceAttribs;
|
86085
86207
|
"AWS::EC2::PlacementGroup": EC2PlacementGroupAttribs;
|
86086
86208
|
"AWS::EC2::PrefixList": EC2PrefixListAttribs;
|
86209
|
+
"AWS::EC2::Route": EC2RouteAttribs;
|
86087
86210
|
"AWS::EC2::RouteTable": EC2RouteTableAttribs;
|
86088
86211
|
"AWS::EC2::SecurityGroup": EC2SecurityGroupAttribs;
|
86089
86212
|
"AWS::EC2::SpotFleet": EC2SpotFleetAttribs;
|
@@ -86211,8 +86334,8 @@ export interface AttributeTypes {
|
|
86211
86334
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
86212
86335
|
"AWS::IAM::Group": IAMGroupAttribs;
|
86213
86336
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
|
86214
|
-
"AWS::IAM::ManagedPolicy": IAMManagedPolicyAttribs;
|
86215
86337
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
|
86338
|
+
"AWS::IAM::Policy": IAMPolicyAttribs;
|
86216
86339
|
"AWS::IAM::Role": IAMRoleAttribs;
|
86217
86340
|
"AWS::IAM::SAMLProvider": IAMSAMLProviderAttribs;
|
86218
86341
|
"AWS::IAM::ServerCertificate": IAMServerCertificateAttribs;
|
@@ -86316,6 +86439,7 @@ export interface AttributeTypes {
|
|
86316
86439
|
"AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingAttribs;
|
86317
86440
|
"AWS::Lambda::Function": LambdaFunctionAttribs;
|
86318
86441
|
"AWS::Lambda::LayerVersion": LambdaLayerVersionAttribs;
|
86442
|
+
"AWS::Lambda::LayerVersionPermission": LambdaLayerVersionPermissionAttribs;
|
86319
86443
|
"AWS::Lambda::Permission": LambdaPermissionAttribs;
|
86320
86444
|
"AWS::Lambda::Url": LambdaUrlAttribs;
|
86321
86445
|
"AWS::Lambda::Version": LambdaVersionAttribs;
|
@@ -86844,8 +86968,6 @@ export declare const ResourceType: {
|
|
86844
86968
|
readonly CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository";
|
86845
86969
|
readonly CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection";
|
86846
86970
|
readonly CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule";
|
86847
|
-
readonly CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration";
|
86848
|
-
readonly CodeTestSeries: "AWS::CodeTest::Series";
|
86849
86971
|
readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
|
86850
86972
|
readonly CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag";
|
86851
86973
|
readonly CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment";
|
@@ -86903,6 +87025,7 @@ export declare const ResourceType: {
|
|
86903
87025
|
readonly DMSCertificate: "AWS::DMS::Certificate";
|
86904
87026
|
readonly DMSEndpoint: "AWS::DMS::Endpoint";
|
86905
87027
|
readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
|
87028
|
+
readonly DMSReplicationConfig: "AWS::DMS::ReplicationConfig";
|
86906
87029
|
readonly DMSReplicationInstance: "AWS::DMS::ReplicationInstance";
|
86907
87030
|
readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
|
86908
87031
|
readonly DMSReplicationTask: "AWS::DMS::ReplicationTask";
|
@@ -87596,6 +87719,7 @@ export declare const ResourceType: {
|
|
87596
87719
|
readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";
|
87597
87720
|
readonly SNSTopicPolicy: "AWS::SNS::TopicPolicy";
|
87598
87721
|
readonly SQSQueue: "AWS::SQS::Queue";
|
87722
|
+
readonly SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy";
|
87599
87723
|
readonly SQSQueuePolicy: "AWS::SQS::QueuePolicy";
|
87600
87724
|
readonly SSMAssociation: "AWS::SSM::Association";
|
87601
87725
|
readonly SSMDocument: "AWS::SSM::Document";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "134.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -199,8 +199,6 @@ export const ResourceType = {
|
|
199
199
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
200
200
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
201
201
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
202
|
-
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
203
|
-
CodeTestSeries: "AWS::CodeTest::Series",
|
204
202
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
205
203
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
206
204
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -258,6 +256,7 @@ export const ResourceType = {
|
|
258
256
|
DMSCertificate: "AWS::DMS::Certificate",
|
259
257
|
DMSEndpoint: "AWS::DMS::Endpoint",
|
260
258
|
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
259
|
+
DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
|
261
260
|
DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
|
262
261
|
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
263
262
|
DMSReplicationTask: "AWS::DMS::ReplicationTask",
|
@@ -951,6 +950,7 @@ export const ResourceType = {
|
|
951
950
|
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
952
951
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
953
952
|
SQSQueue: "AWS::SQS::Queue",
|
953
|
+
SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
|
954
954
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
955
955
|
SSMAssociation: "AWS::SSM::Association",
|
956
956
|
SSMDocument: "AWS::SSM::Document",
|
@@ -1308,8 +1308,6 @@ export const AttributeNames = {
|
|
1308
1308
|
"AWS::CodeStar::GitHubRepository": [],
|
1309
1309
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1310
1310
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1311
|
-
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1312
|
-
"AWS::CodeTest::Series": [],
|
1313
1311
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1314
1312
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1315
1313
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1326,7 +1324,7 @@ export const AttributeNames = {
|
|
1326
1324
|
"AWS::Comprehend::DocumentClassifier": ["Arn"],
|
1327
1325
|
"AWS::Comprehend::Flywheel": ["Arn"],
|
1328
1326
|
"AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
|
1329
|
-
"AWS::Config::ConfigRule": ["
|
1327
|
+
"AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
|
1330
1328
|
"AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
|
1331
1329
|
"AWS::Config::ConfigurationRecorder": [],
|
1332
1330
|
"AWS::Config::ConformancePack": [],
|
@@ -1367,6 +1365,7 @@ export const AttributeNames = {
|
|
1367
1365
|
"AWS::DMS::Certificate": [],
|
1368
1366
|
"AWS::DMS::Endpoint": ["ExternalId"],
|
1369
1367
|
"AWS::DMS::EventSubscription": [],
|
1368
|
+
"AWS::DMS::ReplicationConfig": [],
|
1370
1369
|
"AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
|
1371
1370
|
"AWS::DMS::ReplicationSubnetGroup": [],
|
1372
1371
|
"AWS::DMS::ReplicationTask": [],
|
@@ -1450,7 +1449,7 @@ export const AttributeNames = {
|
|
1450
1449
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1451
1450
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
1452
1451
|
"AWS::EC2::PrefixList": ["OwnerId", "PrefixListId", "Version", "Arn"],
|
1453
|
-
"AWS::EC2::Route": [],
|
1452
|
+
"AWS::EC2::Route": ["CidrBlock"],
|
1454
1453
|
"AWS::EC2::RouteTable": ["RouteTableId"],
|
1455
1454
|
"AWS::EC2::SecurityGroup": ["GroupId", "VpcId"],
|
1456
1455
|
"AWS::EC2::SecurityGroupEgress": [],
|
@@ -1643,9 +1642,9 @@ export const AttributeNames = {
|
|
1643
1642
|
"AWS::IAM::Group": ["Arn"],
|
1644
1643
|
"AWS::IAM::GroupPolicy": [],
|
1645
1644
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1646
|
-
"AWS::IAM::ManagedPolicy": [
|
1645
|
+
"AWS::IAM::ManagedPolicy": [],
|
1647
1646
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1648
|
-
"AWS::IAM::Policy": [],
|
1647
|
+
"AWS::IAM::Policy": ["Id"],
|
1649
1648
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1650
1649
|
"AWS::IAM::RolePolicy": [],
|
1651
1650
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
@@ -1775,7 +1774,7 @@ export const AttributeNames = {
|
|
1775
1774
|
"AWS::Lambda::EventSourceMapping": ["Id"],
|
1776
1775
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1777
1776
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1778
|
-
"AWS::Lambda::LayerVersionPermission": [],
|
1777
|
+
"AWS::Lambda::LayerVersionPermission": ["Id"],
|
1779
1778
|
"AWS::Lambda::Permission": ["Id"],
|
1780
1779
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1781
1780
|
"AWS::Lambda::Version": ["Version"],
|
@@ -2060,6 +2059,7 @@ export const AttributeNames = {
|
|
2060
2059
|
"AWS::SNS::TopicInlinePolicy": [],
|
2061
2060
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2062
2061
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2062
|
+
"AWS::SQS::QueueInlinePolicy": [],
|
2063
2063
|
"AWS::SQS::QueuePolicy": ["Id"],
|
2064
2064
|
"AWS::SSM::Association": ["AssociationId"],
|
2065
2065
|
"AWS::SSM::Document": [],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.36",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"ts-node": "^10.9.1",
|
60
60
|
"typescript": "^4.9.5"
|
61
61
|
},
|
62
|
-
"awsResourceSpecificationVersion": "
|
62
|
+
"awsResourceSpecificationVersion": "134.0.0"
|
63
63
|
}
|