Skip to content

Commit

Permalink
Add writer endpoint type
Browse files Browse the repository at this point in the history
  • Loading branch information
harjain99 committed Sep 13, 2024
1 parent 1cdc8e0 commit 85e47c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gyro/aws/rds/DbClusterEndpointResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void setDbCluster(DbClusterResource dbCluster) {
*/
@Required
@Updatable
@ValidStrings({"READER", "ANY"})
@ValidStrings({"READER", "WRITER", "ANY"})
public String getEndpointType() {
return endpointType;
}
Expand Down

0 comments on commit 85e47c5

Please sign in to comment.