You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
stepfunctions-tasks: constructs for EMR* have been introduced to replace
previous implementation which implemented IStepFUnctionsTask.
stepfunctions-tasks:sizeInGB property in VolumeSpecification has been renamed to volumeSize and is of type cdk.Size as we want to enable specifying any unit
stepfunctions-tasks:ebsRootVolumeSize property in EmrCreateCluster is now of type cdk.Size as we want to enable specifying any unit
stepfunctions-tasks:Tags in EmrCreateCluster type has changed from cdk.CfnTag[] to a map of string to string as we do not want to leak Cfn types
rds: the attribute securityGroupId has been removed from IDatabaseCluster,
use cluster.connections.securityGroups instead
rds: DatabaseClusterAttributes.securityGroup has been changed to securityGroups, and its type to an array
rds: InstanceProps.securityGroup has been changed to securityGroups, and its type to an array
rds: the property engine can no longer be passed when creating a DatabaseInstanceReadReplica
rds: the property 'instanceClass' in DatabaseInstanceNewProps has been renamed to 'instanceType'
appsync: Changes way of auth config even for existing supported methods viz., User Pools and API Key.