@aws-cdk/aws-elasticloadbalancingv2-targets
Advanced tools
Changelog
1.38.0 (2020-05-08)
s3UrlForObject
method on IBucket
(#7508) (8fe4015), closes #7507Changelog
1.37.0 (2020-05-05)
mapSubDomain()
called with an empty string for prefix
now
maps to the domain root.MathExpression
without submetrics (b59aed0), closes #7155new Instance
fails in lookup Vpc (3161de8), closes #7580Vpc.fromLookup()
does not work in unit tests (e869a0d), closes #6045Changelog
1.36.0 (2020-04-28)
payload
in RunLambdaTask is now of type TaskInput
and has a default of the state input instead of the empty object.
You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject()
APIcdk.json
get moved to cdk.context.json
(022eb66), closes #7399RunLambda
service integration (#7428) (a1d9884), closes #7371Changelog
1.35.0 (2020-04-23)
cdk deploy
now needs s3:ListBucket
instead of s3:HeadObject
.Efs
prefix.provisionedThroughputInMibps
property is renamed to provisionedThroughputPerSecond
and has the type Size
.fileSystemID
is now renamed to fileSystemId
in the now named FileSystemAttributes
(previously, EfsFileSystemAttributes
).LifecyclePolicyProperty
is now renamed to LifecyclePolicy
.Changelog
1.34.0 (2020-04-21)
DateFormat
constant names are now UPPERCASE (JSON, AVRO, LOGSTASH, ...
)Changelog
1.33.0 (2020-04-17)
grantRead()
API no longer provides permissions to kinesis:DescribeStream
as it provides permissions to kinesis:DescribeStreamSummary
and kinesis:SubscribeToShard
in it's place. If it's still desired, it can be added through the grant()
API on the stream.grantWrite()
API no longer has DescribeStream
permissions as it has been replaced by ListShards
for shard discoverybottlerocket
capacity. (e9f691f), closes #7268grantRead
now allows the ListShards
action and grant
is now public (#6141) (563fba4), closes #3357grant
API to IStream to add permissions to a Stream (#7354) (c223406)aws-kinesis
module is now stable (#7349) (4ab3ffa), closes #5874=
symbols get truncated (#7226) (b7ddf5b), closes #7246