File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "services" : [
33 {
44 "name" : " Containerized apps" ,
5+ "resource-kind" : " cf-app-memory" ,
56 "multiplier" : true ,
67 "metered" : {
7- "type" : " reserved " ,
8+ "type" : " used " ,
89 "unit" : " GBs of memory" ,
910 "unitsPerCredit" : 1 ,
1011 "credits" : 3
237238 },
238239 {
239240 "name" : " AWS RDS storage" ,
241+ "resource-kind" : " rds-storage" ,
240242 "metered" : {
241243 "type" : " reserved" ,
242244 "unit" : " GBs" ,
246248 },
247249 {
248250 "name" : " AWS S3 storage" ,
251+ "resource-kind" : " s3-storage" ,
249252 "metered" : {
250253 "type" : " used" ,
251254 "unit" : " GBs" ,
355358 },
356359 {
357360 "name" : " AWS OpenSearch storage" ,
361+ "resource-kind" : " aws-opensearch-storage" ,
358362 "metered" : {
359363 "type" : " reserved" ,
360364 "unit" : " GBs" ,
364368 },
365369 {
366370 "name" : " AWS SES (Emails)" ,
371+ "resource-kind" : " aws-ses-emails-sent" ,
367372 "metered" : {
368373 "type" : " used" ,
369374 "unit" : " Sends" ,
373378 },
374379 {
375380 "name" : " AWS SES (Attachments)" ,
381+ "resource-kind" : " aws-ses-attachment-data" ,
376382 "metered" : {
377383 "type" : " used" ,
378384 "unit" : " GBs" ,
381387 }
382388 },
383389 {
384- "name" : " Autoscaler" ,
390+ "name" : " App Autoscaler" ,
391+ "plans" : [
392+ {
393+ "plan" : " autoscaler-free-plan" ,
394+ "credits" : 0
395+ },
396+ {
397+ "plan" : " acceptance-standard" ,
398+ "credits" : 0
399+ }
400+ ],
385401 "free" : true ,
386402 "credits" : 0
387403 },
396412 },
397413 {
398414 "name" : " UAA Service Account" ,
415+ "resource-kind" : " cf-uaa-service-account" ,
399416 "free" : true ,
400417 "credits" : 0
401418 }
You can’t perform that action at this time.
0 commit comments