graviton2/rds_graviton/rds_mysql_8.py [28:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                             delete_automated_backups=True,
                                             backup_retention=core.Duration.days(0),
                                             vpc_subnets={
                                                 "subnet_type": ec2.SubnetType.PUBLIC
                                             },
                                             parameter_group=rds.ParameterGroup.from_parameter_group_name(
                                                 self, "para-group-mysql",
                                                 parameter_group_name="default.mysql8.0"
                                             )
                                             )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



graviton2/rds_graviton/rds_restore.py [32:41]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                             delete_automated_backups=True,
                                             backup_retention=core.Duration.days(0),
                                             vpc_subnets={
                                                 "subnet_type": ec2.SubnetType.PUBLIC
                                             },
                                             parameter_group=rds.ParameterGroup.from_parameter_group_name(
                                                 self, "para-group-mysql",
                                                 parameter_group_name="default.mysql8.0"
                                             )
                                             )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



