@gammarers/aws-daily-cost-usage-report-stack 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/API.md ADDED
@@ -0,0 +1,964 @@
1
+ # API Reference <a name="API Reference" id="api-reference"></a>
2
+
3
+ ## Constructs <a name="Constructs" id="Constructs"></a>
4
+
5
+ ### DailyCostUsageReportStack <a name="DailyCostUsageReportStack" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack"></a>
6
+
7
+ #### Initializers <a name="Initializers" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer"></a>
8
+
9
+ ```typescript
10
+ import { DailyCostUsageReportStack } from '@gammarers/aws-daily-cost-usage-report-stack'
11
+
12
+ new DailyCostUsageReportStack(scope: Construct, id: string, props: DailyCostUsageReportStackProps)
13
+ ```
14
+
15
+ | **Name** | **Type** | **Description** |
16
+ | --- | --- | --- |
17
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
18
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
19
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.props">props</a></code> | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps">DailyCostUsageReportStackProps</a></code> | *No description.* |
20
+
21
+ ---
22
+
23
+ ##### `scope`<sup>Required</sup> <a name="scope" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.scope"></a>
24
+
25
+ - *Type:* constructs.Construct
26
+
27
+ ---
28
+
29
+ ##### `id`<sup>Required</sup> <a name="id" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.id"></a>
30
+
31
+ - *Type:* string
32
+
33
+ ---
34
+
35
+ ##### `props`<sup>Required</sup> <a name="props" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.Initializer.parameter.props"></a>
36
+
37
+ - *Type:* <a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps">DailyCostUsageReportStackProps</a>
38
+
39
+ ---
40
+
41
+ #### Methods <a name="Methods" id="Methods"></a>
42
+
43
+ | **Name** | **Description** |
44
+ | --- | --- |
45
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toString">toString</a></code> | Returns a string representation of this construct. |
46
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addDependency">addDependency</a></code> | Add a dependency between this stack and another stack. |
47
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addMetadata">addMetadata</a></code> | Adds an arbitrary key-value pair, with information you want to record about the stack. |
48
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addTransform">addTransform</a></code> | Add a Transform to this stack. A Transform is a macro that AWS CloudFormation uses to process your template. |
49
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportStringListValue">exportStringListValue</a></code> | Create a CloudFormation Export for a string list value. |
50
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportValue">exportValue</a></code> | Create a CloudFormation Export for a string value. |
51
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.formatArn">formatArn</a></code> | Creates an ARN from components. |
52
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.getLogicalId">getLogicalId</a></code> | Allocates a stack-unique CloudFormation-compatible logical identity for a specific resource. |
53
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.regionalFact">regionalFact</a></code> | Look up a fact value for the given fact for the region of this stack. |
54
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.renameLogicalId">renameLogicalId</a></code> | Rename a generated logical identities. |
55
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.reportMissingContextKey">reportMissingContextKey</a></code> | Indicate that a context key was expected. |
56
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.resolve">resolve</a></code> | Resolve a tokenized value in the context of the current stack. |
57
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.splitArn">splitArn</a></code> | Splits the provided ARN into its components. |
58
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toJsonString">toJsonString</a></code> | Convert an object, potentially containing tokens, to a JSON string. |
59
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toYamlString">toYamlString</a></code> | Convert an object, potentially containing tokens, to a YAML string. |
60
+
61
+ ---
62
+
63
+ ##### `toString` <a name="toString" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toString"></a>
64
+
65
+ ```typescript
66
+ public toString(): string
67
+ ```
68
+
69
+ Returns a string representation of this construct.
70
+
71
+ ##### `addDependency` <a name="addDependency" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addDependency"></a>
72
+
73
+ ```typescript
74
+ public addDependency(target: Stack, reason?: string): void
75
+ ```
76
+
77
+ Add a dependency between this stack and another stack.
78
+
79
+ This can be used to define dependencies between any two stacks within an
80
+ app, and also supports nested stacks.
81
+
82
+ ###### `target`<sup>Required</sup> <a name="target" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addDependency.parameter.target"></a>
83
+
84
+ - *Type:* aws-cdk-lib.Stack
85
+
86
+ ---
87
+
88
+ ###### `reason`<sup>Optional</sup> <a name="reason" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addDependency.parameter.reason"></a>
89
+
90
+ - *Type:* string
91
+
92
+ ---
93
+
94
+ ##### `addMetadata` <a name="addMetadata" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addMetadata"></a>
95
+
96
+ ```typescript
97
+ public addMetadata(key: string, value: any): void
98
+ ```
99
+
100
+ Adds an arbitrary key-value pair, with information you want to record about the stack.
101
+
102
+ These get translated to the Metadata section of the generated template.
103
+
104
+ > [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html)
105
+
106
+ ###### `key`<sup>Required</sup> <a name="key" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addMetadata.parameter.key"></a>
107
+
108
+ - *Type:* string
109
+
110
+ ---
111
+
112
+ ###### `value`<sup>Required</sup> <a name="value" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addMetadata.parameter.value"></a>
113
+
114
+ - *Type:* any
115
+
116
+ ---
117
+
118
+ ##### `addTransform` <a name="addTransform" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addTransform"></a>
119
+
120
+ ```typescript
121
+ public addTransform(transform: string): void
122
+ ```
123
+
124
+ Add a Transform to this stack. A Transform is a macro that AWS CloudFormation uses to process your template.
125
+
126
+ Duplicate values are removed when stack is synthesized.
127
+
128
+ > [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-section-structure.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-section-structure.html)
129
+
130
+ *Example*
131
+
132
+ ```typescript
133
+ declare const stack: Stack;
134
+
135
+ stack.addTransform('AWS::Serverless-2016-10-31')
136
+ ```
137
+
138
+
139
+ ###### `transform`<sup>Required</sup> <a name="transform" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.addTransform.parameter.transform"></a>
140
+
141
+ - *Type:* string
142
+
143
+ The transform to add.
144
+
145
+ ---
146
+
147
+ ##### `exportStringListValue` <a name="exportStringListValue" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportStringListValue"></a>
148
+
149
+ ```typescript
150
+ public exportStringListValue(exportedValue: any, options?: ExportValueOptions): string[]
151
+ ```
152
+
153
+ Create a CloudFormation Export for a string list value.
154
+
155
+ Returns a string list representing the corresponding `Fn.importValue()`
156
+ expression for this Export. The export expression is automatically wrapped with an
157
+ `Fn::Join` and the import value with an `Fn::Split`, since CloudFormation can only
158
+ export strings. You can control the name for the export by passing the `name` option.
159
+
160
+ If you don't supply a value for `name`, the value you're exporting must be
161
+ a Resource attribute (for example: `bucket.bucketName`) and it will be
162
+ given the same name as the automatic cross-stack reference that would be created
163
+ if you used the attribute in another Stack.
164
+
165
+ One of the uses for this method is to *remove* the relationship between
166
+ two Stacks established by automatic cross-stack references. It will
167
+ temporarily ensure that the CloudFormation Export still exists while you
168
+ remove the reference from the consuming stack. After that, you can remove
169
+ the resource and the manual export.
170
+
171
+ See `exportValue` for an example of this process.
172
+
173
+ ###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportStringListValue.parameter.exportedValue"></a>
174
+
175
+ - *Type:* any
176
+
177
+ ---
178
+
179
+ ###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportStringListValue.parameter.options"></a>
180
+
181
+ - *Type:* aws-cdk-lib.ExportValueOptions
182
+
183
+ ---
184
+
185
+ ##### `exportValue` <a name="exportValue" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportValue"></a>
186
+
187
+ ```typescript
188
+ public exportValue(exportedValue: any, options?: ExportValueOptions): string
189
+ ```
190
+
191
+ Create a CloudFormation Export for a string value.
192
+
193
+ Returns a string representing the corresponding `Fn.importValue()`
194
+ expression for this Export. You can control the name for the export by
195
+ passing the `name` option.
196
+
197
+ If you don't supply a value for `name`, the value you're exporting must be
198
+ a Resource attribute (for example: `bucket.bucketName`) and it will be
199
+ given the same name as the automatic cross-stack reference that would be created
200
+ if you used the attribute in another Stack.
201
+
202
+ One of the uses for this method is to *remove* the relationship between
203
+ two Stacks established by automatic cross-stack references. It will
204
+ temporarily ensure that the CloudFormation Export still exists while you
205
+ remove the reference from the consuming stack. After that, you can remove
206
+ the resource and the manual export.
207
+
208
+ Here is how the process works. Let's say there are two stacks,
209
+ `producerStack` and `consumerStack`, and `producerStack` has a bucket
210
+ called `bucket`, which is referenced by `consumerStack` (perhaps because
211
+ an AWS Lambda Function writes into it, or something like that).
212
+
213
+ It is not safe to remove `producerStack.bucket` because as the bucket is being
214
+ deleted, `consumerStack` might still be using it.
215
+
216
+ Instead, the process takes two deployments:
217
+
218
+ **Deployment 1: break the relationship**:
219
+
220
+ - Make sure `consumerStack` no longer references `bucket.bucketName` (maybe the consumer
221
+ stack now uses its own bucket, or it writes to an AWS DynamoDB table, or maybe you just
222
+ remove the Lambda Function altogether).
223
+ - In the `ProducerStack` class, call `this.exportValue(this.bucket.bucketName)`. This
224
+ will make sure the CloudFormation Export continues to exist while the relationship
225
+ between the two stacks is being broken.
226
+ - Deploy (this will effectively only change the `consumerStack`, but it's safe to deploy both).
227
+
228
+ **Deployment 2: remove the bucket resource**:
229
+
230
+ - You are now free to remove the `bucket` resource from `producerStack`.
231
+ - Don't forget to remove the `exportValue()` call as well.
232
+ - Deploy again (this time only the `producerStack` will be changed -- the bucket will be deleted).
233
+
234
+ ###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportValue.parameter.exportedValue"></a>
235
+
236
+ - *Type:* any
237
+
238
+ ---
239
+
240
+ ###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.exportValue.parameter.options"></a>
241
+
242
+ - *Type:* aws-cdk-lib.ExportValueOptions
243
+
244
+ ---
245
+
246
+ ##### `formatArn` <a name="formatArn" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.formatArn"></a>
247
+
248
+ ```typescript
249
+ public formatArn(components: ArnComponents): string
250
+ ```
251
+
252
+ Creates an ARN from components.
253
+
254
+ If `partition`, `region` or `account` are not specified, the stack's
255
+ partition, region and account will be used.
256
+
257
+ If any component is the empty string, an empty string will be inserted
258
+ into the generated ARN at the location that component corresponds to.
259
+
260
+ The ARN will be formatted as follows:
261
+
262
+ arn:{partition}:{service}:{region}:{account}:{resource}{sep}{resource-name}
263
+
264
+ The required ARN pieces that are omitted will be taken from the stack that
265
+ the 'scope' is attached to. If all ARN pieces are supplied, the supplied scope
266
+ can be 'undefined'.
267
+
268
+ ###### `components`<sup>Required</sup> <a name="components" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.formatArn.parameter.components"></a>
269
+
270
+ - *Type:* aws-cdk-lib.ArnComponents
271
+
272
+ ---
273
+
274
+ ##### `getLogicalId` <a name="getLogicalId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.getLogicalId"></a>
275
+
276
+ ```typescript
277
+ public getLogicalId(element: CfnElement): string
278
+ ```
279
+
280
+ Allocates a stack-unique CloudFormation-compatible logical identity for a specific resource.
281
+
282
+ This method is called when a `CfnElement` is created and used to render the
283
+ initial logical identity of resources. Logical ID renames are applied at
284
+ this stage.
285
+
286
+ This method uses the protected method `allocateLogicalId` to render the
287
+ logical ID for an element. To modify the naming scheme, extend the `Stack`
288
+ class and override this method.
289
+
290
+ ###### `element`<sup>Required</sup> <a name="element" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.getLogicalId.parameter.element"></a>
291
+
292
+ - *Type:* aws-cdk-lib.CfnElement
293
+
294
+ The CloudFormation element for which a logical identity is needed.
295
+
296
+ ---
297
+
298
+ ##### `regionalFact` <a name="regionalFact" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.regionalFact"></a>
299
+
300
+ ```typescript
301
+ public regionalFact(factName: string, defaultValue?: string): string
302
+ ```
303
+
304
+ Look up a fact value for the given fact for the region of this stack.
305
+
306
+ Will return a definite value only if the region of the current stack is resolved.
307
+ If not, a lookup map will be added to the stack and the lookup will be done at
308
+ CDK deployment time.
309
+
310
+ What regions will be included in the lookup map is controlled by the
311
+ `@aws-cdk/core:target-partitions` context value: it must be set to a list
312
+ of partitions, and only regions from the given partitions will be included.
313
+ If no such context key is set, all regions will be included.
314
+
315
+ This function is intended to be used by construct library authors. Application
316
+ builders can rely on the abstractions offered by construct libraries and do
317
+ not have to worry about regional facts.
318
+
319
+ If `defaultValue` is not given, it is an error if the fact is unknown for
320
+ the given region.
321
+
322
+ ###### `factName`<sup>Required</sup> <a name="factName" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.regionalFact.parameter.factName"></a>
323
+
324
+ - *Type:* string
325
+
326
+ ---
327
+
328
+ ###### `defaultValue`<sup>Optional</sup> <a name="defaultValue" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.regionalFact.parameter.defaultValue"></a>
329
+
330
+ - *Type:* string
331
+
332
+ ---
333
+
334
+ ##### `renameLogicalId` <a name="renameLogicalId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.renameLogicalId"></a>
335
+
336
+ ```typescript
337
+ public renameLogicalId(oldId: string, newId: string): void
338
+ ```
339
+
340
+ Rename a generated logical identities.
341
+
342
+ To modify the naming scheme strategy, extend the `Stack` class and
343
+ override the `allocateLogicalId` method.
344
+
345
+ ###### `oldId`<sup>Required</sup> <a name="oldId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.renameLogicalId.parameter.oldId"></a>
346
+
347
+ - *Type:* string
348
+
349
+ ---
350
+
351
+ ###### `newId`<sup>Required</sup> <a name="newId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.renameLogicalId.parameter.newId"></a>
352
+
353
+ - *Type:* string
354
+
355
+ ---
356
+
357
+ ##### `reportMissingContextKey` <a name="reportMissingContextKey" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.reportMissingContextKey"></a>
358
+
359
+ ```typescript
360
+ public reportMissingContextKey(report: MissingContext): void
361
+ ```
362
+
363
+ Indicate that a context key was expected.
364
+
365
+ Contains instructions which will be emitted into the cloud assembly on how
366
+ the key should be supplied.
367
+
368
+ ###### `report`<sup>Required</sup> <a name="report" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.reportMissingContextKey.parameter.report"></a>
369
+
370
+ - *Type:* aws-cdk-lib.cloud_assembly_schema.MissingContext
371
+
372
+ The set of parameters needed to obtain the context.
373
+
374
+ ---
375
+
376
+ ##### `resolve` <a name="resolve" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.resolve"></a>
377
+
378
+ ```typescript
379
+ public resolve(obj: any): any
380
+ ```
381
+
382
+ Resolve a tokenized value in the context of the current stack.
383
+
384
+ ###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.resolve.parameter.obj"></a>
385
+
386
+ - *Type:* any
387
+
388
+ ---
389
+
390
+ ##### `splitArn` <a name="splitArn" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.splitArn"></a>
391
+
392
+ ```typescript
393
+ public splitArn(arn: string, arnFormat: ArnFormat): ArnComponents
394
+ ```
395
+
396
+ Splits the provided ARN into its components.
397
+
398
+ Works both if 'arn' is a string like 'arn:aws:s3:::bucket',
399
+ and a Token representing a dynamic CloudFormation expression
400
+ (in which case the returned components will also be dynamic CloudFormation expressions,
401
+ encoded as Tokens).
402
+
403
+ ###### `arn`<sup>Required</sup> <a name="arn" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.splitArn.parameter.arn"></a>
404
+
405
+ - *Type:* string
406
+
407
+ the ARN to split into its components.
408
+
409
+ ---
410
+
411
+ ###### `arnFormat`<sup>Required</sup> <a name="arnFormat" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.splitArn.parameter.arnFormat"></a>
412
+
413
+ - *Type:* aws-cdk-lib.ArnFormat
414
+
415
+ the expected format of 'arn' - depends on what format the service 'arn' represents uses.
416
+
417
+ ---
418
+
419
+ ##### `toJsonString` <a name="toJsonString" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toJsonString"></a>
420
+
421
+ ```typescript
422
+ public toJsonString(obj: any, space?: number): string
423
+ ```
424
+
425
+ Convert an object, potentially containing tokens, to a JSON string.
426
+
427
+ ###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toJsonString.parameter.obj"></a>
428
+
429
+ - *Type:* any
430
+
431
+ ---
432
+
433
+ ###### `space`<sup>Optional</sup> <a name="space" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toJsonString.parameter.space"></a>
434
+
435
+ - *Type:* number
436
+
437
+ ---
438
+
439
+ ##### `toYamlString` <a name="toYamlString" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toYamlString"></a>
440
+
441
+ ```typescript
442
+ public toYamlString(obj: any): string
443
+ ```
444
+
445
+ Convert an object, potentially containing tokens, to a YAML string.
446
+
447
+ ###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.toYamlString.parameter.obj"></a>
448
+
449
+ - *Type:* any
450
+
451
+ ---
452
+
453
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
454
+
455
+ | **Name** | **Description** |
456
+ | --- | --- |
457
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
458
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isStack">isStack</a></code> | Return whether the given object is a Stack. |
459
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.of">of</a></code> | Looks up the first stack scope in which `construct` is defined. |
460
+
461
+ ---
462
+
463
+ ##### ~~`isConstruct`~~ <a name="isConstruct" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isConstruct"></a>
464
+
465
+ ```typescript
466
+ import { DailyCostUsageReportStack } from '@gammarers/aws-daily-cost-usage-report-stack'
467
+
468
+ DailyCostUsageReportStack.isConstruct(x: any)
469
+ ```
470
+
471
+ Checks if `x` is a construct.
472
+
473
+ ###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isConstruct.parameter.x"></a>
474
+
475
+ - *Type:* any
476
+
477
+ Any object.
478
+
479
+ ---
480
+
481
+ ##### `isStack` <a name="isStack" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isStack"></a>
482
+
483
+ ```typescript
484
+ import { DailyCostUsageReportStack } from '@gammarers/aws-daily-cost-usage-report-stack'
485
+
486
+ DailyCostUsageReportStack.isStack(x: any)
487
+ ```
488
+
489
+ Return whether the given object is a Stack.
490
+
491
+ We do attribute detection since we can't reliably use 'instanceof'.
492
+
493
+ ###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.isStack.parameter.x"></a>
494
+
495
+ - *Type:* any
496
+
497
+ ---
498
+
499
+ ##### `of` <a name="of" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.of"></a>
500
+
501
+ ```typescript
502
+ import { DailyCostUsageReportStack } from '@gammarers/aws-daily-cost-usage-report-stack'
503
+
504
+ DailyCostUsageReportStack.of(construct: IConstruct)
505
+ ```
506
+
507
+ Looks up the first stack scope in which `construct` is defined.
508
+
509
+ Fails if there is no stack up the tree.
510
+
511
+ ###### `construct`<sup>Required</sup> <a name="construct" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.of.parameter.construct"></a>
512
+
513
+ - *Type:* constructs.IConstruct
514
+
515
+ The construct to start the search from.
516
+
517
+ ---
518
+
519
+ #### Properties <a name="Properties" id="Properties"></a>
520
+
521
+ | **Name** | **Type** | **Description** |
522
+ | --- | --- | --- |
523
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
524
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.account">account</a></code> | <code>string</code> | The AWS account into which this stack will be deployed. |
525
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.artifactId">artifactId</a></code> | <code>string</code> | The ID of the cloud assembly artifact for this stack. |
526
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.availabilityZones">availabilityZones</a></code> | <code>string[]</code> | Returns the list of AZs that are available in the AWS environment (account/region) associated with this stack. |
527
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.bundlingRequired">bundlingRequired</a></code> | <code>boolean</code> | Indicates whether the stack requires bundling or not. |
528
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.dependencies">dependencies</a></code> | <code>aws-cdk-lib.Stack[]</code> | Return the stacks this stack depends on. |
529
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.environment">environment</a></code> | <code>string</code> | The environment coordinates in which this stack is deployed. |
530
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nested">nested</a></code> | <code>boolean</code> | Indicates if this is a nested stack, in which case `parentStack` will include a reference to it's parent. |
531
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.notificationArns">notificationArns</a></code> | <code>string[]</code> | Returns the list of notification Amazon Resource Names (ARNs) for the current stack. |
532
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.partition">partition</a></code> | <code>string</code> | The partition in which this stack is defined. |
533
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.region">region</a></code> | <code>string</code> | The AWS region into which this stack will be deployed (e.g. `us-west-2`). |
534
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.stackId">stackId</a></code> | <code>string</code> | The ID of the stack. |
535
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.stackName">stackName</a></code> | <code>string</code> | The concrete CloudFormation physical stack name. |
536
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.synthesizer">synthesizer</a></code> | <code>aws-cdk-lib.IStackSynthesizer</code> | Synthesis method for this stack. |
537
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.tags">tags</a></code> | <code>aws-cdk-lib.TagManager</code> | Tags to be applied to the stack. |
538
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.templateFile">templateFile</a></code> | <code>string</code> | The name of the CloudFormation template file emitted to the output directory during synthesis. |
539
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.templateOptions">templateOptions</a></code> | <code>aws-cdk-lib.ITemplateOptions</code> | Options for CloudFormation template (like version, transform, description). |
540
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.urlSuffix">urlSuffix</a></code> | <code>string</code> | The Amazon domain suffix for the region in which this stack is defined. |
541
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nestedStackParent">nestedStackParent</a></code> | <code>aws-cdk-lib.Stack</code> | If this is a nested stack, returns it's parent stack. |
542
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nestedStackResource">nestedStackResource</a></code> | <code>aws-cdk-lib.CfnResource</code> | If this is a nested stack, this represents its `AWS::CloudFormation::Stack` resource. |
543
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.terminationProtection">terminationProtection</a></code> | <code>boolean</code> | Whether termination protection is enabled for this stack. |
544
+
545
+ ---
546
+
547
+ ##### `node`<sup>Required</sup> <a name="node" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.node"></a>
548
+
549
+ ```typescript
550
+ public readonly node: Node;
551
+ ```
552
+
553
+ - *Type:* constructs.Node
554
+
555
+ The tree node.
556
+
557
+ ---
558
+
559
+ ##### `account`<sup>Required</sup> <a name="account" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.account"></a>
560
+
561
+ ```typescript
562
+ public readonly account: string;
563
+ ```
564
+
565
+ - *Type:* string
566
+
567
+ The AWS account into which this stack will be deployed.
568
+
569
+ This value is resolved according to the following rules:
570
+
571
+ 1. The value provided to `env.account` when the stack is defined. This can
572
+ either be a concrete account (e.g. `585695031111`) or the
573
+ `Aws.ACCOUNT_ID` token.
574
+ 3. `Aws.ACCOUNT_ID`, which represents the CloudFormation intrinsic reference
575
+ `{ "Ref": "AWS::AccountId" }` encoded as a string token.
576
+
577
+ Preferably, you should use the return value as an opaque string and not
578
+ attempt to parse it to implement your logic. If you do, you must first
579
+ check that it is a concrete value an not an unresolved token. If this
580
+ value is an unresolved token (`Token.isUnresolved(stack.account)` returns
581
+ `true`), this implies that the user wishes that this stack will synthesize
582
+ into an **account-agnostic template**. In this case, your code should either
583
+ fail (throw an error, emit a synth error using `Annotations.of(construct).addError()`) or
584
+ implement some other account-agnostic behavior.
585
+
586
+ ---
587
+
588
+ ##### `artifactId`<sup>Required</sup> <a name="artifactId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.artifactId"></a>
589
+
590
+ ```typescript
591
+ public readonly artifactId: string;
592
+ ```
593
+
594
+ - *Type:* string
595
+
596
+ The ID of the cloud assembly artifact for this stack.
597
+
598
+ ---
599
+
600
+ ##### `availabilityZones`<sup>Required</sup> <a name="availabilityZones" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.availabilityZones"></a>
601
+
602
+ ```typescript
603
+ public readonly availabilityZones: string[];
604
+ ```
605
+
606
+ - *Type:* string[]
607
+
608
+ Returns the list of AZs that are available in the AWS environment (account/region) associated with this stack.
609
+
610
+ If the stack is environment-agnostic (either account and/or region are
611
+ tokens), this property will return an array with 2 tokens that will resolve
612
+ at deploy-time to the first two availability zones returned from CloudFormation's
613
+ `Fn::GetAZs` intrinsic function.
614
+
615
+ If they are not available in the context, returns a set of dummy values and
616
+ reports them as missing, and let the CLI resolve them by calling EC2
617
+ `DescribeAvailabilityZones` on the target environment.
618
+
619
+ To specify a different strategy for selecting availability zones override this method.
620
+
621
+ ---
622
+
623
+ ##### `bundlingRequired`<sup>Required</sup> <a name="bundlingRequired" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.bundlingRequired"></a>
624
+
625
+ ```typescript
626
+ public readonly bundlingRequired: boolean;
627
+ ```
628
+
629
+ - *Type:* boolean
630
+
631
+ Indicates whether the stack requires bundling or not.
632
+
633
+ ---
634
+
635
+ ##### `dependencies`<sup>Required</sup> <a name="dependencies" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.dependencies"></a>
636
+
637
+ ```typescript
638
+ public readonly dependencies: Stack[];
639
+ ```
640
+
641
+ - *Type:* aws-cdk-lib.Stack[]
642
+
643
+ Return the stacks this stack depends on.
644
+
645
+ ---
646
+
647
+ ##### `environment`<sup>Required</sup> <a name="environment" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.environment"></a>
648
+
649
+ ```typescript
650
+ public readonly environment: string;
651
+ ```
652
+
653
+ - *Type:* string
654
+
655
+ The environment coordinates in which this stack is deployed.
656
+
657
+ In the form
658
+ `aws://account/region`. Use `stack.account` and `stack.region` to obtain
659
+ the specific values, no need to parse.
660
+
661
+ You can use this value to determine if two stacks are targeting the same
662
+ environment.
663
+
664
+ If either `stack.account` or `stack.region` are not concrete values (e.g.
665
+ `Aws.ACCOUNT_ID` or `Aws.REGION`) the special strings `unknown-account` and/or
666
+ `unknown-region` will be used respectively to indicate this stack is
667
+ region/account-agnostic.
668
+
669
+ ---
670
+
671
+ ##### `nested`<sup>Required</sup> <a name="nested" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nested"></a>
672
+
673
+ ```typescript
674
+ public readonly nested: boolean;
675
+ ```
676
+
677
+ - *Type:* boolean
678
+
679
+ Indicates if this is a nested stack, in which case `parentStack` will include a reference to it's parent.
680
+
681
+ ---
682
+
683
+ ##### `notificationArns`<sup>Required</sup> <a name="notificationArns" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.notificationArns"></a>
684
+
685
+ ```typescript
686
+ public readonly notificationArns: string[];
687
+ ```
688
+
689
+ - *Type:* string[]
690
+
691
+ Returns the list of notification Amazon Resource Names (ARNs) for the current stack.
692
+
693
+ ---
694
+
695
+ ##### `partition`<sup>Required</sup> <a name="partition" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.partition"></a>
696
+
697
+ ```typescript
698
+ public readonly partition: string;
699
+ ```
700
+
701
+ - *Type:* string
702
+
703
+ The partition in which this stack is defined.
704
+
705
+ ---
706
+
707
+ ##### `region`<sup>Required</sup> <a name="region" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.region"></a>
708
+
709
+ ```typescript
710
+ public readonly region: string;
711
+ ```
712
+
713
+ - *Type:* string
714
+
715
+ The AWS region into which this stack will be deployed (e.g. `us-west-2`).
716
+
717
+ This value is resolved according to the following rules:
718
+
719
+ 1. The value provided to `env.region` when the stack is defined. This can
720
+ either be a concrete region (e.g. `us-west-2`) or the `Aws.REGION`
721
+ token.
722
+ 3. `Aws.REGION`, which is represents the CloudFormation intrinsic reference
723
+ `{ "Ref": "AWS::Region" }` encoded as a string token.
724
+
725
+ Preferably, you should use the return value as an opaque string and not
726
+ attempt to parse it to implement your logic. If you do, you must first
727
+ check that it is a concrete value an not an unresolved token. If this
728
+ value is an unresolved token (`Token.isUnresolved(stack.region)` returns
729
+ `true`), this implies that the user wishes that this stack will synthesize
730
+ into a **region-agnostic template**. In this case, your code should either
731
+ fail (throw an error, emit a synth error using `Annotations.of(construct).addError()`) or
732
+ implement some other region-agnostic behavior.
733
+
734
+ ---
735
+
736
+ ##### `stackId`<sup>Required</sup> <a name="stackId" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.stackId"></a>
737
+
738
+ ```typescript
739
+ public readonly stackId: string;
740
+ ```
741
+
742
+ - *Type:* string
743
+
744
+ The ID of the stack.
745
+
746
+ ---
747
+
748
+ *Example*
749
+
750
+ ```typescript
751
+ // After resolving, looks like
752
+ 'arn:aws:cloudformation:us-west-2:123456789012:stack/teststack/51af3dc0-da77-11e4-872e-1234567db123'
753
+ ```
754
+
755
+
756
+ ##### `stackName`<sup>Required</sup> <a name="stackName" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.stackName"></a>
757
+
758
+ ```typescript
759
+ public readonly stackName: string;
760
+ ```
761
+
762
+ - *Type:* string
763
+
764
+ The concrete CloudFormation physical stack name.
765
+
766
+ This is either the name defined explicitly in the `stackName` prop or
767
+ allocated based on the stack's location in the construct tree. Stacks that
768
+ are directly defined under the app use their construct `id` as their stack
769
+ name. Stacks that are defined deeper within the tree will use a hashed naming
770
+ scheme based on the construct path to ensure uniqueness.
771
+
772
+ If you wish to obtain the deploy-time AWS::StackName intrinsic,
773
+ you can use `Aws.STACK_NAME` directly.
774
+
775
+ ---
776
+
777
+ ##### `synthesizer`<sup>Required</sup> <a name="synthesizer" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.synthesizer"></a>
778
+
779
+ ```typescript
780
+ public readonly synthesizer: IStackSynthesizer;
781
+ ```
782
+
783
+ - *Type:* aws-cdk-lib.IStackSynthesizer
784
+
785
+ Synthesis method for this stack.
786
+
787
+ ---
788
+
789
+ ##### `tags`<sup>Required</sup> <a name="tags" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.tags"></a>
790
+
791
+ ```typescript
792
+ public readonly tags: TagManager;
793
+ ```
794
+
795
+ - *Type:* aws-cdk-lib.TagManager
796
+
797
+ Tags to be applied to the stack.
798
+
799
+ ---
800
+
801
+ ##### `templateFile`<sup>Required</sup> <a name="templateFile" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.templateFile"></a>
802
+
803
+ ```typescript
804
+ public readonly templateFile: string;
805
+ ```
806
+
807
+ - *Type:* string
808
+
809
+ The name of the CloudFormation template file emitted to the output directory during synthesis.
810
+
811
+ Example value: `MyStack.template.json`
812
+
813
+ ---
814
+
815
+ ##### `templateOptions`<sup>Required</sup> <a name="templateOptions" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.templateOptions"></a>
816
+
817
+ ```typescript
818
+ public readonly templateOptions: ITemplateOptions;
819
+ ```
820
+
821
+ - *Type:* aws-cdk-lib.ITemplateOptions
822
+
823
+ Options for CloudFormation template (like version, transform, description).
824
+
825
+ ---
826
+
827
+ ##### `urlSuffix`<sup>Required</sup> <a name="urlSuffix" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.urlSuffix"></a>
828
+
829
+ ```typescript
830
+ public readonly urlSuffix: string;
831
+ ```
832
+
833
+ - *Type:* string
834
+
835
+ The Amazon domain suffix for the region in which this stack is defined.
836
+
837
+ ---
838
+
839
+ ##### `nestedStackParent`<sup>Optional</sup> <a name="nestedStackParent" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nestedStackParent"></a>
840
+
841
+ ```typescript
842
+ public readonly nestedStackParent: Stack;
843
+ ```
844
+
845
+ - *Type:* aws-cdk-lib.Stack
846
+
847
+ If this is a nested stack, returns it's parent stack.
848
+
849
+ ---
850
+
851
+ ##### `nestedStackResource`<sup>Optional</sup> <a name="nestedStackResource" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.nestedStackResource"></a>
852
+
853
+ ```typescript
854
+ public readonly nestedStackResource: CfnResource;
855
+ ```
856
+
857
+ - *Type:* aws-cdk-lib.CfnResource
858
+
859
+ If this is a nested stack, this represents its `AWS::CloudFormation::Stack` resource.
860
+
861
+ `undefined` for top-level (non-nested) stacks.
862
+
863
+ ---
864
+
865
+ ##### `terminationProtection`<sup>Required</sup> <a name="terminationProtection" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStack.property.terminationProtection"></a>
866
+
867
+ ```typescript
868
+ public readonly terminationProtection: boolean;
869
+ ```
870
+
871
+ - *Type:* boolean
872
+
873
+ Whether termination protection is enabled for this stack.
874
+
875
+ ---
876
+
877
+
878
+ ## Structs <a name="Structs" id="Structs"></a>
879
+
880
+ ### DailyCostUsageReportStackProps <a name="DailyCostUsageReportStackProps" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps"></a>
881
+
882
+ #### Initializer <a name="Initializer" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.Initializer"></a>
883
+
884
+ ```typescript
885
+ import { DailyCostUsageReportStackProps } from '@gammarers/aws-daily-cost-usage-report-stack'
886
+
887
+ const dailyCostUsageReportStackProps: DailyCostUsageReportStackProps = { ... }
888
+ ```
889
+
890
+ #### Properties <a name="Properties" id="Properties"></a>
891
+
892
+ | **Name** | **Type** | **Description** |
893
+ | --- | --- | --- |
894
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.costGroupType">costGroupType</a></code> | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.CostGroupType">CostGroupType</a></code> | *No description.* |
895
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.slackChannel">slackChannel</a></code> | <code>string</code> | *No description.* |
896
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.slackToken">slackToken</a></code> | <code>string</code> | *No description.* |
897
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.scheduleTimezone">scheduleTimezone</a></code> | <code>string</code> | *No description.* |
898
+
899
+ ---
900
+
901
+ ##### `costGroupType`<sup>Required</sup> <a name="costGroupType" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.costGroupType"></a>
902
+
903
+ ```typescript
904
+ public readonly costGroupType: CostGroupType;
905
+ ```
906
+
907
+ - *Type:* <a href="#@gammarers/aws-daily-cost-usage-report-stack.CostGroupType">CostGroupType</a>
908
+
909
+ ---
910
+
911
+ ##### `slackChannel`<sup>Required</sup> <a name="slackChannel" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.slackChannel"></a>
912
+
913
+ ```typescript
914
+ public readonly slackChannel: string;
915
+ ```
916
+
917
+ - *Type:* string
918
+
919
+ ---
920
+
921
+ ##### `slackToken`<sup>Required</sup> <a name="slackToken" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.slackToken"></a>
922
+
923
+ ```typescript
924
+ public readonly slackToken: string;
925
+ ```
926
+
927
+ - *Type:* string
928
+
929
+ ---
930
+
931
+ ##### `scheduleTimezone`<sup>Optional</sup> <a name="scheduleTimezone" id="@gammarers/aws-daily-cost-usage-report-stack.DailyCostUsageReportStackProps.property.scheduleTimezone"></a>
932
+
933
+ ```typescript
934
+ public readonly scheduleTimezone: string;
935
+ ```
936
+
937
+ - *Type:* string
938
+
939
+ ---
940
+
941
+
942
+
943
+ ## Enums <a name="Enums" id="Enums"></a>
944
+
945
+ ### CostGroupType <a name="CostGroupType" id="@gammarers/aws-daily-cost-usage-report-stack.CostGroupType"></a>
946
+
947
+ #### Members <a name="Members" id="Members"></a>
948
+
949
+ | **Name** | **Description** |
950
+ | --- | --- |
951
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.CostGroupType.ACCOUNTS">ACCOUNTS</a></code> | *No description.* |
952
+ | <code><a href="#@gammarers/aws-daily-cost-usage-report-stack.CostGroupType.SERVICES">SERVICES</a></code> | *No description.* |
953
+
954
+ ---
955
+
956
+ ##### `ACCOUNTS` <a name="ACCOUNTS" id="@gammarers/aws-daily-cost-usage-report-stack.CostGroupType.ACCOUNTS"></a>
957
+
958
+ ---
959
+
960
+
961
+ ##### `SERVICES` <a name="SERVICES" id="@gammarers/aws-daily-cost-usage-report-stack.CostGroupType.SERVICES"></a>
962
+
963
+ ---
964
+