Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions aws-rds-globalcluster/aws-rds-globalcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
"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 All @@ -62,6 +72,9 @@
"propertyTransform": {
"/properties/GlobalClusterIdentifier": "$lowercase(GlobalClusterIdentifier)"
},
"readOnlyProperties": [
"/properties/GlobalEndpoint"
],
"createOnlyProperties": [
"/properties/GlobalClusterIdentifier",
"/properties/SourceDBClusterIdentifier",
Expand Down
Loading