@aws-cdk/aws-elasticloadbalancingv2-targets
Advanced tools
Changelog
1.47.0 (2020-06-24)
Dynamo*
tasks no longer implementIStepFunctionsTask
and have been replaced by constructs that can be instantiated directly. See README for examplesChangelog
1.46.0 (2020-06-19)
EMR*
have been introduced to replace
previous implementation which implemented IStepFUnctionsTask
.sizeInGB
property in VolumeSpecification
has been renamed to volumeSize
and is of type cdk.Size
as we want to enable specifying any unitebsRootVolumeSize
property in EmrCreateCluster
is now of type cdk.Size
as we want to enable specifying any unitTags
in EmrCreateCluster
type has changed from cdk.CfnTag[]
to a map of string to string as we do not want to leak Cfn
typesengine
can no longer be passed when creating a DatabaseInstanceReadReplicaChangelog
1.45.0 (2020-06-09)
SageMakerCreateTrainingJob
and
SageMakerCreateTransformJob
replace previous implementation that
implemented IStepFunctionsTask
.volumeSizeInGB
property in ResourceConfig
for
SageMaker tasks are now type core.Size
maxPayload
property in SagemakerTransformProps
is now type core.Size
volumeKmsKeyId
property in SageMakerCreateTrainingJob
is now volumeEncryptionKey
requiredAttributes
on UserPool
construct is now replaced with standardAttributes
with a slightly modified signature.domainPrefix
(#8399) (681b3bb), closes #8314Changelog
1.43.0 (2020-06-03)
authorizationCodeGrant
and
implicitCodeGrant
in UserPoolClient
are enabled by default.callbackUrl
property in UserPoolClient
is now
optional and has a default.UserPoolClient
are now enabled
by default.SingletonFunction.grantInvoke()
API fails with error 'No child with id' (#8296) (a8b1815), closes #8240Changelog
1.42.0 (2020-05-27)
addS3EventSelectors
and
addLambdaEventSelectors
have changed. Their parameters are now
strongly typed to accept IBucket
and IFunction
respectively.addS3EventSelectors
and addLambdaEventSelectors
can no longer be used to configure all S3 data events or all Lambda data
events. Two new APIs logAllS3DataEvents()
and
logAllLambdaDataEvents()
have been introduced to achieve this.snsTopic
is now of the type ITopic
.Changelog
1.41.0 (2020-05-21)
Changelog
1.40.0 (2020-05-20)
Changelog
1.39.0 (2020-05-15)
addApiKey()
(#7714) (e93da2c), closes #3233 #7767