Skip to content

Commit

Permalink
Add @updatable annotation to getPubliclyAccessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Russsnizza committed Sep 19, 2024
1 parent 1cdc8e0 commit 7b839cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gyro/aws/rds/DbInstanceResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ public void setPromotionTier(Integer promotionTier) {
/**
* The public accessibility of the DB instance. If true, this DB instance will have a public DNS name and public IP.
*/
@Updatable
public Boolean getPubliclyAccessible() {
if (publiclyAccessible == null) {
publiclyAccessible = false;
Expand Down

0 comments on commit 7b839cd

Please sign in to comment.