@awboost/cfntypes 1.0.0-beta.33 → 1.0.0-beta.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AttributeNames = exports.ResourceType = exports.ResourceSpecificationVersion = void 0;
4
- exports.ResourceSpecificationVersion = "131.0.0";
4
+ exports.ResourceSpecificationVersion = "133.0.0";
5
5
  exports.ResourceType = {
6
6
  ACMPCACertificate: "AWS::ACMPCA::Certificate",
7
7
  ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
@@ -259,6 +259,7 @@ exports.ResourceType = {
259
259
  DMSCertificate: "AWS::DMS::Certificate",
260
260
  DMSEndpoint: "AWS::DMS::Endpoint",
261
261
  DMSEventSubscription: "AWS::DMS::EventSubscription",
262
+ DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
262
263
  DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
263
264
  DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
264
265
  DMSReplicationTask: "AWS::DMS::ReplicationTask",
@@ -952,6 +953,7 @@ exports.ResourceType = {
952
953
  SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
953
954
  SNSTopicPolicy: "AWS::SNS::TopicPolicy",
954
955
  SQSQueue: "AWS::SQS::Queue",
956
+ SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
955
957
  SQSQueuePolicy: "AWS::SQS::QueuePolicy",
956
958
  SSMAssociation: "AWS::SSM::Association",
957
959
  SSMDocument: "AWS::SSM::Document",
@@ -1325,7 +1327,7 @@ exports.AttributeNames = {
1325
1327
  "AWS::Comprehend::DocumentClassifier": ["Arn"],
1326
1328
  "AWS::Comprehend::Flywheel": ["Arn"],
1327
1329
  "AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
1328
- "AWS::Config::ConfigRule": ["Arn", "Compliance.Type", "ConfigRuleId"],
1330
+ "AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
1329
1331
  "AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
1330
1332
  "AWS::Config::ConfigurationRecorder": [],
1331
1333
  "AWS::Config::ConformancePack": [],
@@ -1366,6 +1368,7 @@ exports.AttributeNames = {
1366
1368
  "AWS::DMS::Certificate": [],
1367
1369
  "AWS::DMS::Endpoint": ["ExternalId"],
1368
1370
  "AWS::DMS::EventSubscription": [],
1371
+ "AWS::DMS::ReplicationConfig": [],
1369
1372
  "AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
1370
1373
  "AWS::DMS::ReplicationSubnetGroup": [],
1371
1374
  "AWS::DMS::ReplicationTask": [],
@@ -1644,7 +1647,7 @@ exports.AttributeNames = {
1644
1647
  "AWS::IAM::InstanceProfile": ["Arn"],
1645
1648
  "AWS::IAM::ManagedPolicy": [],
1646
1649
  "AWS::IAM::OIDCProvider": ["Arn"],
1647
- "AWS::IAM::Policy": [],
1650
+ "AWS::IAM::Policy": ["Id"],
1648
1651
  "AWS::IAM::Role": ["Arn", "RoleId"],
1649
1652
  "AWS::IAM::RolePolicy": [],
1650
1653
  "AWS::IAM::SAMLProvider": ["Arn"],
@@ -1775,7 +1778,7 @@ exports.AttributeNames = {
1775
1778
  "AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
1776
1779
  "AWS::Lambda::LayerVersion": ["LayerVersionArn"],
1777
1780
  "AWS::Lambda::LayerVersionPermission": [],
1778
- "AWS::Lambda::Permission": [],
1781
+ "AWS::Lambda::Permission": ["Id"],
1779
1782
  "AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
1780
1783
  "AWS::Lambda::Version": ["Version"],
1781
1784
  "AWS::Lex::Bot": ["Id", "Arn"],
@@ -2059,7 +2062,8 @@ exports.AttributeNames = {
2059
2062
  "AWS::SNS::TopicInlinePolicy": [],
2060
2063
  "AWS::SNS::TopicPolicy": ["Id"],
2061
2064
  "AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
2062
- "AWS::SQS::QueuePolicy": [],
2065
+ "AWS::SQS::QueueInlinePolicy": [],
2066
+ "AWS::SQS::QueuePolicy": ["Id"],
2063
2067
  "AWS::SSM::Association": ["AssociationId"],
2064
2068
  "AWS::SSM::Document": [],
2065
2069
  "AWS::SSM::MaintenanceWindow": [],
@@ -1,4 +1,4 @@
1
- export declare const ResourceSpecificationVersion = "131.0.0";
1
+ export declare const ResourceSpecificationVersion = "133.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
@@ -9225,6 +9226,15 @@ export interface ComprehendFlywheelVpcConfig {
9225
9226
  Subnets: any[];
9226
9227
  SecurityGroupIds: any[];
9227
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
+ }
9228
9238
  /**
9229
9239
  * Type definition for AWS::Config::ConfigRule.CustomPolicyDetails
9230
9240
  *
@@ -9233,8 +9243,17 @@ export interface ComprehendFlywheelVpcConfig {
9233
9243
  */
9234
9244
  export interface ConfigConfigRuleCustomPolicyDetails {
9235
9245
  EnableDebugLogDelivery?: boolean;
9236
- PolicyRuntime?: string;
9237
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;
9238
9257
  }
9239
9258
  /**
9240
9259
  * Type definition for AWS::Config::ConfigRule.Scope
@@ -9244,8 +9263,8 @@ export interface ConfigConfigRuleCustomPolicyDetails {
9244
9263
  */
9245
9264
  export interface ConfigConfigRuleScope {
9246
9265
  ComplianceResourceId?: string;
9247
- ComplianceResourceTypes?: any[];
9248
9266
  TagKey?: string;
9267
+ ComplianceResourceTypes?: any[];
9249
9268
  TagValue?: string;
9250
9269
  }
9251
9270
  /**
@@ -9255,15 +9274,15 @@ export interface ConfigConfigRuleScope {
9255
9274
  * @group AWS::Config
9256
9275
  */
9257
9276
  export interface ConfigConfigRuleSource {
9258
- CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
9259
9277
  Owner: string;
9260
- SourceDetails?: any[];
9278
+ CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
9261
9279
  SourceIdentifier?: string;
9280
+ SourceDetails?: any[];
9262
9281
  }
9263
9282
  /**
9264
9283
  * Type definition for AWS::Config::ConfigRule.SourceDetail
9265
9284
  *
9266
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source-sourcedetails.html | AWS::Config::ConfigRule.SourceDetail}
9285
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-sourcedetail.html | AWS::Config::ConfigRule.SourceDetail}
9267
9286
  * @group AWS::Config
9268
9287
  */
9269
9288
  export interface ConfigConfigRuleSourceDetail {
@@ -10860,6 +10879,23 @@ export interface DMSEndpointSybaseSettings {
10860
10879
  SecretsManagerSecretId?: string;
10861
10880
  SecretsManagerAccessRoleArn?: string;
10862
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
+ }
10863
10899
  /**
10864
10900
  * Type definition for AWS::DataBrew::Dataset.CsvOptions
10865
10901
  *
@@ -18315,11 +18351,13 @@ export interface GlobalAcceleratorListenerPortRange {
18315
18351
  * @group AWS::Glue
18316
18352
  */
18317
18353
  export interface GlueClassifierCsvClassifier {
18354
+ ContainsCustomDatatype?: any[];
18318
18355
  QuoteSymbol?: string;
18319
18356
  ContainsHeader?: string;
18320
18357
  Delimiter?: string;
18321
18358
  Header?: any[];
18322
18359
  AllowSingleColumn?: boolean;
18360
+ CustomDatatypeConfigured?: boolean;
18323
18361
  DisableValueTrimming?: boolean;
18324
18362
  Name?: string;
18325
18363
  }
@@ -18415,6 +18453,18 @@ export interface GlueCrawlerDeltaTarget {
18415
18453
  export interface GlueCrawlerDynamoDBTarget {
18416
18454
  Path?: string;
18417
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
+ }
18418
18468
  /**
18419
18469
  * Type definition for AWS::Glue::Crawler.JdbcTarget
18420
18470
  *
@@ -18491,6 +18541,7 @@ export interface GlueCrawlerTargets {
18491
18541
  MongoDBTargets?: any[];
18492
18542
  JdbcTargets?: any[];
18493
18543
  DynamoDBTargets?: any[];
18544
+ IcebergTargets?: any[];
18494
18545
  }
18495
18546
  /**
18496
18547
  * Type definition for AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption
@@ -18549,6 +18600,7 @@ export interface GlueDatabaseDataLakePrincipal {
18549
18600
  */
18550
18601
  export interface GlueDatabaseDatabaseIdentifier {
18551
18602
  DatabaseName?: string;
18603
+ Region?: string;
18552
18604
  CatalogId?: string;
18553
18605
  }
18554
18606
  /**
@@ -18875,6 +18927,32 @@ export interface GlueTableColumn {
18875
18927
  Type?: string;
18876
18928
  Name: string;
18877
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
+ }
18878
18956
  /**
18879
18957
  * Type definition for AWS::Glue::Table.Order
18880
18958
  *
@@ -18958,6 +19036,7 @@ export interface GlueTableStorageDescriptor {
18958
19036
  */
18959
19037
  export interface GlueTableTableIdentifier {
18960
19038
  DatabaseName?: string;
19039
+ Region?: string;
18961
19040
  CatalogId?: string;
18962
19041
  Name?: string;
18963
19042
  }
@@ -57883,6 +57962,17 @@ export interface TimestreamTableMagneticStoreWriteProperties {
57883
57962
  EnableMagneticStoreWrites: boolean;
57884
57963
  MagneticStoreRejectedDataLocation?: TimestreamTableMagneticStoreRejectedDataLocation;
57885
57964
  }
57965
+ /**
57966
+ * Type definition for AWS::Timestream::Table.PartitionKey
57967
+ *
57968
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-table-partitionkey.html | AWS::Timestream::Table.PartitionKey}
57969
+ * @group AWS::Timestream
57970
+ */
57971
+ export interface TimestreamTablePartitionKey {
57972
+ Type: string;
57973
+ EnforcementInRecord?: string;
57974
+ Name?: string;
57975
+ }
57886
57976
  /**
57887
57977
  * Type definition for AWS::Timestream::Table.RetentionProperties
57888
57978
  *
@@ -57905,6 +57995,15 @@ export interface TimestreamTableS3Configuration {
57905
57995
  ObjectKeyPrefix?: string;
57906
57996
  EncryptionOption: string;
57907
57997
  }
57998
+ /**
57999
+ * Type definition for AWS::Timestream::Table.Schema
58000
+ *
58001
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-table-schema.html | AWS::Timestream::Table.Schema}
58002
+ * @group AWS::Timestream
58003
+ */
58004
+ export interface TimestreamTableSchema {
58005
+ CompositePartitionKey?: any[];
58006
+ }
57908
58007
  /**
57909
58008
  * Type definition for AWS::Transfer::Connector.As2Config
57910
58009
  *
@@ -59144,10 +59243,85 @@ export interface WAFv2RuleGroupOrStatement {
59144
59243
  */
59145
59244
  export interface WAFv2RuleGroupRateBasedStatement {
59146
59245
  AggregateKeyType: string;
59246
+ CustomKeys?: any[];
59147
59247
  ForwardedIPConfig?: WAFv2RuleGroupForwardedIPConfiguration;
59148
59248
  Limit: number;
59149
59249
  ScopeDownStatement?: WAFv2RuleGroupStatement;
59150
59250
  }
59251
+ /**
59252
+ * Type definition for AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey
59253
+ *
59254
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatementcustomkey.html | AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey}
59255
+ * @group AWS::WAFv2
59256
+ */
59257
+ export interface WAFv2RuleGroupRateBasedStatementCustomKey {
59258
+ Cookie?: WAFv2RuleGroupRateLimitCookie;
59259
+ ForwardedIP?: object;
59260
+ QueryArgument?: WAFv2RuleGroupRateLimitQueryArgument;
59261
+ Header?: WAFv2RuleGroupRateLimitHeader;
59262
+ HTTPMethod?: object;
59263
+ QueryString?: WAFv2RuleGroupRateLimitQueryString;
59264
+ UriPath?: WAFv2RuleGroupRateLimitUriPath;
59265
+ IP?: object;
59266
+ LabelNamespace?: WAFv2RuleGroupRateLimitLabelNamespace;
59267
+ }
59268
+ /**
59269
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitCookie
59270
+ *
59271
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitcookie.html | AWS::WAFv2::RuleGroup.RateLimitCookie}
59272
+ * @group AWS::WAFv2
59273
+ */
59274
+ export interface WAFv2RuleGroupRateLimitCookie {
59275
+ TextTransformations: any[];
59276
+ Name: string;
59277
+ }
59278
+ /**
59279
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitHeader
59280
+ *
59281
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitheader.html | AWS::WAFv2::RuleGroup.RateLimitHeader}
59282
+ * @group AWS::WAFv2
59283
+ */
59284
+ export interface WAFv2RuleGroupRateLimitHeader {
59285
+ TextTransformations: any[];
59286
+ Name: string;
59287
+ }
59288
+ /**
59289
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitLabelNamespace
59290
+ *
59291
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitlabelnamespace.html | AWS::WAFv2::RuleGroup.RateLimitLabelNamespace}
59292
+ * @group AWS::WAFv2
59293
+ */
59294
+ export interface WAFv2RuleGroupRateLimitLabelNamespace {
59295
+ Namespace: string;
59296
+ }
59297
+ /**
59298
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitQueryArgument
59299
+ *
59300
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitqueryargument.html | AWS::WAFv2::RuleGroup.RateLimitQueryArgument}
59301
+ * @group AWS::WAFv2
59302
+ */
59303
+ export interface WAFv2RuleGroupRateLimitQueryArgument {
59304
+ TextTransformations: any[];
59305
+ Name: string;
59306
+ }
59307
+ /**
59308
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitQueryString
59309
+ *
59310
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitquerystring.html | AWS::WAFv2::RuleGroup.RateLimitQueryString}
59311
+ * @group AWS::WAFv2
59312
+ */
59313
+ export interface WAFv2RuleGroupRateLimitQueryString {
59314
+ TextTransformations: any[];
59315
+ }
59316
+ /**
59317
+ * Type definition for AWS::WAFv2::RuleGroup.RateLimitUriPath
59318
+ *
59319
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimituripath.html | AWS::WAFv2::RuleGroup.RateLimitUriPath}
59320
+ * @group AWS::WAFv2
59321
+ */
59322
+ export interface WAFv2RuleGroupRateLimitUriPath {
59323
+ TextTransformations: any[];
59324
+ }
59151
59325
  /**
59152
59326
  * Type definition for AWS::WAFv2::RuleGroup.RegexMatchStatement
59153
59327
  *
@@ -59292,6 +59466,19 @@ export interface WAFv2RuleGroupXssMatchStatement {
59292
59466
  TextTransformations: any[];
59293
59467
  FieldToMatch: WAFv2RuleGroupFieldToMatch;
59294
59468
  }
59469
+ /**
59470
+ * Type definition for AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet
59471
+ *
59472
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesacfpruleset.html | AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet}
59473
+ * @group AWS::WAFv2
59474
+ */
59475
+ export interface WAFv2WebACLAWSManagedRulesACFPRuleSet {
59476
+ RegistrationPagePath: string;
59477
+ ResponseInspection?: WAFv2WebACLResponseInspection;
59478
+ CreationPath: string;
59479
+ EnableRegexInPath?: boolean;
59480
+ RequestInspection: WAFv2WebACLRequestInspectionACFP;
59481
+ }
59295
59482
  /**
59296
59483
  * Type definition for AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet
59297
59484
  *
@@ -59300,6 +59487,7 @@ export interface WAFv2RuleGroupXssMatchStatement {
59300
59487
  */
59301
59488
  export interface WAFv2WebACLAWSManagedRulesATPRuleSet {
59302
59489
  ResponseInspection?: WAFv2WebACLResponseInspection;
59490
+ EnableRegexInPath?: boolean;
59303
59491
  LoginPath: string;
59304
59492
  RequestInspection?: WAFv2WebACLRequestInspection;
59305
59493
  }
@@ -59648,6 +59836,7 @@ export interface WAFv2WebACLManagedRuleGroupConfig {
59648
59836
  AWSManagedRulesATPRuleSet?: WAFv2WebACLAWSManagedRulesATPRuleSet;
59649
59837
  AWSManagedRulesBotControlRuleSet?: WAFv2WebACLAWSManagedRulesBotControlRuleSet;
59650
59838
  PasswordField?: WAFv2WebACLFieldIdentifier;
59839
+ AWSManagedRulesACFPRuleSet?: WAFv2WebACLAWSManagedRulesACFPRuleSet;
59651
59840
  PayloadType?: string;
59652
59841
  }
59653
59842
  /**
@@ -59701,10 +59890,85 @@ export interface WAFv2WebACLOverrideAction {
59701
59890
  */
59702
59891
  export interface WAFv2WebACLRateBasedStatement {
59703
59892
  AggregateKeyType: string;
59893
+ CustomKeys?: any[];
59704
59894
  ForwardedIPConfig?: WAFv2WebACLForwardedIPConfiguration;
59705
59895
  Limit: number;
59706
59896
  ScopeDownStatement?: WAFv2WebACLStatement;
59707
59897
  }
59898
+ /**
59899
+ * Type definition for AWS::WAFv2::WebACL.RateBasedStatementCustomKey
59900
+ *
59901
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatementcustomkey.html | AWS::WAFv2::WebACL.RateBasedStatementCustomKey}
59902
+ * @group AWS::WAFv2
59903
+ */
59904
+ export interface WAFv2WebACLRateBasedStatementCustomKey {
59905
+ Cookie?: WAFv2WebACLRateLimitCookie;
59906
+ ForwardedIP?: object;
59907
+ QueryArgument?: WAFv2WebACLRateLimitQueryArgument;
59908
+ Header?: WAFv2WebACLRateLimitHeader;
59909
+ HTTPMethod?: object;
59910
+ QueryString?: WAFv2WebACLRateLimitQueryString;
59911
+ UriPath?: WAFv2WebACLRateLimitUriPath;
59912
+ IP?: object;
59913
+ LabelNamespace?: WAFv2WebACLRateLimitLabelNamespace;
59914
+ }
59915
+ /**
59916
+ * Type definition for AWS::WAFv2::WebACL.RateLimitCookie
59917
+ *
59918
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitcookie.html | AWS::WAFv2::WebACL.RateLimitCookie}
59919
+ * @group AWS::WAFv2
59920
+ */
59921
+ export interface WAFv2WebACLRateLimitCookie {
59922
+ TextTransformations: any[];
59923
+ Name: string;
59924
+ }
59925
+ /**
59926
+ * Type definition for AWS::WAFv2::WebACL.RateLimitHeader
59927
+ *
59928
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitheader.html | AWS::WAFv2::WebACL.RateLimitHeader}
59929
+ * @group AWS::WAFv2
59930
+ */
59931
+ export interface WAFv2WebACLRateLimitHeader {
59932
+ TextTransformations: any[];
59933
+ Name: string;
59934
+ }
59935
+ /**
59936
+ * Type definition for AWS::WAFv2::WebACL.RateLimitLabelNamespace
59937
+ *
59938
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitlabelnamespace.html | AWS::WAFv2::WebACL.RateLimitLabelNamespace}
59939
+ * @group AWS::WAFv2
59940
+ */
59941
+ export interface WAFv2WebACLRateLimitLabelNamespace {
59942
+ Namespace: string;
59943
+ }
59944
+ /**
59945
+ * Type definition for AWS::WAFv2::WebACL.RateLimitQueryArgument
59946
+ *
59947
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitqueryargument.html | AWS::WAFv2::WebACL.RateLimitQueryArgument}
59948
+ * @group AWS::WAFv2
59949
+ */
59950
+ export interface WAFv2WebACLRateLimitQueryArgument {
59951
+ TextTransformations: any[];
59952
+ Name: string;
59953
+ }
59954
+ /**
59955
+ * Type definition for AWS::WAFv2::WebACL.RateLimitQueryString
59956
+ *
59957
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitquerystring.html | AWS::WAFv2::WebACL.RateLimitQueryString}
59958
+ * @group AWS::WAFv2
59959
+ */
59960
+ export interface WAFv2WebACLRateLimitQueryString {
59961
+ TextTransformations: any[];
59962
+ }
59963
+ /**
59964
+ * Type definition for AWS::WAFv2::WebACL.RateLimitUriPath
59965
+ *
59966
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimituripath.html | AWS::WAFv2::WebACL.RateLimitUriPath}
59967
+ * @group AWS::WAFv2
59968
+ */
59969
+ export interface WAFv2WebACLRateLimitUriPath {
59970
+ TextTransformations: any[];
59971
+ }
59708
59972
  /**
59709
59973
  * Type definition for AWS::WAFv2::WebACL.RegexMatchStatement
59710
59974
  *
@@ -59747,6 +60011,20 @@ export interface WAFv2WebACLRequestInspection {
59747
60011
  PasswordField: WAFv2WebACLFieldIdentifier;
59748
60012
  PayloadType: string;
59749
60013
  }
60014
+ /**
60015
+ * Type definition for AWS::WAFv2::WebACL.RequestInspectionACFP
60016
+ *
60017
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-requestinspectionacfp.html | AWS::WAFv2::WebACL.RequestInspectionACFP}
60018
+ * @group AWS::WAFv2
60019
+ */
60020
+ export interface WAFv2WebACLRequestInspectionACFP {
60021
+ UsernameField?: WAFv2WebACLFieldIdentifier;
60022
+ EmailField?: WAFv2WebACLFieldIdentifier;
60023
+ PasswordField?: WAFv2WebACLFieldIdentifier;
60024
+ AddressFields?: any[];
60025
+ PayloadType: string;
60026
+ PhoneNumberFields?: any[];
60027
+ }
59750
60028
  /**
59751
60029
  * Type definition for AWS::WAFv2::WebACL.ResponseInspection
59752
60030
  *
@@ -60098,8 +60376,8 @@ export interface AlexaASKSkillSkillPackage {
60098
60376
  * @group Tag
60099
60377
  */
60100
60378
  export interface Tag {
60101
- Value: string;
60102
60379
  Key: string;
60380
+ Value: string;
60103
60381
  }
60104
60382
  /**
60105
60383
  * Type definition for AWS::ACMPCA::Certificate
@@ -64867,12 +65145,14 @@ export interface ConfigAggregationAuthorizationAttribs {
64867
65145
  * @group AWS::Config
64868
65146
  */
64869
65147
  export interface ConfigConfigRuleProps {
64870
- ConfigRuleName?: string;
65148
+ EvaluationModes?: any[];
64871
65149
  Description?: string;
64872
- InputParameters?: object;
64873
- MaximumExecutionFrequency?: string;
64874
65150
  Scope?: ConfigConfigRuleScope;
65151
+ Compliance?: ConfigConfigRuleCompliance;
65152
+ ConfigRuleName?: string;
65153
+ MaximumExecutionFrequency?: string;
64875
65154
  Source: ConfigConfigRuleSource;
65155
+ InputParameters?: object;
64876
65156
  }
64877
65157
  /**
64878
65158
  * Attributes type definition for AWS::Config::ConfigRule
@@ -64881,9 +65161,9 @@ export interface ConfigConfigRuleProps {
64881
65161
  * @group AWS::Config
64882
65162
  */
64883
65163
  export interface ConfigConfigRuleAttribs {
64884
- Arn?: string;
64885
- "Compliance.Type"?: string;
64886
65164
  ConfigRuleId?: string;
65165
+ "Compliance.Type"?: string;
65166
+ Arn?: string;
64887
65167
  }
64888
65168
  /**
64889
65169
  * Type definition for AWS::Config::ConfigurationAggregator
@@ -65734,6 +66014,25 @@ export interface DMSEventSubscriptionProps {
65734
66014
  SourceIds?: any[];
65735
66015
  Tags?: any[];
65736
66016
  }
66017
+ /**
66018
+ * Type definition for AWS::DMS::ReplicationConfig
66019
+ *
66020
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html | AWS::DMS::ReplicationConfig}
66021
+ * @group AWS::DMS
66022
+ */
66023
+ export interface DMSReplicationConfigProps {
66024
+ ReplicationSettings?: object;
66025
+ ResourceIdentifier?: string;
66026
+ ReplicationConfigIdentifier?: string;
66027
+ ComputeConfig?: DMSReplicationConfigComputeConfig;
66028
+ ReplicationType?: string;
66029
+ TableMappings?: object;
66030
+ SourceEndpointArn?: string;
66031
+ ReplicationConfigArn?: string;
66032
+ SupplementalSettings?: object;
66033
+ TargetEndpointArn?: string;
66034
+ Tags?: any[];
66035
+ }
65737
66036
  /**
65738
66037
  * Type definition for AWS::DMS::ReplicationInstance
65739
66038
  *
@@ -66941,6 +67240,7 @@ export interface EC2HostProps {
66941
67240
  HostMaintenance?: string;
66942
67241
  AvailabilityZone: string;
66943
67242
  InstanceType?: string;
67243
+ AssetId?: string;
66944
67244
  }
66945
67245
  /**
66946
67246
  * Attributes type definition for AWS::EC2::Host
@@ -71109,6 +71409,7 @@ export interface GlueSecurityConfigurationProps {
71109
71409
  */
71110
71410
  export interface GlueTableProps {
71111
71411
  TableInput: GlueTableTableInput;
71412
+ OpenTableFormatInput?: GlueTableOpenTableFormatInput;
71112
71413
  DatabaseName: string;
71113
71414
  CatalogId: string;
71114
71415
  }
@@ -71801,11 +72102,20 @@ export interface IAMOIDCProviderAttribs {
71801
72102
  */
71802
72103
  export interface IAMPolicyProps {
71803
72104
  Groups?: any[];
71804
- PolicyDocument: object;
71805
72105
  PolicyName: string;
72106
+ PolicyDocument: object;
71806
72107
  Roles?: any[];
71807
72108
  Users?: any[];
71808
72109
  }
72110
+ /**
72111
+ * Attributes type definition for AWS::IAM::Policy
72112
+ *
72113
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html | AWS::IAM::Policy}
72114
+ * @group AWS::IAM
72115
+ */
72116
+ export interface IAMPolicyAttribs {
72117
+ Id?: string;
72118
+ }
71809
72119
  /**
71810
72120
  * Type definition for AWS::IAM::Role
71811
72121
  *
@@ -74028,6 +74338,7 @@ export interface KMSAliasProps {
74028
74338
  * @group AWS::KMS
74029
74339
  */
74030
74340
  export interface KMSKeyProps {
74341
+ Origin?: string;
74031
74342
  MultiRegion?: boolean;
74032
74343
  Description?: string;
74033
74344
  PendingWindowInDays?: number;
@@ -74685,14 +74996,23 @@ export interface LambdaLayerVersionPermissionProps {
74685
74996
  * @group AWS::Lambda
74686
74997
  */
74687
74998
  export interface LambdaPermissionProps {
74999
+ FunctionName: string;
74688
75000
  Action: string;
74689
75001
  EventSourceToken?: string;
74690
- FunctionName: string;
74691
75002
  FunctionUrlAuthType?: string;
74692
- Principal: string;
74693
- PrincipalOrgID?: string;
74694
- SourceAccount?: string;
74695
75003
  SourceArn?: string;
75004
+ SourceAccount?: string;
75005
+ PrincipalOrgID?: string;
75006
+ Principal: string;
75007
+ }
75008
+ /**
75009
+ * Attributes type definition for AWS::Lambda::Permission
75010
+ *
75011
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html | AWS::Lambda::Permission}
75012
+ * @group AWS::Lambda
75013
+ */
75014
+ export interface LambdaPermissionAttribs {
75015
+ Id?: string;
74696
75016
  }
74697
75017
  /**
74698
75018
  * Type definition for AWS::Lambda::Url
@@ -76616,26 +76936,27 @@ export interface MemoryDBUserAttribs {
76616
76936
  export interface NeptuneDBClusterProps {
76617
76937
  StorageEncrypted?: boolean;
76618
76938
  RestoreToTime?: string;
76619
- EngineVersion?: string;
76620
- KmsKeyId?: string;
76621
76939
  AssociatedRoles?: any[];
76622
76940
  SnapshotIdentifier?: string;
76941
+ DBClusterIdentifier?: string;
76942
+ PreferredBackupWindow?: string;
76943
+ DBPort?: number;
76944
+ VpcSecurityGroupIds?: any[];
76945
+ CopyTagsToSnapshot?: boolean;
76946
+ RestoreType?: string;
76947
+ Tags?: any[];
76948
+ EngineVersion?: string;
76949
+ KmsKeyId?: string;
76623
76950
  AvailabilityZones?: any[];
76624
76951
  ServerlessScalingConfiguration?: NeptuneDBClusterServerlessScalingConfiguration;
76625
- DBClusterIdentifier?: string;
76626
76952
  PreferredMaintenanceWindow?: string;
76627
76953
  IamAuthEnabled?: boolean;
76628
76954
  DBSubnetGroupName?: string;
76629
76955
  DeletionProtection?: boolean;
76630
- PreferredBackupWindow?: string;
76631
76956
  UseLatestRestorableTime?: boolean;
76632
- VpcSecurityGroupIds?: any[];
76633
76957
  SourceDBClusterIdentifier?: string;
76634
- CopyTagsToSnapshot?: boolean;
76635
76958
  DBClusterParameterGroupName?: string;
76636
76959
  BackupRetentionPeriod?: number;
76637
- RestoreType?: string;
76638
- Tags?: any[];
76639
76960
  DBInstanceParameterGroupName?: string;
76640
76961
  EnableCloudwatchLogsExports?: any[];
76641
76962
  }
@@ -81305,16 +81626,35 @@ export interface SQSQueueAttribs {
81305
81626
  QueueName?: string;
81306
81627
  QueueUrl?: string;
81307
81628
  }
81629
+ /**
81630
+ * Type definition for AWS::SQS::QueueInlinePolicy
81631
+ *
81632
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queueinlinepolicy.html | AWS::SQS::QueueInlinePolicy}
81633
+ * @group AWS::SQS
81634
+ */
81635
+ export interface SQSQueueInlinePolicyProps {
81636
+ PolicyDocument: object;
81637
+ Queue: string;
81638
+ }
81308
81639
  /**
81309
81640
  * Type definition for AWS::SQS::QueuePolicy
81310
81641
  *
81311
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html | AWS::SQS::QueuePolicy}
81642
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html | AWS::SQS::QueuePolicy}
81312
81643
  * @group AWS::SQS
81313
81644
  */
81314
81645
  export interface SQSQueuePolicyProps {
81315
81646
  PolicyDocument: object;
81316
81647
  Queues: any[];
81317
81648
  }
81649
+ /**
81650
+ * Attributes type definition for AWS::SQS::QueuePolicy
81651
+ *
81652
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html | AWS::SQS::QueuePolicy}
81653
+ * @group AWS::SQS
81654
+ */
81655
+ export interface SQSQueuePolicyAttribs {
81656
+ Id?: string;
81657
+ }
81318
81658
  /**
81319
81659
  * Type definition for AWS::SSM::Association
81320
81660
  *
@@ -81943,6 +82283,15 @@ export interface SageMakerImageAttribs {
81943
82283
  */
81944
82284
  export interface SageMakerImageVersionProps {
81945
82285
  ImageName: string;
82286
+ Horovod?: boolean;
82287
+ Processor?: string;
82288
+ JobType?: string;
82289
+ Alias?: string;
82290
+ ProgrammingLang?: string;
82291
+ VendorGuidance?: string;
82292
+ MLFramework?: string;
82293
+ Aliases?: any[];
82294
+ ReleaseNotes?: string;
81946
82295
  BaseImage: string;
81947
82296
  }
81948
82297
  /**
@@ -83424,6 +83773,7 @@ export interface TimestreamScheduledQueryAttribs {
83424
83773
  export interface TimestreamTableProps {
83425
83774
  TableName?: string;
83426
83775
  RetentionProperties?: TimestreamTableRetentionProperties;
83776
+ Schema?: TimestreamTableSchema;
83427
83777
  DatabaseName: string;
83428
83778
  Tags?: any[];
83429
83779
  MagneticStoreWriteProperties?: TimestreamTableMagneticStoreWriteProperties;
@@ -84726,6 +85076,7 @@ export interface ResourceTypes {
84726
85076
  "AWS::DMS::Certificate": DMSCertificateProps;
84727
85077
  "AWS::DMS::Endpoint": DMSEndpointProps;
84728
85078
  "AWS::DMS::EventSubscription": DMSEventSubscriptionProps;
85079
+ "AWS::DMS::ReplicationConfig": DMSReplicationConfigProps;
84729
85080
  "AWS::DMS::ReplicationInstance": DMSReplicationInstanceProps;
84730
85081
  "AWS::DMS::ReplicationSubnetGroup": DMSReplicationSubnetGroupProps;
84731
85082
  "AWS::DMS::ReplicationTask": DMSReplicationTaskProps;
@@ -85419,6 +85770,7 @@ export interface ResourceTypes {
85419
85770
  "AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
85420
85771
  "AWS::SNS::TopicPolicy": SNSTopicPolicyProps;
85421
85772
  "AWS::SQS::Queue": SQSQueueProps;
85773
+ "AWS::SQS::QueueInlinePolicy": SQSQueueInlinePolicyProps;
85422
85774
  "AWS::SQS::QueuePolicy": SQSQueuePolicyProps;
85423
85775
  "AWS::SSM::Association": SSMAssociationProps;
85424
85776
  "AWS::SSM::Document": SSMDocumentProps;
@@ -85950,6 +86302,7 @@ export interface AttributeTypes {
85950
86302
  "AWS::IAM::Group": IAMGroupAttribs;
85951
86303
  "AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
85952
86304
  "AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
86305
+ "AWS::IAM::Policy": IAMPolicyAttribs;
85953
86306
  "AWS::IAM::Role": IAMRoleAttribs;
85954
86307
  "AWS::IAM::SAMLProvider": IAMSAMLProviderAttribs;
85955
86308
  "AWS::IAM::ServerCertificate": IAMServerCertificateAttribs;
@@ -86053,6 +86406,7 @@ export interface AttributeTypes {
86053
86406
  "AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingAttribs;
86054
86407
  "AWS::Lambda::Function": LambdaFunctionAttribs;
86055
86408
  "AWS::Lambda::LayerVersion": LambdaLayerVersionAttribs;
86409
+ "AWS::Lambda::Permission": LambdaPermissionAttribs;
86056
86410
  "AWS::Lambda::Url": LambdaUrlAttribs;
86057
86411
  "AWS::Lambda::Version": LambdaVersionAttribs;
86058
86412
  "AWS::Lex::Bot": LexBotAttribs;
@@ -86272,6 +86626,7 @@ export interface AttributeTypes {
86272
86626
  "AWS::SNS::Topic": SNSTopicAttribs;
86273
86627
  "AWS::SNS::TopicPolicy": SNSTopicPolicyAttribs;
86274
86628
  "AWS::SQS::Queue": SQSQueueAttribs;
86629
+ "AWS::SQS::QueuePolicy": SQSQueuePolicyAttribs;
86275
86630
  "AWS::SSM::Association": SSMAssociationAttribs;
86276
86631
  "AWS::SSM::Parameter": SSMParameterAttribs;
86277
86632
  "AWS::SSM::ResourceDataSync": SSMResourceDataSyncAttribs;
@@ -86636,6 +86991,7 @@ export declare const ResourceType: {
86636
86991
  readonly DMSCertificate: "AWS::DMS::Certificate";
86637
86992
  readonly DMSEndpoint: "AWS::DMS::Endpoint";
86638
86993
  readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
86994
+ readonly DMSReplicationConfig: "AWS::DMS::ReplicationConfig";
86639
86995
  readonly DMSReplicationInstance: "AWS::DMS::ReplicationInstance";
86640
86996
  readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
86641
86997
  readonly DMSReplicationTask: "AWS::DMS::ReplicationTask";
@@ -87329,6 +87685,7 @@ export declare const ResourceType: {
87329
87685
  readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";
87330
87686
  readonly SNSTopicPolicy: "AWS::SNS::TopicPolicy";
87331
87687
  readonly SQSQueue: "AWS::SQS::Queue";
87688
+ readonly SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy";
87332
87689
  readonly SQSQueuePolicy: "AWS::SQS::QueuePolicy";
87333
87690
  readonly SSMAssociation: "AWS::SSM::Association";
87334
87691
  readonly SSMDocument: "AWS::SSM::Document";
@@ -1,4 +1,4 @@
1
- export const ResourceSpecificationVersion = "131.0.0";
1
+ export const ResourceSpecificationVersion = "133.0.0";
2
2
  export const ResourceType = {
3
3
  ACMPCACertificate: "AWS::ACMPCA::Certificate",
4
4
  ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
@@ -256,6 +256,7 @@ export const ResourceType = {
256
256
  DMSCertificate: "AWS::DMS::Certificate",
257
257
  DMSEndpoint: "AWS::DMS::Endpoint",
258
258
  DMSEventSubscription: "AWS::DMS::EventSubscription",
259
+ DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
259
260
  DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
260
261
  DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
261
262
  DMSReplicationTask: "AWS::DMS::ReplicationTask",
@@ -949,6 +950,7 @@ export const ResourceType = {
949
950
  SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
950
951
  SNSTopicPolicy: "AWS::SNS::TopicPolicy",
951
952
  SQSQueue: "AWS::SQS::Queue",
953
+ SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
952
954
  SQSQueuePolicy: "AWS::SQS::QueuePolicy",
953
955
  SSMAssociation: "AWS::SSM::Association",
954
956
  SSMDocument: "AWS::SSM::Document",
@@ -1322,7 +1324,7 @@ export const AttributeNames = {
1322
1324
  "AWS::Comprehend::DocumentClassifier": ["Arn"],
1323
1325
  "AWS::Comprehend::Flywheel": ["Arn"],
1324
1326
  "AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
1325
- "AWS::Config::ConfigRule": ["Arn", "Compliance.Type", "ConfigRuleId"],
1327
+ "AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
1326
1328
  "AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
1327
1329
  "AWS::Config::ConfigurationRecorder": [],
1328
1330
  "AWS::Config::ConformancePack": [],
@@ -1363,6 +1365,7 @@ export const AttributeNames = {
1363
1365
  "AWS::DMS::Certificate": [],
1364
1366
  "AWS::DMS::Endpoint": ["ExternalId"],
1365
1367
  "AWS::DMS::EventSubscription": [],
1368
+ "AWS::DMS::ReplicationConfig": [],
1366
1369
  "AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
1367
1370
  "AWS::DMS::ReplicationSubnetGroup": [],
1368
1371
  "AWS::DMS::ReplicationTask": [],
@@ -1641,7 +1644,7 @@ export const AttributeNames = {
1641
1644
  "AWS::IAM::InstanceProfile": ["Arn"],
1642
1645
  "AWS::IAM::ManagedPolicy": [],
1643
1646
  "AWS::IAM::OIDCProvider": ["Arn"],
1644
- "AWS::IAM::Policy": [],
1647
+ "AWS::IAM::Policy": ["Id"],
1645
1648
  "AWS::IAM::Role": ["Arn", "RoleId"],
1646
1649
  "AWS::IAM::RolePolicy": [],
1647
1650
  "AWS::IAM::SAMLProvider": ["Arn"],
@@ -1772,7 +1775,7 @@ export const AttributeNames = {
1772
1775
  "AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
1773
1776
  "AWS::Lambda::LayerVersion": ["LayerVersionArn"],
1774
1777
  "AWS::Lambda::LayerVersionPermission": [],
1775
- "AWS::Lambda::Permission": [],
1778
+ "AWS::Lambda::Permission": ["Id"],
1776
1779
  "AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
1777
1780
  "AWS::Lambda::Version": ["Version"],
1778
1781
  "AWS::Lex::Bot": ["Id", "Arn"],
@@ -2056,7 +2059,8 @@ export const AttributeNames = {
2056
2059
  "AWS::SNS::TopicInlinePolicy": [],
2057
2060
  "AWS::SNS::TopicPolicy": ["Id"],
2058
2061
  "AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
2059
- "AWS::SQS::QueuePolicy": [],
2062
+ "AWS::SQS::QueueInlinePolicy": [],
2063
+ "AWS::SQS::QueuePolicy": ["Id"],
2060
2064
  "AWS::SSM::Association": ["AssociationId"],
2061
2065
  "AWS::SSM::Document": [],
2062
2066
  "AWS::SSM::MaintenanceWindow": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "1.0.0-beta.33",
3
+ "version": "1.0.0-beta.35",
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": "131.0.0"
62
+ "awsResourceSpecificationVersion": "133.0.0"
63
63
  }