Skip to content

Commit

Permalink
[DBShardGroup] - Kermit going public means we need to remove the Clus…
Browse files Browse the repository at this point in the history
…terScalabilityType from non public

cr: https://code.amazon.com/reviews/CR-155458831
  • Loading branch information
angusy29 committed Nov 8, 2024
1 parent cd03363 commit 573ab49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions aws-rds-dbcluster/aws-rds-dbcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@
"/properties/SourceRegion",
"/properties/UseLatestRestorableTime"
],
"nonPublicProperties": [
"/properties/ClusterScalabilityType"
],
"handlers": {
"create": {
"permissions": [
Expand Down
9 changes: 0 additions & 9 deletions aws-rds-dbshardgroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${org.projectlombok.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-Xlint:all,-options,-processing</arg>
</compilerArgs>
Expand Down

0 comments on commit 573ab49

Please sign in to comment.