We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad87867 commit 6a8f761Copy full SHA for 6a8f761
redis.cfndsl.rb
@@ -128,4 +128,14 @@
128
}
129
end
130
131
+ Output(:RedisHostEndpoint) {
132
+ Value(FnGetAtt(:ReplicationGroupRedis, record_endpoint))
133
+ Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-RedisHostEndpoint")
134
+ }
135
+
136
+ Output(:RedisReadAddresses) {
137
+ Value(FnGetAtt(:ReplicationGroupRedis, 'ReadEndPoint.Addresses'))
138
+ Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-RedisReadAddresses")
139
+ } unless cluster_enabled
140
141
0 commit comments