# List of deprecated APIs in v1 | Module | API Element | Message | |--------|-------------|---------| | @aws-cdk/core | AppProps.âruntimeInfo | use `versionReporting` instead | | @aws-cdk/core | Arn.âparse() | use split instead | | @aws-cdk/core | ArnComponents.âsep | use arnFormat instead | | @aws-cdk/core | AssetHashType.âBUNDLE | use `OUTPUT` instead | | @aws-cdk/core | AssetStaging.âsourceHash | see `assetHash`. | | @aws-cdk/core | AssetStaging.âstagedPath | Use `absoluteStagedPath` instead. | | @aws-cdk/core | BundlingDockerImage | use DockerImage | | @aws-cdk/core | BundlingDockerImage.âimage | use DockerImage | | @aws-cdk/core | BundlingDockerImage.âfromAsset() | use DockerImage.fromBuild() | | @aws-cdk/core | BundlingDockerImage.âfromRegistry() | use DockerImage | | @aws-cdk/core | BundlingDockerImage.âcp() | use DockerImage | | @aws-cdk/core | BundlingDockerImage.ârun() | use DockerImage | | @aws-cdk/core | BundlingDockerImage.âtoJSON() | use DockerImage | | @aws-cdk/core | CfnInclude | use the CfnInclude class from the cloudformation-include module instead | | @aws-cdk/core | CfnInclude.âtemplate | use the CfnInclude class from the cloudformation-include module instead | | @aws-cdk/core | CfnIncludeProps | use the CfnInclude class from the cloudformation-include module instead | | @aws-cdk/core | CfnIncludeProps.âtemplate | use the CfnInclude class from the cloudformation-include module instead | | @aws-cdk/core | ConstructNode.âmetadata | use `metadataEntry` | | @aws-cdk/core | ConstructNode.âuniqueId | use `node.addr` to obtain a consistent 42 character address for this node (see https://github.com/aws/constructs/pull/314) | | @aws-cdk/core | ConstructNode.âprepare() | Use `app.synth()` instead | | @aws-cdk/core | ConstructNode.âsynth() | Use `app.synth()` or `stage.synth()` instead | | @aws-cdk/core | ConstructNode.âaddError() | use `Annotations.of(construct).addError()` | | @aws-cdk/core | ConstructNode.âaddInfo() | use `Annotations.of(construct).addInfo()` | | @aws-cdk/core | ConstructNode.âaddWarning() | use `Annotations.of(construct).addWarning()` | | @aws-cdk/core | ConstructNode.âapplyAspect() | This API is going to be removed in the next major version of the AWS CDK. Please use `Aspects.of(scope).add()` instead. | | @aws-cdk/core | CustomResourceProviderRuntime.âNODEJS_â12 | Use {@link NODEJS_12_X} | | @aws-cdk/core | DefaultStackSynthesizerProps.âfileAssetKeyArnExportName | This property is not used anymore | | @aws-cdk/core | DockerImageAssetSource.ârepositoryName | repository name should be specified at the environment-level and not at the image level | | @aws-cdk/core | Duration.âtoISOString() | Use `toIsoString()` instead. | | @aws-cdk/core | FileAssetLocation.âkmsKeyArn | Since bootstrap bucket v4, the key policy properly allows use of the key via the bucket and no additional parameters have to be granted anymore. | | @aws-cdk/core | FileAssetLocation.âs3Url | use `httpUrl` | | @aws-cdk/core | ITemplateOptions.âtransform | use `transforms` instead. | | @aws-cdk/core | Lazy.âanyValue() | Use `Lazy.any()` or `Lazy.uncachedAny()` instead. | | @aws-cdk/core | Lazy.âlistValue() | Use `Lazy.list()` or `Lazy.uncachedList()` instead. | | @aws-cdk/core | Lazy.ânumberValue() | Use `Lazy.number()` or `Lazy.uncachedNumber()` instead. | | @aws-cdk/core | Lazy.âstringValue() | Use `Lazy.string()` or `Lazy.uncachedString()` instead. | | @aws-cdk/core | Size.âpebibyte() | use `pebibytes` instead | | @aws-cdk/core | Stack.âparentStack | use `nestedStackParent` | | @aws-cdk/core | Stack.âaddDockerImageAsset() | Use `stack.synthesizer.addDockerImageAsset()` if you are calling, and a different `IStackSynthesizer` class if you are implementing. | | @aws-cdk/core | Stack.âaddFileAsset() | Use `stack.synthesizer.addFileAsset()` if you are calling, and a different IStackSynthesizer class if you are implementing. | | @aws-cdk/core | Stack.âparseArn() | use splitArn instead | | @aws-cdk/core | Stack.âprepareCrossReference() | cross reference handling has been moved to `App.prepare()`. | | @aws-cdk/core | Stack.âreportMissingContext() | use `reportMissingContextKey()` | | @aws-cdk/core | SynthesisOptions | use `app.synth()` or `stage.synth()` instead | | @aws-cdk/core | SynthesisOptions.âoutdir | use `app.synth()` or `stage.synth()` instead | | @aws-cdk/core | SynthesisOptions.âskipValidation | use `app.synth()` or `stage.synth()` instead | | @aws-cdk/core | SynthesisOptions.âvalidateOnSynthesis | use `app.synth()` or `stage.synth()` instead | | @aws-cdk/core | Tag.âadd() | use `Tags.of(scope).add()` | | @aws-cdk/core | Tag.âremove() | use `Tags.of(scope).remove()` | | @aws-cdk/cloud-assembly-schema | ContainerImageAssetMetadataEntry.âimageNameParameter | specify `repositoryName` and `imageTag` instead, and then you know where the image will go. | | @aws-cdk/cloud-assembly-schema | Manifest.âload() | use `loadAssemblyManifest()` | | @aws-cdk/cloud-assembly-schema | Manifest.âsave() | use `saveAssemblyManifest()` | | @aws-cdk/cx-api | AssemblyBuildOptions.âruntimeInfo | All template modifications that should result from this should have already been inserted into the template. | | @aws-cdk/cx-api | CloudAssembly.âgetStack() | renamed to `getStackByName` (or `getStackArtifact(id)`) | | @aws-cdk/cx-api | CloudFormationStackArtifact.âname | renamed to `stackName` | | @aws-cdk/cx-api | MetadataEntry | moved to package 'cloud-assembly-schema' | | @aws-cdk/cx-api | MissingContext | moved to package 'cloud-assembly-schema' | | @aws-cdk/cx-api | MissingContext.âkey | moved to package 'cloud-assembly-schema' | | @aws-cdk/cx-api | MissingContext.âprops | moved to package 'cloud-assembly-schema' | | @aws-cdk/cx-api | MissingContext.âprovider | moved to package 'cloud-assembly-schema' | | @aws-cdk/cx-api | RuntimeInfo | moved to package 'cloud-assembly-schema' | | constructs | Construct.âonValidate() | use `Node.addValidation()` to subscribe validation functions on this construct instead of overriding this method. | | constructs | Node.âuniqueId | please avoid using this property and use `addr` to form unique names. This algorithm uses MD5, which is not FIPS-complient and also excludes the identity of the root construct from the calculation. | | @aws-cdk/assets | CopyOptions | see `core.CopyOptions` | | @aws-cdk/assets | CopyOptions.âexclude | see `core.CopyOptions` | | @aws-cdk/assets | CopyOptions.âfollow | use `followSymlinks` instead | | @aws-cdk/assets | CopyOptions.âignoreMode | see `core.CopyOptions` | | @aws-cdk/assets | FingerprintOptions | see `core.FingerprintOptions` | | @aws-cdk/assets | FingerprintOptions.âextraHash | see `core.FingerprintOptions` | | @aws-cdk/assets | FollowMode | see `core.SymlinkFollowMode` | | @aws-cdk/assets | FollowMode.âNEVER | see `core.SymlinkFollowMode` | | @aws-cdk/assets | FollowMode.âALWAYS | see `core.SymlinkFollowMode` | | @aws-cdk/assets | FollowMode.âEXTERNAL | see `core.SymlinkFollowMode` | | @aws-cdk/assets | FollowMode.âBLOCK_âEXTERNAL | see `core.SymlinkFollowMode` | | @aws-cdk/assets | IAsset | use `core.IAsset` | | @aws-cdk/assets | IAsset.âsourceHash | use `core.IAsset` | | @aws-cdk/assets | Staging | use `core.AssetStaging` | | @aws-cdk/assets | StagingProps | use `core.AssetStagingProps` | | @aws-cdk/assets | StagingProps.âsourcePath | use `core.AssetStagingProps` | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âANDROID_âJAVA8_â24_â4_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âANDROID_âJAVA8_â26_â1_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âBASE | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âDOCKER_â17_â09_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âDOCKER_â18_â09_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âDOTNET_âCORE_â1_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âDOTNET_âCORE_â2_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âDOTNET_âCORE_â2_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âGOLANG_â1_â10 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âGOLANG_â1_â11 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âNODEJS_â10_â1_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âNODEJS_â10_â14_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âNODEJS_â6_â3_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âNODEJS_â8_â11_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âOPEN_âJDK_â11 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âOPEN_âJDK_â8 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âOPEN_âJDK_â9 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPHP_â5_â6 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPHP_â7_â0 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPHP_â7_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â2_â7_â12 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â3_â3_â6 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â3_â4_â5 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â3_â5_â2 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â3_â6_â5 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âPYTHON_â3_â7_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âRUBY_â2_â2_â5 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âRUBY_â2_â3_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âRUBY_â2_â5_â1 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | LinuxBuildImage.âUBUNTU_â14_â04_âRUBY_â2_â5_â3 | Use {@link STANDARD_2_0} and specify runtime in buildspec runtime-versions section | | @aws-cdk/aws-codebuild | WindowsBuildImage.âWIN_âSERVER_âCORE_â2016_âBASE | `WindowsBuildImage.WINDOWS_BASE_2_0` should be used instead. | | @aws-cdk/aws-cloudwatch | CommonMetricOptions.âdimensions | Use 'dimensionsMap' instead. | | @aws-cdk/aws-cloudwatch | CreateAlarmOptions.âperiod | Use `metric.with({ period: ... })` to encode the period into the Metric object | | @aws-cdk/aws-cloudwatch | CreateAlarmOptions.âstatistic | Use `metric.with({ statistic: ... })` to encode the period into the Metric object | | @aws-cdk/aws-cloudwatch | IMetric.âtoAlarmConfig() | Use `toMetricConfig()` instead. | | @aws-cdk/aws-cloudwatch | IMetric.âtoGraphConfig() | Use `toMetricConfig()` instead. | | @aws-cdk/aws-cloudwatch | MathExpression.âtoAlarmConfig() | use toMetricConfig() | | @aws-cdk/aws-cloudwatch | MathExpression.âtoGraphConfig() | use toMetricConfig() | | @aws-cdk/aws-cloudwatch | Metric.âtoAlarmConfig() | use toMetricConfig() | | @aws-cdk/aws-cloudwatch | Metric.âtoGraphConfig() | use toMetricConfig() | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âmetricName | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.ânamespace | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âperiod | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âdimensions | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âextendedStatistic | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âstatistic | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricAlarmConfig.âunit | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âmetricName | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.ânamespace | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âperiod | Use `period` in `renderingProperties` | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.ârenderingProperties | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âcolor | Use `color` in `renderingProperties` | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âdimensions | Replaced by MetricConfig | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âlabel | Use `label` in `renderingProperties` | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âstatistic | Use `stat` in `renderingProperties` | | @aws-cdk/aws-cloudwatch | MetricGraphConfig.âunit | not used in dashboard widgets | | @aws-cdk/aws-cloudwatch | MetricRenderingProperties | Replaced by MetricConfig. | | @aws-cdk/aws-cloudwatch | MetricRenderingProperties.âperiod | Replaced by MetricConfig. | | @aws-cdk/aws-cloudwatch | MetricRenderingProperties.âcolor | Replaced by MetricConfig. | | @aws-cdk/aws-cloudwatch | MetricRenderingProperties.âlabel | Replaced by MetricConfig. | | @aws-cdk/aws-cloudwatch | MetricRenderingProperties.âstat | Replaced by MetricConfig. | | @aws-cdk/aws-iam | Anyone | use `AnyPrincipal` | | @aws-cdk/aws-iam | IPrincipal.âaddToPolicy() | Use `addToPrincipalPolicy` instead. | | @aws-cdk/aws-iam | RoleProps.âexternalId | see {@link externalIds} | | @aws-cdk/aws-events | EventBus.âgrantPutEvents() | use grantAllPutEvents instead | | @aws-cdk/aws-events | RuleTargetConfig.âid | no replacement. we will always use an autogenerated id. | | @aws-cdk/aws-ec2 | ClientVpnAuthorizationRuleProps.âclientVpnEndoint | Use `clientVpnEndpoint` instead | | @aws-cdk/aws-ec2 | ClientVpnRouteProps.âclientVpnEndoint | Use `clientVpnEndpoint` instead | | @aws-cdk/aws-ec2 | InterfaceVpcEndpoint.âsecurityGroupId | use the `connections` object | | @aws-cdk/aws-ec2 | InterfaceVpcEndpointAttributes.âsecurityGroupId | use `securityGroups` instead | | @aws-cdk/aws-ec2 | MachineImage.âfromSSMParameter() | Use `MachineImage.fromSsmParameter()` instead | | @aws-cdk/aws-ec2 | NatInstanceProps.âallowAllTraffic | Use `defaultAllowedTraffic`. | | @aws-cdk/aws-ec2 | SecurityGroup.âsecurityGroupName | returns the security group ID, rather than the name. | | @aws-cdk/aws-ec2 | SubnetSelection.âsubnetName | Use `subnetGroupName` instead | | @aws-cdk/aws-ec2 | SubnetType.âISOLATED | use `SubnetType.PRIVATE_ISOLATED` | | @aws-cdk/aws-ec2 | SubnetType.âPRIVATE | use `PRIVATE_WITH_NAT` | | @aws-cdk/aws-ec2 | Vpc.ânatDependencies | This value is no longer used. | | @aws-cdk/aws-ec2 | Vpc.âaddDynamoDbEndpoint() | use `addGatewayEndpoint()` instead | | @aws-cdk/aws-ec2 | Vpc.âaddS3Endpoint() | use `addGatewayEndpoint()` instead | | @aws-cdk/aws-ec2 | VpcEndpointService.âwhitelistedPrincipals | use `allowedPrincipals` | | @aws-cdk/aws-ec2 | VpcEndpointServiceProps.âvpcEndpointServiceName | This property is not used | | @aws-cdk/aws-ec2 | VpcEndpointServiceProps.âwhitelistedPrincipals | use `allowedPrincipals` | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2016_âGERMAL_âFULL_âBASE | use WINDOWS_SERVER_2016_GERMAN_FULL_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âR2_âSP1_âPORTUGESE_âBRAZIL_â64BIT_âCORE | use WINDOWS_SERVER_2012_R2_SP1_PORTUGUESE_BRAZIL_64BIT_CORE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2016_âPORTUGESE_âPORTUGAL_âFULL_âBASE | use WINDOWS_SERVER_2016_PORTUGUESE_PORTUGAL_FULL_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âR2_âRTM_âPORTUGESE_âBRAZIL_â64BIT_âBASE | use WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_BRAZIL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âR2_âRTM_âPORTUGESE_âPORTUGAL_â64BIT_âBASE | use WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2016_âPORTUGESE_âBRAZIL_âFULL_âBASE | use WINDOWS_SERVER_2016_PORTUGUESE_BRAZIL_FULL_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âSP2_âPORTUGESE_âBRAZIL_â64BIT_âBASE | use WINDOWS_SERVER_2012_SP2_PORTUGUESE_BRAZIL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âRTM_âPORTUGESE_âBRAZIL_â64BIT_âBASE | use WINDOWS_SERVER_2012_RTM_PORTUGUESE_BRAZIL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2008_âR2_âSP1_âPORTUGESE_âBRAZIL_â64BIT_âBASE | use WINDOWS_SERVER_2008_R2_SP1_PORTUGUESE_BRAZIL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2008_âSP2_âPORTUGESE_âBRAZIL_â32BIT_âBASE | use WINDOWS_SERVER_2008_SP2_PORTUGUESE_BRAZIL_32BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2012_âRTM_âPORTUGESE_âPORTUGAL_â64BIT_âBASE | use WINDOWS_SERVER_2012_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2019_âPORTUGESE_âBRAZIL_âFULL_âBASE | use WINDOWS_SERVER_2019_PORTUGUESE_BRAZIL_FULL_BASE | | @aws-cdk/aws-ec2 | WindowsVersion.âWINDOWS_âSERVER_â2019_âPORTUGESE_âPORTUGAL_âFULL_âBASE | use WINDOWS_SERVER_2019_PORTUGUESE_PORTUGAL_FULL_BASE | | @aws-cdk/aws-kms | KeyProps.âtrustAccountIdentities | redundant with the `@aws-cdk/aws-kms:defaultKeyPolicies` feature flag | | @aws-cdk/aws-s3-assets | Asset.âs3Url | use `httpUrl` | | @aws-cdk/aws-s3-assets | Asset.âsourceHash | see `assetHash` | | @aws-cdk/aws-s3-assets | AssetOptions.âsourceHash | see `assetHash` and `assetHashType` | | @aws-cdk/aws-ecr-assets | DockerImageAsset.âsourceHash | use assetHash | | @aws-cdk/aws-ecr-assets | DockerImageAssetOptions.ârepositoryName | to control the location of docker image assets, please override `Stack.addDockerImageAsset`. this feature will be removed in future releases. | | @aws-cdk/aws-ecr-assets | TarballImageAsset.âsourceHash | use assetHash | | @aws-cdk/aws-secretsmanager | AttachedSecretOptions | use `secret.attach()` instead | | @aws-cdk/aws-secretsmanager | AttachedSecretOptions.âtarget | use `secret.attach()` instead | | @aws-cdk/aws-secretsmanager | AttachmentTargetType.âINSTANCE | use RDS_DB_INSTANCE instead | | @aws-cdk/aws-secretsmanager | AttachmentTargetType.âCLUSTER | use RDS_DB_CLUSTER instead | | @aws-cdk/aws-secretsmanager | Secret.âfromSecretArn() | use `fromSecretCompleteArn` or `fromSecretPartialArn` | | @aws-cdk/aws-secretsmanager | Secret.âfromSecretName() | use `fromSecretNameV2` | | @aws-cdk/aws-secretsmanager | Secret.âaddTargetAttachment() | use `attach()` instead | | @aws-cdk/aws-secretsmanager | SecretAttributes.âsecretArn | use `secretCompleteArn` or `secretPartialArn` instead. | | @aws-cdk/aws-secretsmanager | SecretRotationApplication.âapplicationId | only valid when deploying to the 'aws' partition. Use `applicationArnForPartition` instead. | | @aws-cdk/aws-secretsmanager | SecretRotationApplication.âsemanticVersion | only valid when deploying to the 'aws' partition. Use `semanticVersionForPartition` instead. | | @aws-cdk/aws-lambda | Code.âisInline | this value is ignored since inline is now determined based on the the `inlineCode` field of `CodeConfig` returned from `bind()`. | | @aws-cdk/aws-lambda | Code.âasset() | use `fromAsset` | | @aws-cdk/aws-lambda | Code.âbucket() | use `fromBucket` | | @aws-cdk/aws-lambda | Code.âcfnParameters() | use `fromCfnParameters` | | @aws-cdk/aws-lambda | Code.âinline() | use `fromInline` | | @aws-cdk/aws-lambda | Function.âaddVersion() | This method will create an AWS::Lambda::Version resource which snapshots the AWS Lambda function *at the time of its creation* and it won't get updated when the function changes. Instead, use `this.currentVersion` to obtain a reference to a version resource that gets automatically recreated when the function configuration (or code) changes. | | @aws-cdk/aws-lambda | FunctionAttributes.âsecurityGroupId | use `securityGroup` instead | | @aws-cdk/aws-lambda | FunctionOptions.âarchitectures | use `architecture` | | @aws-cdk/aws-lambda | FunctionOptions.âsecurityGroup | This property is deprecated, use securityGroups instead | | @aws-cdk/aws-lambda | LogRetention | use `LogRetention` from ' | | @aws-cdk/aws-lambda | LogRetentionProps | use `LogRetentionProps` from ' | | @aws-cdk/aws-lambda | Runtime.âbundlingDockerImage | use `bundlingImage` | | @aws-cdk/aws-apigateway | CfnApiMappingV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âdomainName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âstage | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âapiMappingKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2Props.âdomainName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2Props.âstage | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiMappingV2Props.âapiMappingKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âbody | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âapiKeySelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âbasePath | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âbodyS3Location | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âcorsConfiguration | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âcredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âdisableSchemaValidation | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âfailOnWarnings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âprotocolType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.ârouteKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.ârouteSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âtarget | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âversion | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | BodyS3LocationProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | BodyS3LocationProperty.âbucket | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | BodyS3LocationProperty.âetag | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | BodyS3LocationProperty.âkey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | BodyS3LocationProperty.âversion | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âallowCredentials | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âallowHeaders | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âallowMethods | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âallowOrigins | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âexposeHeaders | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CorsProperty.âmaxAge | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âapiKeySelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âbasePath | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âbody | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âbodyS3Location | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âcorsConfiguration | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âcredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âdisableSchemaValidation | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âfailOnWarnings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âprotocolType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.ârouteKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.ârouteSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âtarget | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnApiV2Props.âversion | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âauthorizerType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âidentitySource | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âauthorizerCredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âauthorizerResultTtlInSeconds | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âauthorizerUri | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âidentityValidationExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âjwtConfiguration | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | JWTConfigurationProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | JWTConfigurationProperty.âaudience | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | JWTConfigurationProperty.âissuer | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âauthorizerType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âidentitySource | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âauthorizerCredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âauthorizerResultTtlInSeconds | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âauthorizerUri | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âidentityValidationExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnAuthorizerV2Props.âjwtConfiguration | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âstageName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2Props.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDeploymentV2Props.âstageName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âattrRegionalDomainName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âattrRegionalHostedZoneId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âdomainName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âdomainNameConfigurations | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | DomainNameConfigurationProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | DomainNameConfigurationProperty.âcertificateArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | DomainNameConfigurationProperty.âcertificateName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | DomainNameConfigurationProperty.âendpointType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2Props.âdomainName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2Props.âdomainNameConfigurations | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnDomainNameV2Props.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âintegrationId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âintegrationResponseKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âresponseParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âresponseTemplates | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âcontentHandlingStrategy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âtemplateSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âintegrationId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âintegrationResponseKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âcontentHandlingStrategy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âresponseParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âresponseTemplates | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationResponseV2Props.âtemplateSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âintegrationType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.ârequestParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.ârequestTemplates | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âconnectionType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âcontentHandlingStrategy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âcredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âintegrationMethod | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âintegrationUri | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âpassthroughBehavior | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âpayloadFormatVersion | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âtemplateSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âtimeoutInMillis | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âintegrationType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âconnectionType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âcontentHandlingStrategy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âcredentialsArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âintegrationMethod | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âintegrationUri | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âpassthroughBehavior | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âpayloadFormatVersion | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.ârequestParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.ârequestTemplates | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âtemplateSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnIntegrationV2Props.âtimeoutInMillis | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âschema | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âcontentType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props.âname | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props.âschema | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props.âcontentType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnModelV2Props.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âresponseModels | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âresponseParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.ârouteId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.ârouteResponseKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âmodelSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | ParameterConstraintsProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | ParameterConstraintsProperty.ârequired | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.ârouteId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.ârouteResponseKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.âmodelSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.âresponseModels | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteResponseV2Props.âresponseParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.ârequestModels | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.ârequestParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.ârouteKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âapiKeyRequired | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âauthorizationScopes | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âauthorizationType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âauthorizerId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âmodelSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âoperationName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.ârouteResponseSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âtarget | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | ParameterConstraintsProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | ParameterConstraintsProperty.ârequired | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.ârouteKey | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âapiKeyRequired | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âauthorizationScopes | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âauthorizationType | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âauthorizerId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âmodelSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âoperationName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.ârequestModels | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.ârequestParameters | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.ârouteResponseSelectionExpression | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnRouteV2Props.âtarget | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2 | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âCFN_âRESOURCE_âTYPE_âNAME | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âcfnProperties | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.ârouteSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âstageName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âstageVariables | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âaccessLogSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âautoDeploy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âclientCertificateId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âdefaultRouteSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âdeploymentId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.âinspect() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2.ârenderProperties() | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | AccessLogSettingsProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | AccessLogSettingsProperty.âdestinationArn | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | AccessLogSettingsProperty.âformat | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty.âdataTraceEnabled | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty.âdetailedMetricsEnabled | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty.âloggingLevel | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty.âthrottlingBurstLimit | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | RouteSettingsProperty.âthrottlingRateLimit | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âapiId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âstageName | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âaccessLogSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âautoDeploy | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âclientCertificateId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âdefaultRouteSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âdeploymentId | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âdescription | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.ârouteSettings | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âstageVariables | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | CfnStageV2Props.âtags | moved to package aws-apigatewayv2 | | @aws-cdk/aws-apigateway | EmptyModel | You should use Model.EMPTY_MODEL | | @aws-cdk/aws-apigateway | EmptyModel.âmodelId | You should use Model.EMPTY_MODEL | | @aws-cdk/aws-apigateway | ErrorModel | You should use Model.ERROR_MODEL | | @aws-cdk/aws-apigateway | ErrorModel.âmodelId | You should use Model.ERROR_MODEL | | @aws-cdk/aws-apigateway | IResource.ârestApi | Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead. | | @aws-cdk/aws-apigateway | LambdaRestApiProps.âoptions | the `LambdaRestApiProps` now extends `RestApiProps`, so all options are just available here. Note that the options specified in `options` will be overridden by any props specified at the root level. | | @aws-cdk/aws-apigateway | Method.ârestApi | Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead. | | @aws-cdk/aws-apigateway | Resource.ârestApi | Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead. | | @aws-cdk/aws-apigateway | ResourceBase.ârestApi | Throws an error if this Resource is not associated with an instance of `RestApi`. Use `api` instead. | | @aws-cdk/aws-apigateway | ResourceBase.âurl | Throws error in some use cases that have been enabled since this deprecation notice. Use `RestApi.urlForPath()` instead. | | @aws-cdk/aws-apigateway | RestApiBase.âconfigureCloudWatchRole() | This method will be made internal. No replacement | | @aws-cdk/aws-apigateway | RestApiBase.âconfigureDeployment() | This method will be made internal. No replacement | | @aws-cdk/aws-apigateway | RestApiOptions | superseded by `RestApiBaseProps` | | @aws-cdk/aws-apigateway | UsagePlanProps.âapiKey | use `addApiKey()` | | @aws-cdk/aws-certificatemanager | CertificateProps.âvalidationDomains | use `validation` instead. | | @aws-cdk/aws-certificatemanager | CertificateProps.âvalidationMethod | use `validation` instead. | | @aws-cdk/aws-route53 | AddressRecordTarget | Use RecordTarget | | @aws-cdk/custom-resources | AwsSdkCall.âoutputPath | use outputPaths instead | | @aws-cdk/custom-resources | Provider.âbind() | use `provider.serviceToken` instead | | @aws-cdk/aws-cloudformation | CloudFormationCapabilities | use `core.CfnCapabilities` | | @aws-cdk/aws-cloudformation | CloudFormationCapabilities.âNONE | use `core.CfnCapabilities` | | @aws-cdk/aws-cloudformation | CloudFormationCapabilities.âANONYMOUS_âIAM | use `core.CfnCapabilities` | | @aws-cdk/aws-cloudformation | CloudFormationCapabilities.âNAMED_âIAM | use `core.CfnCapabilities` | | @aws-cdk/aws-cloudformation | CloudFormationCapabilities.âAUTO_âEXPAND | use `core.CfnCapabilities` | | @aws-cdk/aws-cloudformation | CustomResource | use `core.CustomResource` | | @aws-cdk/aws-cloudformation | CustomResourceProps | use `core.CustomResourceProps` | | @aws-cdk/aws-cloudformation | CustomResourceProps.âprovider | use `core.CustomResourceProps` | | @aws-cdk/aws-cloudformation | CustomResourceProps.âproperties | use `core.CustomResourceProps` | | @aws-cdk/aws-cloudformation | CustomResourceProps.âremovalPolicy | use `core.CustomResourceProps` | | @aws-cdk/aws-cloudformation | CustomResourceProps.âresourceType | use `core.CustomResourceProps` | | @aws-cdk/aws-cloudformation | CustomResourceProvider | use core.CustomResource instead | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âserviceToken | use core.CustomResource instead | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âfromLambda() | use core.CustomResource instead | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âfromTopic() | use core.CustomResource instead | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âlambda() | use `fromLambda` | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âtopic() | use `fromTopic` | | @aws-cdk/aws-cloudformation | CustomResourceProvider.âbind() | use core.CustomResource instead | | @aws-cdk/aws-cloudformation | CustomResourceProviderConfig | used in {@link ICustomResourceProvider} which is now deprecated | | @aws-cdk/aws-cloudformation | CustomResourceProviderConfig.âserviceToken | used in {@link ICustomResourceProvider} which is now deprecated | | @aws-cdk/aws-cloudformation | ICustomResourceProvider | use `core.ICustomResourceProvider` | | @aws-cdk/aws-cloudformation | ICustomResourceProvider.âbind() | use `core.ICustomResourceProvider` | | @aws-cdk/aws-cloudformation | NestedStack | use core.NestedStack instead | | @aws-cdk/aws-cloudformation | NestedStackProps | use core.NestedStackProps instead | | @aws-cdk/aws-cloudformation | NestedStackProps.ânotifications | use core.NestedStackProps instead | | @aws-cdk/aws-cloudformation | NestedStackProps.âparameters | use core.NestedStackProps instead | | @aws-cdk/aws-cloudformation | NestedStackProps.âtimeout | use core.NestedStackProps instead | | @aws-cdk/aws-sns | NumericConditions.âwhitelist | use `allowlist` | | @aws-cdk/aws-sns | StringConditions.âblacklist | use `denylist` | | @aws-cdk/aws-sns | StringConditions.âwhitelist | use `allowlist` | | @aws-cdk/aws-cognito | StandardAttributes.âemailVerified | this is not a standard attribute and was incorrectly added to the CDK. It is a Cognito built-in attribute and cannot be controlled as part of user pool creation. | | @aws-cdk/aws-cognito | StandardAttributes.âphoneNumberVerified | this is not a standard attribute and was incorrectly added to the CDK. It is a Cognito built-in attribute and cannot be controlled as part of user pool creation. | | @aws-cdk/aws-elasticloadbalancingv2 | AddFixedResponseProps | Use `ApplicationListener.addAction` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | AddRedirectResponseProps | Use `ApplicationListener.addAction` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | AddRuleProps.âhostHeader | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | AddRuleProps.âpathPattern | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | AddRuleProps.âpathPatterns | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListener.âaddCertificateArns() | Use `addCertificates` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListener.âaddFixedResponse() | Use `addAction()` instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListener.âaddRedirectResponse() | Use `addAction()` instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerAttributes.âsecurityGroupAllowsAllOutbound | use `securityGroup` instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerAttributes.âsecurityGroupId | use `securityGroup` instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerCertificateProps.âcertificateArns | Use `certificates` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerRule.âaddFixedResponse() | Use configureAction instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerRule.âaddRedirectResponse() | Use configureAction instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerRule.âaddTargetGroup() | Use configureAction instead | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationListenerRule.âsetCondition() | use `addCondition` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | ApplicationTargetGroup.âimport() | Use `fromTargetGroupAttributes` instead | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerProps.âcertificateArns | Use the `certificates` property instead | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerRuleProps.âfixedResponse | Use `action` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerRuleProps.âhostHeader | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerRuleProps.âpathPattern | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerRuleProps.âpathPatterns | Use `conditions` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | BaseApplicationListenerRuleProps.âredirectResponse | Use `action` instead. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType.âTEXT_âPLAIN | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType.âTEXT_âCSS | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType.âTEXT_âHTML | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType.âAPPLICATION_âJAVASCRIPT | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | ContentType.âAPPLICATION_âJSON | superceded by `FixedResponseOptions`. | | @aws-cdk/aws-elasticloadbalancingv2 | FixedResponse | superceded by `ListenerAction.fixedResponse()`. | | @aws-cdk/aws-elasticloadbalancingv2 | FixedResponse.âstatusCode | superceded by `ListenerAction.fixedResponse()`. | | @aws-cdk/aws-elasticloadbalancingv2 | FixedResponse.âcontentType | superceded by `ListenerAction.fixedResponse()`. | | @aws-cdk/aws-elasticloadbalancingv2 | FixedResponse.âmessageBody | superceded by `ListenerAction.fixedResponse()`. | | @aws-cdk/aws-elasticloadbalancingv2 | IApplicationListener.âaddCertificateArns() | use `addCertificates()` | | @aws-cdk/aws-elasticloadbalancingv2 | INetworkListenerCertificateProps | Use IListenerCertificate instead | | @aws-cdk/aws-elasticloadbalancingv2 | InstanceTarget | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | InstanceTarget.âattachToApplicationTargetGroup() | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | InstanceTarget.âattachToNetworkTargetGroup() | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | IpTarget | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | IpTarget.âattachToApplicationTargetGroup() | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | IpTarget.âattachToNetworkTargetGroup() | Use IpTarget from the | | @aws-cdk/aws-elasticloadbalancingv2 | NetworkLoadBalancer.âmetricHealthyHostCount() | use ``NetworkTargetGroup.metricHealthyHostCount`` instead | | @aws-cdk/aws-elasticloadbalancingv2 | NetworkLoadBalancer.âmetricUnHealthyHostCount() | use ``NetworkTargetGroup.metricUnHealthyHostCount`` instead | | @aws-cdk/aws-elasticloadbalancingv2 | NetworkTargetGroup.âimport() | Use `fromTargetGroupAttributes` instead | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âstatusCode | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âhost | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âpath | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âport | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âprotocol | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | RedirectResponse.âquery | superceded by `ListenerAction.redirect()`. | | @aws-cdk/aws-elasticloadbalancingv2 | TargetGroupAttributes.âdefaultPort | This property is unused and the wrong type. No need to use it. | | @aws-cdk/aws-elasticloadbalancingv2 | TargetGroupImportProps | Use TargetGroupAttributes instead | | @aws-cdk/aws-apigatewayv2 | IHttpApi.âhttpApiId | use apiId instead | | @aws-cdk/aws-appmesh | Protocol | not for use outside package | | @aws-cdk/aws-appmesh | Protocol.âHTTP | not for use outside package | | @aws-cdk/aws-appmesh | Protocol.âTCP | not for use outside package | | @aws-cdk/aws-appmesh | Protocol.âHTTP2 | not for use outside package | | @aws-cdk/aws-appmesh | Protocol.âGRPC | not for use outside package | | @aws-cdk/aws-dynamodb | ITable.âmetricSystemErrors() | use `metricSystemErrorsForOperations` | | @aws-cdk/aws-dynamodb | Table.âgrantListStreams() | Use {@link #grantTableListStreams} for more granular permission | | @aws-cdk/aws-dynamodb | Table.âmetricSystemErrors() | use `metricSystemErrorsForOperations`. | | @aws-cdk/aws-dynamodb | TableOptions.âserverSideEncryption | This property is deprecated. In order to obtain the same behavior as enabling this, set the `encryption` property to `TableEncryption.AWS_MANAGED` instead. | | @aws-cdk/aws-rds | CredentialsFromUsernameOptions | supporting API `fromUsername()` has been deprecated. See deprecation notice of the API. | | @aws-cdk/aws-rds | CredentialsFromUsernameOptions.âpassword | supporting API `fromUsername()` has been deprecated. See deprecation notice of the API. | | @aws-cdk/aws-rds | DatabaseInstanceEngine.âORACLE_âSE | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | DatabaseInstanceEngine.âORACLE_âSE1 | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | DatabaseInstanceEngine.âoracleSe() | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | DatabaseInstanceEngine.âoracleSe1() | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | DatabaseInstanceNewProps.âvpcPlacement | use `vpcSubnets` | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â17 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â24 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â28 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â31 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â32 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â34 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â0_â35 | MariaDB 10.0 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â14 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â19 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â23 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â26 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â31 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MariaDbEngineVersion.âVER_â10_â1_â34 | MariaDB 10.1 will reach end of life on May 18, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5_â46 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5_â53 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5_â57 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5_â59 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â5_â61 | MySQL 5.5 will reach end of life on May 25, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â34 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â35 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â37 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â39 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â40 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â41 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â43 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â44 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â46 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â48 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â49 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | MysqlEngineVersion.âVER_â5_â6_â51 | MySQL 5.6 will reach end of life on August 3, 2021 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â2_âV2 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV1 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV10 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV11 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV12 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV13 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV14 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV15 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV16 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV17 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV18 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV19 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV20 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV21 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV22 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV23 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV24 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV25 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV3 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV4 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV5 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV6 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV7 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV8 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âVER_â11_â2_â0_â4_âV9 | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âoracleLegacyFullVersion | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleLegacyEngineVersion.âoracleLegacyMajorVersion | instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleSe1InstanceEngineProps | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleSe1InstanceEngineProps.âversion | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleSeInstanceEngineProps | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | OracleSeInstanceEngineProps.âversion | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â10 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â12 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â13 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â14 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â15 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â16 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â18 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â19 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â2 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â20 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â21 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â22 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â23 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â24 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â25 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â4 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â6 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â7 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â5_â9 | PostgreSQL 9.5 will reach end of life on February 16, 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â1 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â10 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â11 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â12 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â14 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â15 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â16 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â17 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â18 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â19 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â2 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â20 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â21 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â22 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â23 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â3 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â5 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â6 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â8 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | PostgresEngineVersion.âVER_â9_â6_â9 | PostgreSQL 9.6 will reach end of life in November 2021 | | @aws-cdk/aws-rds | SnapshotCredentials.âfromGeneratedPassword() | use `fromGeneratedSecret()` for new Clusters and Instances. Note that switching from `fromGeneratedPassword()` to `fromGeneratedSecret()` for already deployed Clusters or Instances will update their master password. | | @aws-cdk/aws-rds | SqlServerEngineVersion.âVER_â15_â00_â4043_â23_âV1 | This version is erroneous. You might be looking for {@link SqlServerEngineVersion.VER_15_00_4073_23_V1}, instead. | | @aws-cdk/aws-autoscaling | BlockDevice.âmappingEnabled | use `BlockDeviceVolume.noDevice()` as the volume to supress a mapping. | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.ânotificationsTopic | use `notifications` | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.âreplacingUpdateMinSuccessfulInstancesPercent | Use `signals` instead | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.âresourceSignalCount | Use `signals` instead. | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.âresourceSignalTimeout | Use `signals` instead. | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.ârollingUpdateConfiguration | Use `updatePolicy` instead | | @aws-cdk/aws-autoscaling | CommonAutoScalingGroupProps.âupdateType | Use `updatePolicy` instead | | @aws-cdk/aws-autoscaling | RequestCountScalingProps.âtargetRequestsPerSecond | Use 'targetRequestsPerMinute' instead | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âmaxBatchSize | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âminInstancesInService | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âminSuccessfulInstancesPercent | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âpauseTime | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âsuspendProcesses | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | RollingUpdateConfiguration.âwaitOnResourceSignals | use `UpdatePolicy.rollingUpdate()` | | @aws-cdk/aws-autoscaling | UpdateType | Use UpdatePolicy instead | | @aws-cdk/aws-autoscaling | UpdateType.âNONE | Use UpdatePolicy instead | | @aws-cdk/aws-autoscaling | UpdateType.âREPLACING_âUPDATE | Use UpdatePolicy instead | | @aws-cdk/aws-autoscaling | UpdateType.âROLLING_âUPDATE | Use UpdatePolicy instead | | @aws-cdk/aws-elasticloadbalancing | LoadBalancerListener.âsslCertificateId | use sslCertificateArn instead | | @aws-cdk/aws-ecs | AddAutoScalingGroupCapacityOptions.âtaskDrainTime | The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead. | | @aws-cdk/aws-ecs | BaseService.âconfigureAwsVpcNetworking() | use configureAwsVpcNetworkingWithSecurityGroups instead. | | @aws-cdk/aws-ecs | BaseServiceOptions.âpropagateTaskTagsFrom | Use `propagateTags` instead. | | @aws-cdk/aws-ecs | Cluster.âaddAutoScalingGroup() | Use {@link Cluster.addAsgCapacityProvider} instead. | | @aws-cdk/aws-ecs | Cluster.âaddCapacityProvider() | Use {@link enableFargateCapacityProviders} instead. | | @aws-cdk/aws-ecs | ClusterProps.âcapacityProviders | Use {@link ClusterProps.enableFargateCapacityProviders} instead. | | @aws-cdk/aws-ecs | Ec2ServiceProps.âsecurityGroup | use securityGroups instead. | | @aws-cdk/aws-ecs | EcsOptimizedAmi | see {@link EcsOptimizedImage#amazonLinux}, {@link EcsOptimizedImage#amazonLinux} and {@link EcsOptimizedImage#windows} | | @aws-cdk/aws-ecs | EcsOptimizedAmi.âgetImage() | see {@link EcsOptimizedImage#amazonLinux}, {@link EcsOptimizedImage#amazonLinux} and {@link EcsOptimizedImage#windows} | | @aws-cdk/aws-ecs | EcsOptimizedAmiProps | see {@link EcsOptimizedImage} | | @aws-cdk/aws-ecs | EcsOptimizedAmiProps.âcachedInContext | see {@link EcsOptimizedImage} | | @aws-cdk/aws-ecs | EcsOptimizedAmiProps.âgeneration | see {@link EcsOptimizedImage} | | @aws-cdk/aws-ecs | EcsOptimizedAmiProps.âhardwareType | see {@link EcsOptimizedImage} | | @aws-cdk/aws-ecs | EcsOptimizedAmiProps.âwindowsVersion | see {@link EcsOptimizedImage} | | @aws-cdk/aws-ecs | FargateServiceProps.âsecurityGroup | use securityGroups instead. | | @aws-cdk/aws-ecs | SplunkLogDriverProps.âtoken | Use {@link SplunkLogDriverProps.secretToken} instead. | | @aws-cdk/aws-cloudfront | AliasConfiguration | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | AliasConfiguration.âacmCertRef | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | AliasConfiguration.ânames | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | AliasConfiguration.âsecurityPolicy | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | AliasConfiguration.âsslMethod | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | Behavior.âtrustedSigners | We recommend using trustedKeyGroups instead of trustedSigners. | | @aws-cdk/aws-cloudfront | CloudFrontWebDistribution.âdomainName | Use `distributionDomainName` instead. | | @aws-cdk/aws-cloudfront | CloudFrontWebDistributionProps.âaliasConfiguration | see {@link CloudFrontWebDistributionProps#viewerCertificate} with {@link ViewerCertificate#acmCertificate} | | @aws-cdk/aws-cloudfront | GeoRestriction.âblacklist() | use `denylist` | | @aws-cdk/aws-cloudfront | GeoRestriction.âwhitelist() | use `allowlist` | | @aws-cdk/aws-cloudfront | IDistribution.âdomainName | Use `distributionDomainName` instead. | | @aws-cdk/aws-cloudfront | SourceConfiguration.âoriginHeaders | Use originHeaders on s3OriginSource or customOriginSource | | @aws-cdk/aws-cloudfront | SourceConfiguration.âoriginPath | Use originPath on s3OriginSource or customOriginSource | | @aws-cdk/aws-cloudtrail | Trail.âonCloudTrailEvent() | use Trail.onEvent() | | @aws-cdk/aws-cloudtrail | TrailProps.âkmsKey | use encryptionKey instead. | | @aws-cdk/aws-codepipeline-actions | BitBucketSourceAction | use CodeStarConnectionsSourceAction instead | | @aws-cdk/aws-codepipeline-actions | BitBucketSourceAction.âactionProperties | use CodeStarConnectionsSourceAction instead | | @aws-cdk/aws-codepipeline-actions | BitBucketSourceAction.âbind() | use CodeStarConnectionsSourceAction instead | | @aws-cdk/aws-codepipeline-actions | BitBucketSourceAction.âonStateChange() | use CodeStarConnectionsSourceAction instead | | @aws-cdk/aws-codepipeline-actions | BitBucketSourceActionProps | use CodeStarConnectionsSourceActionProps instead | | @aws-cdk/aws-codepipeline-actions | CloudFormationCreateReplaceChangeSetActionProps.âcapabilities | use {@link cfnCapabilities} instead | | @aws-cdk/aws-codepipeline-actions | CloudFormationCreateUpdateStackActionProps.âcapabilities | use {@link cfnCapabilities} instead | | @aws-cdk/aws-codepipeline-actions | CloudFormationDeleteStackActionProps.âcapabilities | use {@link cfnCapabilities} instead | | @aws-cdk/aws-events-targets | EcsTask.âsecurityGroup | use securityGroups instead. | | @aws-cdk/aws-events-targets | EcsTaskProps.âsecurityGroup | use securityGroups instead | | @aws-cdk/aws-stepfunctions | Context | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Context.âentireContext | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Context.âtaskToken | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Context.ânumberAt() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Context.âstringAt() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data.âentirePayload | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data.âisJsonPathString() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data.âlistAt() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data.ânumberAt() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | Data.âstringAt() | replaced by `JsonPath` | | @aws-cdk/aws-stepfunctions | IStepFunctionsTask | replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | IStepFunctionsTask.âbind() | replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âresourceArn | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âheartbeat | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âmetricDimensions | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âmetricPrefixPlural | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âmetricPrefixSingular | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âparameters | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | StepFunctionsTaskConfig.âpolicyStatements | used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`. | | @aws-cdk/aws-stepfunctions | Task | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âendStates | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âaddCatch() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âaddRetry() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetric() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricFailed() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricHeartbeatTimedOut() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricRunTime() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricScheduled() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricScheduleTime() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricStarted() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricSucceeded() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricTime() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âmetricTimedOut() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.ânext() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âtoStateJson() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | Task.âwhenBoundToGraph() | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskInput.âfromContextAt() | Use `fromJsonPathAt`. | | @aws-cdk/aws-stepfunctions | TaskInput.âfromDataAt() | Use `fromJsonPathAt`. | | @aws-cdk/aws-stepfunctions | TaskProps | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âtask | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âcomment | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âinputPath | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âoutputPath | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âparameters | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âresultPath | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-stepfunctions | TaskProps.âtimeout | replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish) | | @aws-cdk/aws-ecs-patterns | ApplicationLoadBalancedServiceBase.âdesiredCount | Use `internalDesiredCount` instead. | | @aws-cdk/aws-ecs-patterns | ApplicationMultipleTargetGroupsServiceBase.âdesiredCount | Use `internalDesiredCount` instead. | | @aws-cdk/aws-ecs-patterns | NetworkLoadBalancedServiceBase.âdesiredCount | Use `internalDesiredCount` instead. | | @aws-cdk/aws-ecs-patterns | NetworkMultipleTargetGroupsServiceBase.âdesiredCount | Use `internalDesiredCount` instead. | | @aws-cdk/aws-ecs-patterns | QueueProcessingServiceBase.âdesiredCount | Use `minCapacity` instead. | | @aws-cdk/aws-ecs-patterns | QueueProcessingServiceBaseProps.âdesiredTaskCount | Use `minScalingCapacity` or a literal object instead. | | @aws-cdk/aws-eks | NodegroupOptions.âinstanceType | Use `instanceTypes` instead. | | @aws-cdk/aws-eks | ServiceAccount.âaddToPolicy() | use `addToPrincipalPolicy()` | | @aws-cdk/aws-s3-deployment | Expires | use core.Expiration | | @aws-cdk/aws-s3-deployment | Expires.âvalue | use core.Expiration | | @aws-cdk/aws-s3-deployment | Expires.âafter() | use core.Expiration | | @aws-cdk/aws-s3-deployment | Expires.âatDate() | use core.Expiration | | @aws-cdk/aws-s3-deployment | Expires.âatTimestamp() | use core.Expiration | | @aws-cdk/aws-s3-deployment | Expires.âfromString() | use core.Expiration | | @aws-cdk/aws-ses | WhiteListReceiptFilter | use `AllowListReceiptFilter` | | @aws-cdk/aws-ses | WhiteListReceiptFilterProps | use `AllowListReceiptFilterProps` | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBase | No replacement | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBase.âconnections | No replacement | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBase.âbind() | No replacement | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBase.âconfigureAwsVpcNetworking() | No replacement | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBaseProps | No replacement | | @aws-cdk/aws-stepfunctions-tasks | EcsRunTaskBaseProps.âparameters | No replacement | | @aws-cdk/aws-stepfunctions-tasks | InvocationType | use `LambdaInvocationType` | | @aws-cdk/aws-stepfunctions-tasks | InvocationType.âREQUEST_âRESPONSE | use `LambdaInvocationType` | | @aws-cdk/aws-stepfunctions-tasks | InvocationType.âEVENT | use `LambdaInvocationType` | | @aws-cdk/aws-stepfunctions-tasks | InvocationType.âDRY_âRUN | use `LambdaInvocationType` | | @aws-cdk/aws-stepfunctions-tasks | InvokeActivity | use `StepFunctionsInvokeActivity` | | @aws-cdk/aws-stepfunctions-tasks | InvokeActivity.âbind() | use `StepFunctionsInvokeActivity` | | @aws-cdk/aws-stepfunctions-tasks | InvokeActivityProps | use `StepFunctionsInvokeActivity` and `StepFunctionsInvokeActivityProps`. | | @aws-cdk/aws-stepfunctions-tasks | InvokeActivityProps.âheartbeat | use `StepFunctionsInvokeActivity` and `StepFunctionsInvokeActivityProps`. | | @aws-cdk/aws-stepfunctions-tasks | InvokeFunction | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | InvokeFunction.âbind() | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | InvokeFunctionProps | use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | InvokeFunctionProps.âpayload | use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopic | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopic.âbind() | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopicProps | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopicProps.âmessage | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopicProps.âintegrationPattern | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopicProps.âmessagePerSubscriptionType | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | PublishToTopicProps.âsubject | Use `SnsPublish` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJob | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJob.âbind() | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âjobDefinitionArn | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âjobName | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âjobQueueArn | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âarraySize | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âattempts | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âcontainerOverrides | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âdependsOn | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âintegrationPattern | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âpayload | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunBatchJobProps.âtimeout | use `BatchSubmitJob` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2Task | replaced by `EcsRunTask` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2TaskProps | use `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2TaskProps.âplacementConstraints | use `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2TaskProps.âplacementStrategies | use `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2TaskProps.âsecurityGroup | use `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsEc2TaskProps.âsubnets | use `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTask | replaced by `EcsRunTask` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTaskProps | replaced by `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTaskProps.âassignPublicIp | replaced by `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTaskProps.âplatformVersion | replaced by `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTaskProps.âsecurityGroup | replaced by `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunEcsFargateTaskProps.âsubnets | replaced by `EcsRunTask` and `EcsRunTaskProps` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTask | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTask.âbind() | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps.âarguments | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps.âintegrationPattern | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps.ânotifyDelayAfter | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps.âsecurityConfiguration | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunGlueJobTaskProps.âtimeout | use `GlueStartJobRun` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTask | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTask.âbind() | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps.âclientContext | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps.âintegrationPattern | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps.âinvocationType | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps.âpayload | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | RunLambdaTaskProps.âqualifier | Use `LambdaInvoke` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueue | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueue.âbind() | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps.âmessageBody | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps.âdelay | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps.âintegrationPattern | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps.âmessageDeduplicationId | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | SendToQueueProps.âmessageGroupId | Use `SqsSendMessage` | | @aws-cdk/aws-stepfunctions-tasks | StartExecution | use 'StepFunctionsStartExecution' | | @aws-cdk/aws-stepfunctions-tasks | StartExecution.âbind() | use 'StepFunctionsStartExecution' | | @aws-cdk/aws-stepfunctions-tasks | StartExecutionProps | use 'StepFunctionsStartExecution' | | @aws-cdk/aws-stepfunctions-tasks | StartExecutionProps.âinput | use 'StepFunctionsStartExecution' | | @aws-cdk/aws-stepfunctions-tasks | StartExecutionProps.âintegrationPattern | use 'StepFunctionsStartExecution' | | @aws-cdk/aws-stepfunctions-tasks | StartExecutionProps.âname | use 'StepFunctionsStartExecution' | | @aws-cdk/pipelines | AddManualApprovalOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddManualApprovalOptions.âactionName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddManualApprovalOptions.ârunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStackOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStackOptions.âexecuteRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStackOptions.ârunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStageOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStageOptions.âextraRunOrderSpace | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AddStageOptions.âmanualApprovals | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AdditionalArtifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AdditionalArtifact.âartifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AdditionalArtifact.âdirectory | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand.âassetId | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand.âassetManifestPath | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand.âassetPublishingRoleArn | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand.âassetSelector | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | AssetPublishingCommand.âassetType | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | BaseStageOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | BaseStageOptions.âconfirmBroadeningPermissions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | BaseStageOptions.âsecurityNotificationTopic | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âcodePipeline | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âaddApplicationStage() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âaddStage() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âstackOutput() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âstage() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipeline.âvalidate() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âcloudAssemblyArtifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âassetBuildSpec | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âassetPreInstallCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âcdkCliVersion | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âcodePipeline | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âcrossAccountKeys | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âdockerCredentials | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âenableKeyRotation | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âpipelineName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âselfMutating | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âselfMutationBuildSpec | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âsinglePublisherPerType | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âsourceAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âsubnetSelection | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âsupportDockerAssets | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âsynthAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkPipelineProps.âvpc | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStackActionFromArtifactOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStackActionFromArtifactOptions.âstackName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.âaddActions() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.âaddApplication() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.âaddManualApprovalAction() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.âaddStackArtifactDeployment() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.âdeploysStack() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStage.ânextSequentialRunOrder() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âcloudAssemblyArtifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âhost | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âpipelineStage | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âstageName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âconfirmBroadeningPermissions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | CdkStageProps.âsecurityNotificationTopic | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âactionProperties | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âdependencyStackArtifactIds | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âexecuteRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âprepareRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âstackName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âstackArtifactId | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âfromStackArtifact() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âbind() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackAction.âonStateChange() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âcloudAssemblyInput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âbaseActionName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âchangeSetName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âexecuteRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âoutput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âoutputFileName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionOptions.âprepareRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âactionRole | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âstackName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âtemplatePath | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âcloudFormationExecutionRole | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âdependencyStackArtifactIds | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âregion | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âstackArtifactId | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | DeployCdkStackActionProps.âtemplateConfigurationPath | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions.âcloudAssemblyInput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions.âexecuteRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions.âoutput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions.âoutputFileName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | FromStackArtifactOptions.âprepareRunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | IStageHost | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | IStageHost.âpublishAsset() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | IStageHost.âstackOutputArtifact() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsAction.âactionProperties | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsAction.âaddPublishCommand() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsAction.âbind() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsAction.âonStateChange() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âactionName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âassetType | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âcloudAssemblyInput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âbuildSpec | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âcdkCliVersion | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âcreateBuildspecFile | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âdependable | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âpreInstallCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âprojectName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.ârole | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âsubnetSelection | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | PublishAssetsActionProps.âvpc | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction.âactionProperties | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction.âgrantPrincipal | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction.âproject | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction.âbind() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptAction.âonStateChange() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âactionName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âcommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âadditionalArtifacts | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âbashOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âenvironment | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âenvironmentVariables | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.ârolePolicyStatements | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.ârunOrder | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âsecurityGroups | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âsubnetSelection | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âuseOutputs | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | ShellScriptActionProps.âvpc | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âactionProperties | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âgrantPrincipal | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âproject | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âstandardNpmSynth() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âstandardYarnSynth() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âbind() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthAction.âonStateChange() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthActionProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âsynthCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âbuildCommand | Use `buildCommands` instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âbuildCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âinstallCommand | Use `installCommands` instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âinstallCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthActionProps.âtestCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âcloudAssemblyArtifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âsourceArtifact | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âactionName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âadditionalArtifacts | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âbuildSpec | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âcopyEnvironmentVariables | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âenvironment | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âenvironmentVariables | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âprojectName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.ârolePolicyStatements | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âsubdirectory | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âsubnetSelection | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | SimpleSynthOptions.âvpc | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StackOutput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StackOutput.âartifactFile | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StackOutput.âoutputName | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardNpmSynthOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardNpmSynthOptions.âbuildCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardNpmSynthOptions.âinstallCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardNpmSynthOptions.âsynthCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardNpmSynthOptions.âtestCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardYarnSynthOptions | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardYarnSynthOptions.âbuildCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardYarnSynthOptions.âinstallCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardYarnSynthOptions.âsynthCommand | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | StandardYarnSynthOptions.âtestCommands | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineAction | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineAction.âactionProperties | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineAction.âbind() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineAction.âonStateChange() | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âcloudAssemblyInput | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âpipelineStackHierarchicalId | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âbuildSpec | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âcdkCliVersion | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âdockerCredentials | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âpipelineStackName | Use `pipelineStackHierarchicalId` instead. | | @aws-cdk/pipelines | UpdatePipelineActionProps.âprivileged | This class is part of the old API. Use the API based on the `CodePipeline` class instead | | @aws-cdk/pipelines | UpdatePipelineActionProps.âprojectName | This class is part of the old API. Use the API based on the `CodePipeline` class instead |