|
1 | 1 | {
|
2 |
| - "$version": "53.0.0", |
| 2 | + "$version": "53.1.0", |
3 | 3 | "PropertyTypes": {
|
4 | 4 | "AWS::ApplicationInsights::Application.Alarm": {
|
5 | 5 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",
|
|
105 | 105 | "Type": "List",
|
106 | 106 | "UpdateType": "Mutable"
|
107 | 107 | },
|
| 108 | + "HAClusterPrometheusExporter": { |
| 109 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-haclusterprometheusexporter", |
| 110 | + "Required": false, |
| 111 | + "Type": "HAClusterPrometheusExporter", |
| 112 | + "UpdateType": "Mutable" |
| 113 | + }, |
| 114 | + "HANAPrometheusExporter": { |
| 115 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-hanaprometheusexporter", |
| 116 | + "Required": false, |
| 117 | + "Type": "HANAPrometheusExporter", |
| 118 | + "UpdateType": "Mutable" |
| 119 | + }, |
108 | 120 | "JMXPrometheusExporter": {
|
109 | 121 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-configurationdetails.html#cfn-applicationinsights-application-configurationdetails-jmxprometheusexporter",
|
110 | 122 | "Required": false,
|
|
145 | 157 | }
|
146 | 158 | }
|
147 | 159 | },
|
| 160 | + "AWS::ApplicationInsights::Application.HAClusterPrometheusExporter": { |
| 161 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html", |
| 162 | + "Properties": { |
| 163 | + "PrometheusPort": { |
| 164 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-haclusterprometheusexporter.html#cfn-applicationinsights-application-haclusterprometheusexporter-prometheusport", |
| 165 | + "PrimitiveType": "String", |
| 166 | + "Required": false, |
| 167 | + "UpdateType": "Mutable" |
| 168 | + } |
| 169 | + } |
| 170 | + }, |
| 171 | + "AWS::ApplicationInsights::Application.HANAPrometheusExporter": { |
| 172 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html", |
| 173 | + "Properties": { |
| 174 | + "AgreeToInstallHANADBClient": { |
| 175 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-agreetoinstallhanadbclient", |
| 176 | + "PrimitiveType": "Boolean", |
| 177 | + "Required": false, |
| 178 | + "UpdateType": "Mutable" |
| 179 | + }, |
| 180 | + "HANAPort": { |
| 181 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanaport", |
| 182 | + "PrimitiveType": "String", |
| 183 | + "Required": false, |
| 184 | + "UpdateType": "Mutable" |
| 185 | + }, |
| 186 | + "HANASID": { |
| 187 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanasid", |
| 188 | + "PrimitiveType": "String", |
| 189 | + "Required": false, |
| 190 | + "UpdateType": "Mutable" |
| 191 | + }, |
| 192 | + "HANASecretName": { |
| 193 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-hanasecretname", |
| 194 | + "PrimitiveType": "String", |
| 195 | + "Required": false, |
| 196 | + "UpdateType": "Mutable" |
| 197 | + }, |
| 198 | + "PrometheusPort": { |
| 199 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-hanaprometheusexporter.html#cfn-applicationinsights-application-hanaprometheusexporter-prometheusport", |
| 200 | + "PrimitiveType": "String", |
| 201 | + "Required": false, |
| 202 | + "UpdateType": "Mutable" |
| 203 | + } |
| 204 | + } |
| 205 | + }, |
148 | 206 | "AWS::ApplicationInsights::Application.JMXPrometheusExporter": {
|
149 | 207 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-jmxprometheusexporter.html",
|
150 | 208 | "Properties": {
|
|
0 commit comments