Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.187.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.186.0-alpha.0...v2.187.0-alpha.0) (2025-03-31)


### Features

* **apprunner:** throw ValidationError instead of untyped errors ([#33914](https://github.com/aws/aws-cdk/issues/33914)) ([38f89af](https://github.com/aws/aws-cdk/commit/38f89afe2ffdf67b0918e38f861166bdb0f8738f))
* **ec2:** adding `placementGroup` to `LaunchTemplateProps` and `LaunchTemplate` ([#33726](https://github.com/aws/aws-cdk/issues/33726)) ([e5f71db](https://github.com/aws/aws-cdk/commit/e5f71db53ce985172e565eb9da5692d77ab7b268)), closes [#33721](https://github.com/aws/aws-cdk/issues/33721)
* **ec2:** support the new `SupportedRegions` property for `AWS::EC2::VPCEndpointService` ([#33959](https://github.com/aws/aws-cdk/issues/33959)) ([0c77cb6](https://github.com/aws/aws-cdk/commit/0c77cb627e1e7e729205624a9603331f5442af8e))
* **iot:** backfill enum values in iot module ([#33969](https://github.com/aws/aws-cdk/issues/33969)) ([2a8a8a3](https://github.com/aws/aws-cdk/commit/2a8a8a36ed872f7f3de4b24fd7d9c874a3da9dbf))

## [2.186.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.185.0-alpha.0...v2.186.0-alpha.0) (2025-03-26)


Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.187.0](https://github.com/aws/aws-cdk/compare/v2.186.0...v2.187.0) (2025-03-31)


### Features

* **cx-api:** declare support for CDK_TOOLKIT_VERSION env var ([#33963](https://github.com/aws/aws-cdk/issues/33963)) ([22dc717](https://github.com/aws/aws-cdk/commit/22dc717f8884f18c8afbc5367f40f0e733ce7a6e))
* update L1 CloudFormation resource definitions ([#33954](https://github.com/aws/aws-cdk/issues/33954)) ([7c15988](https://github.com/aws/aws-cdk/commit/7c1598818ac4802f98b5bc583bdb38d28a971362))
* **ecr:** lookup existing repository ([#33662](https://github.com/aws/aws-cdk/issues/33662)) ([5fff3d6](https://github.com/aws/aws-cdk/commit/5fff3d6c090a5c381af5a02be4bb588390ea0ee4)), closes [#8461](https://github.com/aws/aws-cdk/issues/8461)
* **eks:** `Nodegroup` support `nodeRepairConfig` ([#32626](https://github.com/aws/aws-cdk/issues/32626)) ([b9cb47c](https://github.com/aws/aws-cdk/commit/b9cb47c4dbaacd839ddfdc38febdc58260d20c57)), closes [#32562](https://github.com/aws/aws-cdk/issues/32562)
* **kinesisfirehose:** throw `ValidationErrors` instead of untyped Errors ([#33912](https://github.com/aws/aws-cdk/issues/33912)) ([8b23b5d](https://github.com/aws/aws-cdk/commit/8b23b5db3668c5c5b845e06397bf0001a55f5d0e)), closes [#32569](https://github.com/aws/aws-cdk/issues/32569)
* **lambda-event-sources:** starting position timestamp for kafka ([#31439](https://github.com/aws/aws-cdk/issues/31439)) ([5077d8a](https://github.com/aws/aws-cdk/commit/5077d8abe0a776c6b3e762c2d1f38f0da2003b48)), closes [#31808](https://github.com/aws/aws-cdk/issues/31808)
* show friendly display names for assets ([#33844](https://github.com/aws/aws-cdk/issues/33844)) ([4e958d4](https://github.com/aws/aws-cdk/commit/4e958d41f2825fd9c20ae27643aefd4c11d7aa8e))


### Bug Fixes

* **cognito:** fix logging behaviour for user pool client custom resource ([#33983](https://github.com/aws/aws-cdk/issues/33983)) ([d02e64a](https://github.com/aws/aws-cdk/commit/d02e64aac18a72195ddcdb973defea7f32382c33)), closes [GHSA-qq4x-c6h6-rfxh](https://github.com/aws/aws-cdk/security/advisories/GHSA-qq4x-c6h6-rfxh)
* **core:** asset names for nested stacks contain Tokens ([#33966](https://github.com/aws/aws-cdk/issues/33966)) ([85fc87f](https://github.com/aws/aws-cdk/commit/85fc87f0773ca1e68b395dcc5aae6103b239c38d))
* **dynamodb:** table v1 retain replica table if table is retain ([#33953](https://github.com/aws/aws-cdk/issues/33953)) ([21d0a5c](https://github.com/aws/aws-cdk/commit/21d0a5ce687e88250a08492e7c5f43cc30da50cf)), closes [#33952](https://github.com/aws/aws-cdk/issues/33952)
* **eks:** looked up vpc causing premature validation errors for private subnets ([#33786](https://github.com/aws/aws-cdk/issues/33786)) ([73744b4](https://github.com/aws/aws-cdk/commit/73744b452c2dd6809fddb123fa2ef6087ed18287)), closes [#22025](https://github.com/aws/aws-cdk/issues/22025) [/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc.ts#L2705](https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc.ts/issues/L2705)

## [2.186.0](https://github.com/aws/aws-cdk/compare/v2.185.0...v2.186.0) (2025-03-26)


Expand Down
Binary file not shown.
261 changes: 8 additions & 253 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,186 +514,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'description': '*'
}
},
'@aws-cdk.aws-cognito-identitypool-alpha': {
'IdentityPool': {
'identityPoolName': '*',
'authenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'unauthenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'allowUnauthenticatedIdentities': 'boolean',
'roleMappings': {
'providerUrl': '*',
'mappingKey': '*',
'useToken': 'boolean',
'resolveAmbiguousRoles': 'boolean',
'rules': {
'claim': '*',
'mappedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'claimValue': '*',
'matchType': 'RoleMappingMatchType'
}
},
'allowClassicFlow': 'boolean',
'authenticationProviders': {
'facebook': {
'appId': '*'
},
'google': {
'clientId': '*'
},
'amazon': {
'appId': '*'
},
'apple': {
'servicesId': '*'
},
'twitter': {
'consumerKey': '*',
'consumerSecret': '*'
},
'userPools': '*',
'openIdConnectProviders': {
'openIdConnectProviderArn': '*',
'openIdConnectProviderIssuer': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'samlProviders': {
'samlProviderArn': '*'
},
'customProvider': '*'
},
'addUserPoolAuthentication': [
'*'
]
},
'IdentityPoolRoleAttachment': {
'identityPool': {
'identityPoolId': '*',
'identityPoolArn': '*',
'identityPoolName': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'authenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'unauthenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'roleMappings': {
'providerUrl': '*',
'mappingKey': '*',
'useToken': 'boolean',
'resolveAmbiguousRoles': 'boolean',
'rules': {
'claim': '*',
'mappedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'claimValue': '*',
'matchType': 'RoleMappingMatchType'
}
}
}
},
'@aws-cdk.aws-ec2-alpha': {
'IpamPool': {
'ipamScopeId': '*',
Expand Down Expand Up @@ -2231,31 +2051,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
}
}
},
'@aws-cdk.aws-kinesisfirehose-alpha': {
'DeliveryStream': {
'destination': '*',
'deliveryStreamName': '*',
'source': '*',
'role': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'encryption': '*'
}
},
'@aws-cdk.aws-lambda-go-alpha': {
'GoFunction': {
'entry': '*',
Expand Down Expand Up @@ -4160,50 +3955,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
]
}
},
'@aws-cdk.aws-scheduler-alpha': {
'Group': {},
'ScheduleGroup': {},
'Schedule': {
'schedule': '*',
'target': '*',
'scheduleName': '*',
'description': '*',
'group': {
'groupName': '*',
'groupArn': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'scheduleGroup': {
'scheduleGroupName': '*',
'scheduleGroupArn': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'enabled': 'boolean',
'key': {
'keyArn': '*',
'keyId': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'timeWindow': '*',
'start': '*',
'end': '*'
}
},
'@aws-cdk.aws-servicecatalogappregistry-alpha': {
'Application': {
'applicationName': '*',
Expand Down Expand Up @@ -4858,7 +4609,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'capacityType': 'CapacityType',
'maxUnavailable': '*',
'maxUnavailablePercentage': '*'
'maxUnavailablePercentage': '*',
'enableNodeAutoRepair': 'boolean'
}
],
'addFargateProfile': [
Expand Down Expand Up @@ -5378,7 +5130,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'capacityType': 'CapacityType',
'maxUnavailable': '*',
'maxUnavailablePercentage': '*'
'maxUnavailablePercentage': '*',
'enableNodeAutoRepair': 'boolean'
},
'OpenIdConnectProvider': {
'url': '*'
Expand Down Expand Up @@ -15695,7 +15448,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'capacityType': 'CapacityType',
'maxUnavailable': '*',
'maxUnavailablePercentage': '*'
'maxUnavailablePercentage': '*',
'enableNodeAutoRepair': 'boolean'
}
],
'addFargateProfile': [
Expand Down Expand Up @@ -16243,7 +15997,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'capacityType': 'CapacityType',
'maxUnavailable': '*',
'maxUnavailablePercentage': '*'
'maxUnavailablePercentage': '*',
'enableNodeAutoRepair': 'boolean'
},
'OpenIdConnectProvider': {
'url': '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"RUBY_31"
]
},
"aws-cdk/packages/@aws-cdk/aws-cognito-identitypool-alpha/lib/identitypool.ts": {
"IdentityPoolProviderUrl": [
"FACEBOOK",
"GOOGLE",
"AMAZON",
"APPLE",
"TWITTER"
]
},
"aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/lib/access-entry.ts": {
"AccessPolicyArn": [
"AMAZON_EKS_ADMIN_POLICY",
Expand Down Expand Up @@ -210,15 +201,6 @@
"SQL_1_0"
]
},
"aws-cdk/packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/lib/common.ts": {
"Compression": [
"GZIP",
"HADOOP_SNAPPY",
"SNAPPY",
"ZIP",
"UNCOMPRESSED"
]
},
"aws-cdk/packages/@aws-cdk/aws-msk-alpha/lib/cluster-version.ts": {
"KafkaVersion": [
"V1_1_1",
Expand Down Expand Up @@ -3071,6 +3053,7 @@
"VER_15_00_4395_2_V1",
"VER_15_00_4410_1_V1",
"VER_15_00_4415_2_V1",
"VER_15_00_4420_2_V1",
"VER_16",
"VER_16_00_4085_2_V1",
"VER_16_00_4095_4_V1",
Expand Down
Loading