@aws-cdk/region-info
Advanced tools
Changelog
1.72.0 (2020-11-06)
enableHttpEndpoint
renamed to enableDataApi
outputLocation
in the experimental Athena StartQueryExecution
has been changed to s3.Location
from string
Environment
from attributes (#10932) (d395b5e), closes #10931--no-previous-parameters
incorrectly skips updates (#11288) (1bfc649)Changelog
1.71.0 (2020-10-29)
runtime
is now a required property.Lazy
values are no longer
captured by default. The CDK_DEBUG=true
environment variable must be
set in order to capture stack traces (this is also achieved by using the
--debug
option of the cdk
CLI). Users should not need those stack
traces most of the time, and should only enable creation stack trace
captures when tyring to troubleshoot a resolution error that they are
otherwise unable to trace back.--all
flag to select all stacks (#10745) (bcd9d0a), closes #3222.venv
to comply with python recommendation (#10995) (a4a41b5), closes #9134credentials.fromSecret
does not access secretsmanager.ISecret
(#11033) (35ad608), closes #11015CfnInit
cannot be used with custom constructs (#11167) (01c52c8)Changelog
1.70.0 (2020-10-23)
UserPoolIdentityProviderBase
abstract class has been removed. Use the UserPoolIdentityProvider*
classes directly.Changelog
1.69.0 (2020-10-19)
cdk context --reset <number>
does not work (#10753) (2f3a167), closes #3033 #10619Changelog
1.68.0 (2020-10-15)
scopeToResource()
, scopeToResources()
and scopeToTag()
APIs have been removed. Use the ruleScope
property to restrict the scope of a Config rule. fromResource()
, fromResources()
and fromTag()
can be used from the RuleScope
class.Distribution
behaviors now enable compression by defaultforwardQueryString
and forwardQueryStringCacheKeys
have been removed in favor of cachePolicy
and the new CachePolicy construct.BundlingDockerImage
now supports run()
and cp()
utilities (#9728) (37fdc94), closes #9329Changelog
1.67.0 (2020-10-07)
monocdk
. Note that monocdk
is still experimental..
in the name (#10441) (063798b), closes #10109addExecuteFileCommand
arguments cannot be omitted (#10692) (7178374), closes #10687InitCommand.shellCommand()
renders an argv command instead (#10691) (de9d2f7), closes #10684Changelog
1.66.0 (2020-10-02)
Changelog
1.65.0 (2020-09-30)
aws-appmesh: VirtualNode no longer has accessLog set to "/dev/stdout" by default
cognito: refreshToken
property is now removed from
UserPoolClient. It will be included if any other authFlow
is enabled.
synthetics: the default runtime is now syn-nodejs-2.0
eks: cluster.addChart
renamed to cluster.addHelmChart
eks: NodegroupOptions.launchTemplate
renamed to NodegroupOptions.launchTemplateSpec
eks: cluster.addAutoScalingGroup
renamed to cluster.connectAutoScalingGroupCapacity
eks: cluster.addNodegroup
renamed to cluster.addNoedgroupCapacity
eks: cluster.addCapacity
renamed to cluster.addAutoScalingGroupCapacity
eks: CapacityOptions
renamed to AutoScalingGroupCapacityOptions
. Resolves #10364
rds: the default generated password exclude characters set for Instance, Cluster and DatabaseSecret
is now " %+~`#$&*()|[]{}:;<>?!'/@\"\\"
rds: the default generated password exclude characters for addSingleUserRotation()
and addMultiUserRotation()
in Cluster and Instance is now " %+~`#$&*()|[]{}:;<>?!'/@\"\\"
rds: Instance.addSingleUserRotation()
now takes options object as the first argument, instead of just Duration
rds: Cluster.addSingleUserRotation()
now takes options object as the first argument, instead of just Duration
rds: SnapshotCredentials.fromGeneratedPassword()
now takes an option object as the second argument, instead of just IKey
rds: DatabaseInstanceProps
and DatabaseInstanceFromSnapshotProps
-
masterUsername
, masterUserPassword
and masterUserPasswordEncryptionKey
moved
to credentials
as a new Credentials
class.
rds: Login
renamed to Credentials
. Use Credentials.fromUsername
to replace existing usage.
rds: DatabaseClusterProps
masterUser
renamed to credentials
.
JobDefinition
from name using fromJobDefinitionName
(#10448) (7ce91e8), closes #7172encryptionKey
cannot be disabled (#10474) (4aadaa7)Changelog
1.64.0 (2020-09-22)
codedeploy: the default policy for LambdaDeploymentGroup
no longer contains sns:Publish
on *
permissions
cfn-include: the construction property 'nestedStacks' of class 'CfnInclude' has been renamed to 'loadNestedStacks'
rds: removed protected member subnetGroup
from DatabaseCluster classes
rds: Cluster now has deletionProtection enabled if its removal policy is RETAIN
rds: Instance now has deletionProtection enabled by default only if its removal policy is RETAIN
eks: Clusters previously running k8s version other than 1.15
and bottlerocket AMI(aws-k8s-1.15
variant) will trigger AMI and node replacement.
--cloudformation-execution-policies
not checked (#10337) (ad9a705)--profile
is ignored if AWS_ variables are set (#10362) (957a12e)cdk synth
fails if AWS_ credentials have expired (#10343) (406f665), closes #7849deepEqual
may miss difference other than DependsOn
(#10394) (9bcaf75), closes #10322InitFile
does not work on Windows (#10450) (84b9d5e), closes #10390kubectlPrivateSubnets
(#10459) (10d0a36)DockerVolumeConfiguration.labels
changed from an array to a map. This was a long standing latent bug and in fact configuring labels in the old format would have resulted in the wrong behavior. (#10385)