Kazuho Cryer-Shinozuka
Kazuho Cryer-Shinozuka
### Issue Closes #23031. ### Reason for this change The `grantXx` methods are implemented in the `GraphqlApi` class, but it could not be used with an imported graphql api. ###...
Fixes #1182
With cdk-watchful, you can easily create cloudwatch alarms to monitor lambda through the watchLambdaFunction class. However, it is not possible to fine-tune alarm conditions because the evaluationPeriods for triggering alarms...
### Issue # (if applicable) Closes #30165. ### Reason for this change Document DB can use I/O optimized storage type but CDK cannot configure that. ### Description of changes Add...
### Issue # (if applicable) Closes #30164 ### Reason for this change Cloudformation supports to specify `instanceInitiatedShutdownBehavior` but CDK cannot. ### Description of changes Add `instanceInitiatedShutdownBehavior` to `InstanceProps`. ### Description...
### Describe the feature Specify storage type for DocDB cluster from L2 construct. ### Use Case DocDB cluster supports for specifying [storage type](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-storage-configs.html) but CDK cannot configure it. ### Proposed...
### Describe the feature Add `instanceInitiatedShutdownBehavior` prop for EC2 Instance L2 construct. ### Use Case Cloudforamtion supports to specify `instanceInitiatedShutdownBehavior` for EC2 instance but CDK cannot. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior ### Proposed Solution...
In this PR, I have implemented support for IP-based routing. We can configure it from the `cidrRoutingConfig` as shown in the following example: ```ts declare const myZone: route53.HostedZone; const record1...
### Issue # (if applicable) Closes #. ### Reason for this change AWS CDK cannot configure Redshift multi-AZ cluster. ### Description of changes Add `multiAz` to `clusterProps`. ### Description of...
### Issue # (if applicable) Closes #29039. ### Reason for this change Both `ApplicationLoadBalancedFargateService` and `ApplicationLoadBalancedEc2Service` don't support specifying dualstack ALB. ### Description of changes Added `ipAddressType` to `ApplicationLoadBalancedServiceBaseProps`. ###...