Skip to content

Commit

Permalink
add global cluster endpoint to rds-globalcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
akwan224 committed Dec 2, 2024
1 parent a4a70a6 commit 8e148cd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion aws-rds-globalcluster/aws-rds-globalcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,19 @@
}
]
},
"StorageEncrypted": {
"StorageEncrypted": {
"description": " The storage encryption setting for the new global database cluster.\nIf you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.",
"type": "boolean"
},
"GlobalEndpoint": {
"type": "object",
"additionalProperties": false,
"properties": {
"Address": {
"description": "The writer endpoint for the global database cluster. This endpoint always points to the writer DB instance in the current primary cluster.",
"type": "string"
}
}
}
},
"oneOf": [
Expand Down

0 comments on commit 8e148cd

Please sign in to comment.