@cdktn/provider-generator 0.23.1 → 0.24.0-pre.11
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/build/get/__tests__/generator/import-style.test.d.ts +2 -0
- package/build/get/__tests__/generator/import-style.test.js +101 -0
- package/build/get/__tests__/generator/module-generator.test.js +12 -12
- package/build/get/constructs-maker.d.ts +5 -1
- package/build/get/constructs-maker.js +5 -2
- package/build/get/generator/emitter/struct-emitter.d.ts +2 -1
- package/build/get/generator/emitter/struct-emitter.js +12 -9
- package/build/get/generator/module-generator.js +3 -3
- package/build/get/generator/provider-generator.d.ts +9 -1
- package/build/get/generator/provider-generator.js +9 -6
- package/package.json +3 -3
- package/src/__tests__/__snapshots__/edge-provider-schema.test.ts.snap +8 -8
- package/src/__tests__/__snapshots__/provider.test.ts.snap +617 -617
- package/src/get/__tests__/generator/__snapshots__/complex-computed-types.test.ts.snap +1 -1
- package/src/get/__tests__/generator/__snapshots__/export-sharding.test.ts.snap +268 -268
- package/src/get/__tests__/generator/__snapshots__/module-generator.test.ts.snap +355 -355
- package/src/get/__tests__/generator/__snapshots__/nested-types.test.ts.snap +2 -2
- package/src/get/__tests__/generator/__snapshots__/resource-types.test.ts.snap +20 -20
- package/src/get/__tests__/generator/__snapshots__/skipped-attributes.test.ts.snap +3 -3
- package/src/get/__tests__/generator/__snapshots__/types.test.ts.snap +31 -31
|
@@ -612,7 +612,7 @@ export class ChildOrganizationApiKeyList extends cdktn.ComplexList {
|
|
|
612
612
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
613
613
|
*/
|
|
614
614
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
615
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
615
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
/**
|
|
@@ -697,7 +697,7 @@ export class ChildOrganizationApplicationKeyList extends cdktn.ComplexList {
|
|
|
697
697
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
698
698
|
*/
|
|
699
699
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
700
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
700
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
/**
|
|
@@ -772,7 +772,7 @@ export class ChildOrganizationSettingsSamlList extends cdktn.ComplexList {
|
|
|
772
772
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
773
773
|
*/
|
|
774
774
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
775
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
775
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
776
776
|
}
|
|
777
777
|
|
|
778
778
|
/**
|
|
@@ -852,7 +852,7 @@ export class ChildOrganizationSettingsSamlAutocreateUsersDomainsList extends cdk
|
|
|
852
852
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
853
853
|
*/
|
|
854
854
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
855
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
855
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
/**
|
|
@@ -927,7 +927,7 @@ export class ChildOrganizationSettingsSamlIdpInitiatedLoginList extends cdktn.Co
|
|
|
927
927
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
928
928
|
*/
|
|
929
929
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
930
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
930
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
931
931
|
}
|
|
932
932
|
|
|
933
933
|
/**
|
|
@@ -1002,7 +1002,7 @@ export class ChildOrganizationSettingsSamlStrictModeList extends cdktn.ComplexLi
|
|
|
1002
1002
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1003
1003
|
*/
|
|
1004
1004
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1005
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1005
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
1008
|
/**
|
|
@@ -1126,7 +1126,7 @@ export class ChildOrganizationSettingsList extends cdktn.ComplexList {
|
|
|
1126
1126
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1127
1127
|
*/
|
|
1128
1128
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1129
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1129
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
/**
|
|
@@ -1211,7 +1211,7 @@ export class ChildOrganizationUserList extends cdktn.ComplexList {
|
|
|
1211
1211
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1212
1212
|
*/
|
|
1213
1213
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1214
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1214
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
@@ -1994,7 +1994,7 @@ export class DashboardListDashItemList extends cdktn.ComplexList {
|
|
|
1994
1994
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1995
1995
|
*/
|
|
1996
1996
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1997
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1997
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
1998
1998
|
}
|
|
1999
1999
|
|
|
2000
2000
|
/**
|
|
@@ -2153,15 +2153,15 @@ export class DashboardList extends cdktn.TerraformResource {
|
|
|
2153
2153
|
|
|
2154
2154
|
Refer to the Terraform Registry for docs: [\`datadog_dashboard\`](https://registry.terraform.io/providers/datadog/datadog/3.12.0/docs/resources/dashboard).
|
|
2155
2155
|
",
|
|
2156
|
-
"providers/datadog/dashboard/index-structs/index.ts": "export * from './structs0'
|
|
2157
|
-
export * from './structs400'
|
|
2158
|
-
export * from './structs800'
|
|
2159
|
-
export * from './structs1200'
|
|
2160
|
-
export * from './structs1600'
|
|
2161
|
-
export * from './structs2000'
|
|
2162
|
-
export * from './structs2400'
|
|
2163
|
-
export * from './structs2800'
|
|
2164
|
-
export * from './structs3200'
|
|
2156
|
+
"providers/datadog/dashboard/index-structs/index.ts": "export * from './structs0';
|
|
2157
|
+
export * from './structs400';
|
|
2158
|
+
export * from './structs800';
|
|
2159
|
+
export * from './structs1200';
|
|
2160
|
+
export * from './structs1600';
|
|
2161
|
+
export * from './structs2000';
|
|
2162
|
+
export * from './structs2400';
|
|
2163
|
+
export * from './structs2800';
|
|
2164
|
+
export * from './structs3200';
|
|
2165
2165
|
",
|
|
2166
2166
|
"providers/datadog/dashboard/index-structs/structs0.ts": "import * as cdktn from 'cdktn';
|
|
2167
2167
|
export interface DashboardTemplateVariable {
|
|
@@ -2374,7 +2374,7 @@ export class DashboardTemplateVariableList extends cdktn.ComplexList {
|
|
|
2374
2374
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
2375
2375
|
*/
|
|
2376
2376
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2377
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2377
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
2378
2378
|
}
|
|
2379
2379
|
|
|
2380
2380
|
/**
|
|
@@ -2527,7 +2527,7 @@ export class DashboardTemplateVariablePresetTemplateVariableList extends cdktn.C
|
|
|
2527
2527
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
2528
2528
|
*/
|
|
2529
2529
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2530
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2530
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
2531
2531
|
}
|
|
2532
2532
|
|
|
2533
2533
|
/**
|
|
@@ -2680,7 +2680,7 @@ export class DashboardTemplateVariablePresetList extends cdktn.ComplexList {
|
|
|
2680
2680
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
2681
2681
|
*/
|
|
2682
2682
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2683
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2683
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
2684
2684
|
}
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
@@ -3451,7 +3451,7 @@ export class DashboardWidgetChangeDefinitionCustomLinkList extends cdktn.Complex
|
|
|
3451
3451
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3452
3452
|
*/
|
|
3453
3453
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3454
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3454
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
3455
3455
|
}
|
|
3456
3456
|
|
|
3457
3457
|
/**
|
|
@@ -3942,7 +3942,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryGroupByList extends c
|
|
|
3942
3942
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3943
3943
|
*/
|
|
3944
3944
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3945
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3945
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
3946
3946
|
}
|
|
3947
3947
|
|
|
3948
3948
|
/**
|
|
@@ -4127,7 +4127,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList exte
|
|
|
4127
4127
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
4128
4128
|
*/
|
|
4129
4129
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4130
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4130
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
4131
4131
|
}
|
|
4132
4132
|
|
|
4133
4133
|
/**
|
|
@@ -4739,7 +4739,7 @@ export class DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList
|
|
|
4739
4739
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
4740
4740
|
*/
|
|
4741
4741
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4742
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4742
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
4743
4743
|
}
|
|
4744
4744
|
|
|
4745
4745
|
/**
|
|
@@ -5115,7 +5115,7 @@ export class DashboardWidgetChangeDefinitionRequestFormulaList extends cdktn.Com
|
|
|
5115
5115
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5116
5116
|
*/
|
|
5117
5117
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5118
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5118
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
5119
5119
|
}
|
|
5120
5120
|
|
|
5121
5121
|
/**
|
|
@@ -5606,7 +5606,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryGroupByList extends c
|
|
|
5606
5606
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5607
5607
|
*/
|
|
5608
5608
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5609
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5609
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
5610
5610
|
}
|
|
5611
5611
|
|
|
5612
5612
|
/**
|
|
@@ -5791,7 +5791,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList exte
|
|
|
5791
5791
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5792
5792
|
*/
|
|
5793
5793
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5794
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5794
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
5795
5795
|
}
|
|
5796
5796
|
|
|
5797
5797
|
/**
|
|
@@ -7153,7 +7153,7 @@ export class DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList ex
|
|
|
7153
7153
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7154
7154
|
*/
|
|
7155
7155
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7156
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7156
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
7157
7157
|
}
|
|
7158
7158
|
|
|
7159
7159
|
/**
|
|
@@ -7491,7 +7491,7 @@ export class DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList ex
|
|
|
7491
7491
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7492
7492
|
*/
|
|
7493
7493
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7494
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7494
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
7495
7495
|
}
|
|
7496
7496
|
|
|
7497
7497
|
/**
|
|
@@ -8626,7 +8626,7 @@ export class DashboardWidgetChangeDefinitionRequestQueryList extends cdktn.Compl
|
|
|
8626
8626
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
8627
8627
|
*/
|
|
8628
8628
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
8629
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
8629
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
8630
8630
|
}
|
|
8631
8631
|
|
|
8632
8632
|
/**
|
|
@@ -9117,7 +9117,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryGroupByList extends c
|
|
|
9117
9117
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
9118
9118
|
*/
|
|
9119
9119
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
9120
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
9120
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
9121
9121
|
}
|
|
9122
9122
|
|
|
9123
9123
|
/**
|
|
@@ -9302,7 +9302,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList exte
|
|
|
9302
9302
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
9303
9303
|
*/
|
|
9304
9304
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
9305
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
9305
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
9306
9306
|
}
|
|
9307
9307
|
|
|
9308
9308
|
/**
|
|
@@ -10016,7 +10016,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList exte
|
|
|
10016
10016
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
10017
10017
|
*/
|
|
10018
10018
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10019
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10019
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
10020
10020
|
}
|
|
10021
10021
|
|
|
10022
10022
|
/**
|
|
@@ -10201,7 +10201,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList
|
|
|
10201
10201
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
10202
10202
|
*/
|
|
10203
10203
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10204
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10204
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
10205
10205
|
}
|
|
10206
10206
|
|
|
10207
10207
|
/**
|
|
@@ -10997,7 +10997,7 @@ export class DashboardWidgetChangeDefinitionRequestList extends cdktn.ComplexLis
|
|
|
10997
10997
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
10998
10998
|
*/
|
|
10999
10999
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
11000
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
11000
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
11001
11001
|
}
|
|
11002
11002
|
|
|
11003
11003
|
/**
|
|
@@ -12109,7 +12109,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList ext
|
|
|
12109
12109
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
12110
12110
|
*/
|
|
12111
12111
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12112
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12112
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
12113
12113
|
}
|
|
12114
12114
|
|
|
12115
12115
|
/**
|
|
@@ -12294,7 +12294,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeLis
|
|
|
12294
12294
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
12295
12295
|
*/
|
|
12296
12296
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12297
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12297
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
12298
12298
|
}
|
|
12299
12299
|
|
|
12300
12300
|
/**
|
|
@@ -12737,7 +12737,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsLis
|
|
|
12737
12737
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
12738
12738
|
*/
|
|
12739
12739
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12740
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12740
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
12741
12741
|
}
|
|
12742
12742
|
|
|
12743
12743
|
/**
|
|
@@ -13509,7 +13509,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList ext
|
|
|
13509
13509
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
13510
13510
|
*/
|
|
13511
13511
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
13512
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
13512
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
13513
13513
|
}
|
|
13514
13514
|
|
|
13515
13515
|
/**
|
|
@@ -13694,7 +13694,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeLis
|
|
|
13694
13694
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
13695
13695
|
*/
|
|
13696
13696
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
13697
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
13697
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
13698
13698
|
}
|
|
13699
13699
|
|
|
13700
13700
|
/**
|
|
@@ -14596,7 +14596,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList ext
|
|
|
14596
14596
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
14597
14597
|
*/
|
|
14598
14598
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
14599
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
14599
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
14600
14600
|
}
|
|
14601
14601
|
|
|
14602
14602
|
/**
|
|
@@ -14781,7 +14781,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeLis
|
|
|
14781
14781
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
14782
14782
|
*/
|
|
14783
14783
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
14784
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
14784
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
14785
14785
|
}
|
|
14786
14786
|
|
|
14787
14787
|
/**
|
|
@@ -15495,7 +15495,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByLis
|
|
|
15495
15495
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
15496
15496
|
*/
|
|
15497
15497
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
15498
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
15498
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
15499
15499
|
}
|
|
15500
15500
|
|
|
15501
15501
|
/**
|
|
@@ -15680,7 +15680,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompu
|
|
|
15680
15680
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
15681
15681
|
*/
|
|
15682
15682
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
15683
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
15683
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
15684
15684
|
}
|
|
15685
15685
|
|
|
15686
15686
|
/**
|
|
@@ -16352,7 +16352,7 @@ export class DashboardWidgetDistributionDefinitionRequestList extends cdktn.Comp
|
|
|
16352
16352
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
16353
16353
|
*/
|
|
16354
16354
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
16355
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
16355
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
16356
16356
|
}
|
|
16357
16357
|
|
|
16358
16358
|
/**
|
|
@@ -17610,7 +17610,7 @@ export class DashboardWidgetGeomapDefinitionCustomLinkList extends cdktn.Complex
|
|
|
17610
17610
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
17611
17611
|
*/
|
|
17612
17612
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
17613
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
17613
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
17614
17614
|
}
|
|
17615
17615
|
|
|
17616
17616
|
/**
|
|
@@ -17999,7 +17999,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList
|
|
|
17999
17999
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
18000
18000
|
*/
|
|
18001
18001
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
18002
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
18002
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
18003
18003
|
}
|
|
18004
18004
|
|
|
18005
18005
|
/**
|
|
@@ -18375,7 +18375,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaList extends cdktn.Com
|
|
|
18375
18375
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
18376
18376
|
*/
|
|
18377
18377
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
18378
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
18378
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
18379
18379
|
}
|
|
18380
18380
|
|
|
18381
18381
|
/**
|
|
@@ -18866,7 +18866,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList extends c
|
|
|
18866
18866
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
18867
18867
|
*/
|
|
18868
18868
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
18869
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
18869
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
18870
18870
|
}
|
|
18871
18871
|
|
|
18872
18872
|
/**
|
|
@@ -19051,7 +19051,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList exte
|
|
|
19051
19051
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
19052
19052
|
*/
|
|
19053
19053
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
19054
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
19054
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
19055
19055
|
}
|
|
19056
19056
|
|
|
19057
19057
|
/**
|
|
@@ -20225,7 +20225,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList ex
|
|
|
20225
20225
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
20226
20226
|
*/
|
|
20227
20227
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
20228
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
20228
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
20229
20229
|
}
|
|
20230
20230
|
|
|
20231
20231
|
/**
|
|
@@ -20563,7 +20563,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList ex
|
|
|
20563
20563
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
20564
20564
|
*/
|
|
20565
20565
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
20566
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
20566
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
20567
20567
|
}
|
|
20568
20568
|
|
|
20569
20569
|
/**
|
|
@@ -21698,7 +21698,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryList extends cdktn.Compl
|
|
|
21698
21698
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
21699
21699
|
*/
|
|
21700
21700
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
21701
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
21701
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
21702
21702
|
}
|
|
21703
21703
|
|
|
21704
21704
|
/**
|
|
@@ -22189,7 +22189,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList extends c
|
|
|
22189
22189
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
22190
22190
|
*/
|
|
22191
22191
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22192
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22192
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
22193
22193
|
}
|
|
22194
22194
|
|
|
22195
22195
|
/**
|
|
@@ -22374,7 +22374,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList exte
|
|
|
22374
22374
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
22375
22375
|
*/
|
|
22376
22376
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22377
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22377
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
22378
22378
|
}
|
|
22379
22379
|
|
|
22380
22380
|
/**
|
|
@@ -22855,7 +22855,7 @@ export class DashboardWidgetGeomapDefinitionRequestList extends cdktn.ComplexLis
|
|
|
22855
22855
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
22856
22856
|
*/
|
|
22857
22857
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22858
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22858
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
22859
22859
|
}
|
|
22860
22860
|
|
|
22861
22861
|
/**
|
|
@@ -24152,7 +24152,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList
|
|
|
24152
24152
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
24153
24153
|
*/
|
|
24154
24154
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
24155
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
24155
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
24156
24156
|
}
|
|
24157
24157
|
|
|
24158
24158
|
/**
|
|
@@ -24643,7 +24643,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
|
|
|
24643
24643
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
24644
24644
|
*/
|
|
24645
24645
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
24646
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
24646
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
24647
24647
|
}
|
|
24648
24648
|
|
|
24649
24649
|
/**
|
|
@@ -24828,7 +24828,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
|
|
|
24828
24828
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
24829
24829
|
*/
|
|
24830
24830
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
24831
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
24831
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
24832
24832
|
}
|
|
24833
24833
|
|
|
24834
24834
|
/**
|
|
@@ -25440,7 +25440,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaC
|
|
|
25440
25440
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
25441
25441
|
*/
|
|
25442
25442
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
25443
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
25443
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
25444
25444
|
}
|
|
25445
25445
|
|
|
25446
25446
|
/**
|
|
@@ -25816,7 +25816,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaL
|
|
|
25816
25816
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
25817
25817
|
*/
|
|
25818
25818
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
25819
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
25819
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
25820
25820
|
}
|
|
25821
25821
|
|
|
25822
25822
|
/**
|
|
@@ -26307,7 +26307,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
|
|
|
26307
26307
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
26308
26308
|
*/
|
|
26309
26309
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
26310
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
26310
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
26311
26311
|
}
|
|
26312
26312
|
|
|
26313
26313
|
/**
|
|
@@ -26492,7 +26492,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
|
|
|
26492
26492
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
26493
26493
|
*/
|
|
26494
26494
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
26495
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
26495
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
26496
26496
|
}
|
|
26497
26497
|
|
|
26498
26498
|
/**
|
|
@@ -27330,7 +27330,7 @@ DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputRef
|
|
|
27330
27330
|
DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink,
|
|
27331
27331
|
dashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkToTerraform,
|
|
27332
27332
|
dashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkToHclTerraform,
|
|
27333
|
-
DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList } from './structs800'
|
|
27333
|
+
DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList } from './structs800';
|
|
27334
27334
|
export interface DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery {
|
|
27335
27335
|
/**
|
|
27336
27336
|
* The aggregation method.
|
|
@@ -27812,7 +27812,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecu
|
|
|
27812
27812
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
27813
27813
|
*/
|
|
27814
27814
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
27815
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
27815
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
27816
27816
|
}
|
|
27817
27817
|
|
|
27818
27818
|
/**
|
|
@@ -27997,7 +27997,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecu
|
|
|
27997
27997
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
27998
27998
|
*/
|
|
27999
27999
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
28000
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
28000
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
28001
28001
|
}
|
|
28002
28002
|
|
|
28003
28003
|
/**
|
|
@@ -28688,7 +28688,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList
|
|
|
28688
28688
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
28689
28689
|
*/
|
|
28690
28690
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
28691
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
28691
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
28692
28692
|
}
|
|
28693
28693
|
|
|
28694
28694
|
/**
|
|
@@ -29691,7 +29691,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink
|
|
|
29691
29691
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
29692
29692
|
*/
|
|
29693
29693
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
29694
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
29694
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
29695
29695
|
}
|
|
29696
29696
|
|
|
29697
29697
|
/**
|
|
@@ -29873,7 +29873,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestSca
|
|
|
29873
29873
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
29874
29874
|
*/
|
|
29875
29875
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
29876
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
29876
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
29877
29877
|
}
|
|
29878
29878
|
|
|
29879
29879
|
/**
|
|
@@ -30824,7 +30824,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestSca
|
|
|
30824
30824
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
30825
30825
|
*/
|
|
30826
30826
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
30827
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
30827
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
30828
30828
|
}
|
|
30829
30829
|
|
|
30830
30830
|
/**
|
|
@@ -31162,7 +31162,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestSca
|
|
|
31162
31162
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
31163
31163
|
*/
|
|
31164
31164
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
31165
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
31165
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
31166
31166
|
}
|
|
31167
31167
|
|
|
31168
31168
|
/**
|
|
@@ -32297,7 +32297,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestSca
|
|
|
32297
32297
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
32298
32298
|
*/
|
|
32299
32299
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
32300
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
32300
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
32301
32301
|
}
|
|
32302
32302
|
|
|
32303
32303
|
/**
|
|
@@ -32450,7 +32450,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestSca
|
|
|
32450
32450
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
32451
32451
|
*/
|
|
32452
32452
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
32453
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
32453
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
32454
32454
|
}
|
|
32455
32455
|
|
|
32456
32456
|
/**
|
|
@@ -32941,7 +32941,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXAp
|
|
|
32941
32941
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
32942
32942
|
*/
|
|
32943
32943
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
32944
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
32944
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
32945
32945
|
}
|
|
32946
32946
|
|
|
32947
32947
|
/**
|
|
@@ -33126,7 +33126,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXAp
|
|
|
33126
33126
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
33127
33127
|
*/
|
|
33128
33128
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
33129
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
33129
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
33130
33130
|
}
|
|
33131
33131
|
|
|
33132
33132
|
/**
|
|
@@ -33840,7 +33840,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLo
|
|
|
33840
33840
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
33841
33841
|
*/
|
|
33842
33842
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
33843
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
33843
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
33844
33844
|
}
|
|
33845
33845
|
|
|
33846
33846
|
/**
|
|
@@ -34025,7 +34025,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLo
|
|
|
34025
34025
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
34026
34026
|
*/
|
|
34027
34027
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
34028
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
34028
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
34029
34029
|
}
|
|
34030
34030
|
|
|
34031
34031
|
/**
|
|
@@ -34927,7 +34927,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRu
|
|
|
34927
34927
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
34928
34928
|
*/
|
|
34929
34929
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
34930
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
34930
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
34931
34931
|
}
|
|
34932
34932
|
|
|
34933
34933
|
/**
|
|
@@ -35112,7 +35112,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRu
|
|
|
35112
35112
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
35113
35113
|
*/
|
|
35114
35114
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35115
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35115
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
35116
35116
|
}
|
|
35117
35117
|
|
|
35118
35118
|
/**
|
|
@@ -35826,7 +35826,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSe
|
|
|
35826
35826
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
35827
35827
|
*/
|
|
35828
35828
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35829
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35829
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
35830
35830
|
}
|
|
35831
35831
|
|
|
35832
35832
|
/**
|
|
@@ -36011,7 +36011,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSe
|
|
|
36011
36011
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
36012
36012
|
*/
|
|
36013
36013
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
36014
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
36014
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
36015
36015
|
}
|
|
36016
36016
|
|
|
36017
36017
|
/**
|
|
@@ -36562,7 +36562,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLi
|
|
|
36562
36562
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
36563
36563
|
*/
|
|
36564
36564
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
36565
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
36565
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
36566
36566
|
}
|
|
36567
36567
|
|
|
36568
36568
|
/**
|
|
@@ -37053,7 +37053,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYAp
|
|
|
37053
37053
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
37054
37054
|
*/
|
|
37055
37055
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
37056
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
37056
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
37057
37057
|
}
|
|
37058
37058
|
|
|
37059
37059
|
/**
|
|
@@ -37238,7 +37238,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYAp
|
|
|
37238
37238
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
37239
37239
|
*/
|
|
37240
37240
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
37241
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
37241
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
37242
37242
|
}
|
|
37243
37243
|
|
|
37244
37244
|
/**
|
|
@@ -37952,7 +37952,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLo
|
|
|
37952
37952
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
37953
37953
|
*/
|
|
37954
37954
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
37955
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
37955
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
37956
37956
|
}
|
|
37957
37957
|
|
|
37958
37958
|
/**
|
|
@@ -38137,7 +38137,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLo
|
|
|
38137
38137
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
38138
38138
|
*/
|
|
38139
38139
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
38140
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
38140
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
38141
38141
|
}
|
|
38142
38142
|
|
|
38143
38143
|
/**
|
|
@@ -39039,7 +39039,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRu
|
|
|
39039
39039
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
39040
39040
|
*/
|
|
39041
39041
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
39042
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
39042
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
39043
39043
|
}
|
|
39044
39044
|
|
|
39045
39045
|
/**
|
|
@@ -39224,7 +39224,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRu
|
|
|
39224
39224
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
39225
39225
|
*/
|
|
39226
39226
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
39227
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
39227
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
39228
39228
|
}
|
|
39229
39229
|
|
|
39230
39230
|
/**
|
|
@@ -39938,7 +39938,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSe
|
|
|
39938
39938
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
39939
39939
|
*/
|
|
39940
39940
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
39941
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
39941
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
39942
39942
|
}
|
|
39943
39943
|
|
|
39944
39944
|
/**
|
|
@@ -40123,7 +40123,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSe
|
|
|
40123
40123
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
40124
40124
|
*/
|
|
40125
40125
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
40126
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
40126
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
40127
40127
|
}
|
|
40128
40128
|
|
|
40129
40129
|
/**
|
|
@@ -40674,7 +40674,7 @@ export class DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLi
|
|
|
40674
40674
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
40675
40675
|
*/
|
|
40676
40676
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
40677
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
40677
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
40678
40678
|
}
|
|
40679
40679
|
|
|
40680
40680
|
/**
|
|
@@ -42225,7 +42225,7 @@ export class DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkL
|
|
|
42225
42225
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
42226
42226
|
*/
|
|
42227
42227
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
42228
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
42228
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
42229
42229
|
}
|
|
42230
42230
|
|
|
42231
42231
|
/**
|
|
@@ -42703,7 +42703,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkLis
|
|
|
42703
42703
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
42704
42704
|
*/
|
|
42705
42705
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
42706
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
42706
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
42707
42707
|
}
|
|
42708
42708
|
|
|
42709
42709
|
/**
|
|
@@ -43430,7 +43430,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQue
|
|
|
43430
43430
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
43431
43431
|
*/
|
|
43432
43432
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
43433
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
43433
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
43434
43434
|
}
|
|
43435
43435
|
|
|
43436
43436
|
/**
|
|
@@ -43615,7 +43615,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQue
|
|
|
43615
43615
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
43616
43616
|
*/
|
|
43617
43617
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
43618
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
43618
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
43619
43619
|
}
|
|
43620
43620
|
|
|
43621
43621
|
/**
|
|
@@ -44329,7 +44329,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQ
|
|
|
44329
44329
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
44330
44330
|
*/
|
|
44331
44331
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
44332
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
44332
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
44333
44333
|
}
|
|
44334
44334
|
|
|
44335
44335
|
/**
|
|
@@ -44514,7 +44514,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQ
|
|
|
44514
44514
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
44515
44515
|
*/
|
|
44516
44516
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
44517
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
44517
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
44518
44518
|
}
|
|
44519
44519
|
|
|
44520
44520
|
/**
|
|
@@ -45126,7 +45126,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormul
|
|
|
45126
45126
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
45127
45127
|
*/
|
|
45128
45128
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45129
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45129
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
45130
45130
|
}
|
|
45131
45131
|
|
|
45132
45132
|
/**
|
|
@@ -45502,7 +45502,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormul
|
|
|
45502
45502
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
45503
45503
|
*/
|
|
45504
45504
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45505
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45505
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
45506
45506
|
}
|
|
45507
45507
|
|
|
45508
45508
|
/**
|
|
@@ -45993,7 +45993,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQue
|
|
|
45993
45993
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
45994
45994
|
*/
|
|
45995
45995
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45996
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45996
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
45997
45997
|
}
|
|
45998
45998
|
|
|
45999
45999
|
/**
|
|
@@ -46178,7 +46178,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQue
|
|
|
46178
46178
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
46179
46179
|
*/
|
|
46180
46180
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
46181
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
46181
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
46182
46182
|
}
|
|
46183
46183
|
|
|
46184
46184
|
/**
|
|
@@ -46892,7 +46892,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetwor
|
|
|
46892
46892
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
46893
46893
|
*/
|
|
46894
46894
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
46895
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
46895
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
46896
46896
|
}
|
|
46897
46897
|
|
|
46898
46898
|
/**
|
|
@@ -47077,7 +47077,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetwor
|
|
|
47077
47077
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
47078
47078
|
*/
|
|
47079
47079
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
47080
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
47080
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
47081
47081
|
}
|
|
47082
47082
|
|
|
47083
47083
|
/**
|
|
@@ -48439,7 +48439,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryE
|
|
|
48439
48439
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
48440
48440
|
*/
|
|
48441
48441
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
48442
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
48442
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
48443
48443
|
}
|
|
48444
48444
|
|
|
48445
48445
|
/**
|
|
@@ -48777,7 +48777,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryE
|
|
|
48777
48777
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
48778
48778
|
*/
|
|
48779
48779
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
48780
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
48780
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
48781
48781
|
}
|
|
48782
48782
|
|
|
48783
48783
|
/**
|
|
@@ -49912,7 +49912,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryL
|
|
|
49912
49912
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
49913
49913
|
*/
|
|
49914
49914
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
49915
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
49915
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
49916
49916
|
}
|
|
49917
49917
|
|
|
49918
49918
|
/**
|
|
@@ -50403,7 +50403,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQue
|
|
|
50403
50403
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
50404
50404
|
*/
|
|
50405
50405
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
50406
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
50406
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
50407
50407
|
}
|
|
50408
50408
|
|
|
50409
50409
|
/**
|
|
@@ -50588,7 +50588,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQue
|
|
|
50588
50588
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
50589
50589
|
*/
|
|
50590
50590
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
50591
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
50591
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
50592
50592
|
}
|
|
50593
50593
|
|
|
50594
50594
|
/**
|
|
@@ -51302,7 +51302,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecuri
|
|
|
51302
51302
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
51303
51303
|
*/
|
|
51304
51304
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
51305
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
51305
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
51306
51306
|
}
|
|
51307
51307
|
|
|
51308
51308
|
/**
|
|
@@ -51365,7 +51365,7 @@ DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReferenc
|
|
|
51365
51365
|
DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable,
|
|
51366
51366
|
dashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableToTerraform,
|
|
51367
51367
|
dashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableToHclTerraform,
|
|
51368
|
-
DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference } from './structs1200'
|
|
51368
|
+
DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference } from './structs1200';
|
|
51369
51369
|
export interface DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute {
|
|
51370
51370
|
/**
|
|
51371
51371
|
* The aggregation method.
|
|
@@ -51541,7 +51541,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecuri
|
|
|
51541
51541
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
51542
51542
|
*/
|
|
51543
51543
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
51544
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
51544
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
51545
51545
|
}
|
|
51546
51546
|
|
|
51547
51547
|
/**
|
|
@@ -52197,7 +52197,7 @@ export class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList e
|
|
|
52197
52197
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
52198
52198
|
*/
|
|
52199
52199
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
52200
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
52200
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
52201
52201
|
}
|
|
52202
52202
|
|
|
52203
52203
|
/**
|
|
@@ -52786,7 +52786,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkL
|
|
|
52786
52786
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
52787
52787
|
*/
|
|
52788
52788
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
52789
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
52789
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
52790
52790
|
}
|
|
52791
52791
|
|
|
52792
52792
|
/**
|
|
@@ -52936,7 +52936,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList e
|
|
|
52936
52936
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
52937
52937
|
*/
|
|
52938
52938
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
52939
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
52939
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
52940
52940
|
}
|
|
52941
52941
|
|
|
52942
52942
|
/**
|
|
@@ -53121,7 +53121,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList
|
|
|
53121
53121
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
53122
53122
|
*/
|
|
53123
53123
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
53124
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
53124
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
53125
53125
|
}
|
|
53126
53126
|
|
|
53127
53127
|
/**
|
|
@@ -53612,7 +53612,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQ
|
|
|
53612
53612
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
53613
53613
|
*/
|
|
53614
53614
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
53615
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
53615
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
53616
53616
|
}
|
|
53617
53617
|
|
|
53618
53618
|
/**
|
|
@@ -53797,7 +53797,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQ
|
|
|
53797
53797
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
53798
53798
|
*/
|
|
53799
53799
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
53800
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
53800
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
53801
53801
|
}
|
|
53802
53802
|
|
|
53803
53803
|
/**
|
|
@@ -54511,7 +54511,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAudi
|
|
|
54511
54511
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
54512
54512
|
*/
|
|
54513
54513
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
54514
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
54514
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
54515
54515
|
}
|
|
54516
54516
|
|
|
54517
54517
|
/**
|
|
@@ -54696,7 +54696,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAudi
|
|
|
54696
54696
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
54697
54697
|
*/
|
|
54698
54698
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
54699
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
54699
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
54700
54700
|
}
|
|
54701
54701
|
|
|
54702
54702
|
/**
|
|
@@ -55308,7 +55308,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestForm
|
|
|
55308
55308
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
55309
55309
|
*/
|
|
55310
55310
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
55311
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
55311
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
55312
55312
|
}
|
|
55313
55313
|
|
|
55314
55314
|
/**
|
|
@@ -55684,7 +55684,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestForm
|
|
|
55684
55684
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
55685
55685
|
*/
|
|
55686
55686
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
55687
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
55687
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
55688
55688
|
}
|
|
55689
55689
|
|
|
55690
55690
|
/**
|
|
@@ -56175,7 +56175,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQ
|
|
|
56175
56175
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
56176
56176
|
*/
|
|
56177
56177
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
56178
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
56178
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
56179
56179
|
}
|
|
56180
56180
|
|
|
56181
56181
|
/**
|
|
@@ -56360,7 +56360,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQ
|
|
|
56360
56360
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
56361
56361
|
*/
|
|
56362
56362
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
56363
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
56363
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
56364
56364
|
}
|
|
56365
56365
|
|
|
56366
56366
|
/**
|
|
@@ -56733,7 +56733,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMeta
|
|
|
56733
56733
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
56734
56734
|
*/
|
|
56735
56735
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
56736
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
56736
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
56737
56737
|
}
|
|
56738
56738
|
|
|
56739
56739
|
/**
|
|
@@ -57224,7 +57224,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetw
|
|
|
57224
57224
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
57225
57225
|
*/
|
|
57226
57226
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
57227
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
57227
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
57228
57228
|
}
|
|
57229
57229
|
|
|
57230
57230
|
/**
|
|
@@ -57409,7 +57409,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetw
|
|
|
57409
57409
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
57410
57410
|
*/
|
|
57411
57411
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
57412
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
57412
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
57413
57413
|
}
|
|
57414
57414
|
|
|
57415
57415
|
/**
|
|
@@ -58771,7 +58771,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuer
|
|
|
58771
58771
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
58772
58772
|
*/
|
|
58773
58773
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
58774
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
58774
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
58775
58775
|
}
|
|
58776
58776
|
|
|
58777
58777
|
/**
|
|
@@ -59109,7 +59109,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuer
|
|
|
59109
59109
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
59110
59110
|
*/
|
|
59111
59111
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
59112
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
59112
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
59113
59113
|
}
|
|
59114
59114
|
|
|
59115
59115
|
/**
|
|
@@ -60244,7 +60244,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuer
|
|
|
60244
60244
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
60245
60245
|
*/
|
|
60246
60246
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
60247
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
60247
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
60248
60248
|
}
|
|
60249
60249
|
|
|
60250
60250
|
/**
|
|
@@ -60735,7 +60735,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQ
|
|
|
60735
60735
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
60736
60736
|
*/
|
|
60737
60737
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
60738
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
60738
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
60739
60739
|
}
|
|
60740
60740
|
|
|
60741
60741
|
/**
|
|
@@ -60920,7 +60920,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQ
|
|
|
60920
60920
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
60921
60921
|
*/
|
|
60922
60922
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
60923
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
60923
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
60924
60924
|
}
|
|
60925
60925
|
|
|
60926
60926
|
/**
|
|
@@ -61634,7 +61634,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecu
|
|
|
61634
61634
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
61635
61635
|
*/
|
|
61636
61636
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
61637
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
61637
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
61638
61638
|
}
|
|
61639
61639
|
|
|
61640
61640
|
/**
|
|
@@ -61819,7 +61819,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecu
|
|
|
61819
61819
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
61820
61820
|
*/
|
|
61821
61821
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
61822
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
61822
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
61823
61823
|
}
|
|
61824
61824
|
|
|
61825
61825
|
/**
|
|
@@ -62771,7 +62771,7 @@ export class DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList
|
|
|
62771
62771
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
62772
62772
|
*/
|
|
62773
62773
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
62774
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
62774
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
62775
62775
|
}
|
|
62776
62776
|
|
|
62777
62777
|
/**
|
|
@@ -63987,7 +63987,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList
|
|
|
63987
63987
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
63988
63988
|
*/
|
|
63989
63989
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
63990
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
63990
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
63991
63991
|
}
|
|
63992
63992
|
|
|
63993
63993
|
/**
|
|
@@ -64478,7 +64478,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuer
|
|
|
64478
64478
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
64479
64479
|
*/
|
|
64480
64480
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
64481
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
64481
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
64482
64482
|
}
|
|
64483
64483
|
|
|
64484
64484
|
/**
|
|
@@ -64663,7 +64663,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuer
|
|
|
64663
64663
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
64664
64664
|
*/
|
|
64665
64665
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
64666
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
64666
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
64667
64667
|
}
|
|
64668
64668
|
|
|
64669
64669
|
/**
|
|
@@ -65377,7 +65377,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQu
|
|
|
65377
65377
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
65378
65378
|
*/
|
|
65379
65379
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
65380
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
65380
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
65381
65381
|
}
|
|
65382
65382
|
|
|
65383
65383
|
/**
|
|
@@ -65562,7 +65562,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQu
|
|
|
65562
65562
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
65563
65563
|
*/
|
|
65564
65564
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
65565
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
65565
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
65566
65566
|
}
|
|
65567
65567
|
|
|
65568
65568
|
/**
|
|
@@ -66174,7 +66174,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditi
|
|
|
66174
66174
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
66175
66175
|
*/
|
|
66176
66176
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
66177
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
66177
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
66178
66178
|
}
|
|
66179
66179
|
|
|
66180
66180
|
/**
|
|
@@ -66563,7 +66563,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula
|
|
|
66563
66563
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
66564
66564
|
*/
|
|
66565
66565
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
66566
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
66566
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
66567
66567
|
}
|
|
66568
66568
|
|
|
66569
66569
|
/**
|
|
@@ -66939,7 +66939,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula
|
|
|
66939
66939
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
66940
66940
|
*/
|
|
66941
66941
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
66942
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
66942
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
66943
66943
|
}
|
|
66944
66944
|
|
|
66945
66945
|
/**
|
|
@@ -67430,7 +67430,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuer
|
|
|
67430
67430
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
67431
67431
|
*/
|
|
67432
67432
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
67433
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
67433
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
67434
67434
|
}
|
|
67435
67435
|
|
|
67436
67436
|
/**
|
|
@@ -67615,7 +67615,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuer
|
|
|
67615
67615
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
67616
67616
|
*/
|
|
67617
67617
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
67618
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
67618
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
67619
67619
|
}
|
|
67620
67620
|
|
|
67621
67621
|
/**
|
|
@@ -68977,7 +68977,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEv
|
|
|
68977
68977
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
68978
68978
|
*/
|
|
68979
68979
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
68980
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
68980
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
68981
68981
|
}
|
|
68982
68982
|
|
|
68983
68983
|
/**
|
|
@@ -69315,7 +69315,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEv
|
|
|
69315
69315
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
69316
69316
|
*/
|
|
69317
69317
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
69318
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
69318
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
69319
69319
|
}
|
|
69320
69320
|
|
|
69321
69321
|
/**
|
|
@@ -70450,7 +70450,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryLi
|
|
|
70450
70450
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
70451
70451
|
*/
|
|
70452
70452
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
70453
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
70453
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
70454
70454
|
}
|
|
70455
70455
|
|
|
70456
70456
|
/**
|
|
@@ -70941,7 +70941,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuer
|
|
|
70941
70941
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
70942
70942
|
*/
|
|
70943
70943
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
70944
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
70944
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
70945
70945
|
}
|
|
70946
70946
|
|
|
70947
70947
|
/**
|
|
@@ -71126,7 +71126,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuer
|
|
|
71126
71126
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
71127
71127
|
*/
|
|
71128
71128
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
71129
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
71129
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
71130
71130
|
}
|
|
71131
71131
|
|
|
71132
71132
|
/**
|
|
@@ -71840,7 +71840,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurit
|
|
|
71840
71840
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
71841
71841
|
*/
|
|
71842
71842
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
71843
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
71843
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
71844
71844
|
}
|
|
71845
71845
|
|
|
71846
71846
|
/**
|
|
@@ -72025,7 +72025,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurit
|
|
|
72025
72025
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
72026
72026
|
*/
|
|
72027
72027
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
72028
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
72028
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
72029
72029
|
}
|
|
72030
72030
|
|
|
72031
72031
|
/**
|
|
@@ -72802,7 +72802,7 @@ export class DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList ex
|
|
|
72802
72802
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
72803
72803
|
*/
|
|
72804
72804
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
72805
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
72805
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
72806
72806
|
}
|
|
72807
72807
|
|
|
72808
72808
|
/**
|
|
@@ -74019,7 +74019,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula
|
|
|
74019
74019
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
74020
74020
|
*/
|
|
74021
74021
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
74022
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
74022
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
74023
74023
|
}
|
|
74024
74024
|
|
|
74025
74025
|
/**
|
|
@@ -74395,7 +74395,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula
|
|
|
74395
74395
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
74396
74396
|
*/
|
|
74397
74397
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
74398
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
74398
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
74399
74399
|
}
|
|
74400
74400
|
|
|
74401
74401
|
/**
|
|
@@ -75346,7 +75346,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEv
|
|
|
75346
75346
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
75347
75347
|
*/
|
|
75348
75348
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
75349
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
75349
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
75350
75350
|
}
|
|
75351
75351
|
|
|
75352
75352
|
/**
|
|
@@ -75684,7 +75684,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEv
|
|
|
75684
75684
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
75685
75685
|
*/
|
|
75686
75686
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
75687
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
75687
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
75688
75688
|
}
|
|
75689
75689
|
|
|
75690
75690
|
/**
|
|
@@ -76819,7 +76819,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryLi
|
|
|
76819
76819
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
76820
76820
|
*/
|
|
76821
76821
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
76822
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
76822
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
76823
76823
|
}
|
|
76824
76824
|
|
|
76825
76825
|
/**
|
|
@@ -76972,7 +76972,7 @@ export class DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList ex
|
|
|
76972
76972
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
76973
76973
|
*/
|
|
76974
76974
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
76975
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
76975
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
76976
76976
|
}
|
|
76977
76977
|
|
|
76978
76978
|
/**
|
|
@@ -77112,7 +77112,7 @@ DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference,
|
|
|
77112
77112
|
DashboardWidgetGroupDefinitionWidgetAlertValueDefinition,
|
|
77113
77113
|
dashboardWidgetGroupDefinitionWidgetAlertValueDefinitionToTerraform,
|
|
77114
77114
|
dashboardWidgetGroupDefinitionWidgetAlertValueDefinitionToHclTerraform,
|
|
77115
|
-
DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference } from './structs0'
|
|
77115
|
+
DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference } from './structs0';
|
|
77116
77116
|
import { DashboardWidgetGroupDefinitionWidgetChangeDefinition,
|
|
77117
77117
|
dashboardWidgetGroupDefinitionWidgetChangeDefinitionToTerraform,
|
|
77118
77118
|
dashboardWidgetGroupDefinitionWidgetChangeDefinitionToHclTerraform,
|
|
@@ -77144,7 +77144,7 @@ DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference,
|
|
|
77144
77144
|
DashboardWidgetGroupDefinitionWidgetHeatmapDefinition,
|
|
77145
77145
|
dashboardWidgetGroupDefinitionWidgetHeatmapDefinitionToTerraform,
|
|
77146
77146
|
dashboardWidgetGroupDefinitionWidgetHeatmapDefinitionToHclTerraform,
|
|
77147
|
-
DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference } from './structs400'
|
|
77147
|
+
DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference } from './structs400';
|
|
77148
77148
|
import { DashboardWidgetGroupDefinitionWidgetHostmapDefinition,
|
|
77149
77149
|
dashboardWidgetGroupDefinitionWidgetHostmapDefinitionToTerraform,
|
|
77150
77150
|
dashboardWidgetGroupDefinitionWidgetHostmapDefinitionToHclTerraform,
|
|
@@ -77172,7 +77172,7 @@ DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference,
|
|
|
77172
77172
|
DashboardWidgetGroupDefinitionWidgetQueryTableDefinition,
|
|
77173
77173
|
dashboardWidgetGroupDefinitionWidgetQueryTableDefinitionToTerraform,
|
|
77174
77174
|
dashboardWidgetGroupDefinitionWidgetQueryTableDefinitionToHclTerraform,
|
|
77175
|
-
DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference } from './structs800'
|
|
77175
|
+
DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference } from './structs800';
|
|
77176
77176
|
import { DashboardWidgetGroupDefinitionWidgetQueryValueDefinition,
|
|
77177
77177
|
dashboardWidgetGroupDefinitionWidgetQueryValueDefinitionToTerraform,
|
|
77178
77178
|
dashboardWidgetGroupDefinitionWidgetQueryValueDefinitionToHclTerraform,
|
|
@@ -77188,7 +77188,7 @@ DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReferen
|
|
|
77188
77188
|
DashboardWidgetGroupDefinitionWidgetServicemapDefinition,
|
|
77189
77189
|
dashboardWidgetGroupDefinitionWidgetServicemapDefinitionToTerraform,
|
|
77190
77190
|
dashboardWidgetGroupDefinitionWidgetServicemapDefinitionToHclTerraform,
|
|
77191
|
-
DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference } from './structs1200'
|
|
77191
|
+
DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference } from './structs1200';
|
|
77192
77192
|
import { DashboardWidgetGroupDefinitionWidgetSunburstDefinition,
|
|
77193
77193
|
dashboardWidgetGroupDefinitionWidgetSunburstDefinitionToTerraform,
|
|
77194
77194
|
dashboardWidgetGroupDefinitionWidgetSunburstDefinitionToHclTerraform,
|
|
@@ -77208,7 +77208,7 @@ DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference,
|
|
|
77208
77208
|
DashboardWidgetGroupDefinitionWidgetTreemapDefinition,
|
|
77209
77209
|
dashboardWidgetGroupDefinitionWidgetTreemapDefinitionToTerraform,
|
|
77210
77210
|
dashboardWidgetGroupDefinitionWidgetTreemapDefinitionToHclTerraform,
|
|
77211
|
-
DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference } from './structs1600'
|
|
77211
|
+
DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference } from './structs1600';
|
|
77212
77212
|
export interface DashboardWidgetGroupDefinitionWidgetWidgetLayout {
|
|
77213
77213
|
/**
|
|
77214
77214
|
* The height of the widget.
|
|
@@ -78446,7 +78446,7 @@ export class DashboardWidgetGroupDefinitionWidgetList extends cdktn.ComplexList
|
|
|
78446
78446
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
78447
78447
|
*/
|
|
78448
78448
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
78449
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
78449
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
78450
78450
|
}
|
|
78451
78451
|
|
|
78452
78452
|
/**
|
|
@@ -78924,7 +78924,7 @@ export class DashboardWidgetHeatmapDefinitionCustomLinkList extends cdktn.Comple
|
|
|
78924
78924
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
78925
78925
|
*/
|
|
78926
78926
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
78927
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
78927
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
78928
78928
|
}
|
|
78929
78929
|
|
|
78930
78930
|
/**
|
|
@@ -79074,7 +79074,7 @@ export class DashboardWidgetHeatmapDefinitionEventList extends cdktn.ComplexList
|
|
|
79074
79074
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
79075
79075
|
*/
|
|
79076
79076
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
79077
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
79077
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
79078
79078
|
}
|
|
79079
79079
|
|
|
79080
79080
|
/**
|
|
@@ -79565,7 +79565,7 @@ export class DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList extends
|
|
|
79565
79565
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
79566
79566
|
*/
|
|
79567
79567
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
79568
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
79568
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
79569
79569
|
}
|
|
79570
79570
|
|
|
79571
79571
|
/**
|
|
@@ -79750,7 +79750,7 @@ export class DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList ext
|
|
|
79750
79750
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
79751
79751
|
*/
|
|
79752
79752
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
79753
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
79753
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
79754
79754
|
}
|
|
79755
79755
|
|
|
79756
79756
|
/**
|
|
@@ -80464,7 +80464,7 @@ export class DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList extends
|
|
|
80464
80464
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
80465
80465
|
*/
|
|
80466
80466
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
80467
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
80467
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
80468
80468
|
}
|
|
80469
80469
|
|
|
80470
80470
|
/**
|
|
@@ -80649,7 +80649,7 @@ export class DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList ext
|
|
|
80649
80649
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
80650
80650
|
*/
|
|
80651
80651
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
80652
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
80652
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
80653
80653
|
}
|
|
80654
80654
|
|
|
80655
80655
|
/**
|
|
@@ -81551,7 +81551,7 @@ export class DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList extends
|
|
|
81551
81551
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
81552
81552
|
*/
|
|
81553
81553
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
81554
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
81554
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
81555
81555
|
}
|
|
81556
81556
|
|
|
81557
81557
|
/**
|
|
@@ -81736,7 +81736,7 @@ export class DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList ext
|
|
|
81736
81736
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
81737
81737
|
*/
|
|
81738
81738
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
81739
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
81739
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
81740
81740
|
}
|
|
81741
81741
|
|
|
81742
81742
|
/**
|
|
@@ -82450,7 +82450,7 @@ export class DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList ext
|
|
|
82450
82450
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
82451
82451
|
*/
|
|
82452
82452
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
82453
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
82453
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
82454
82454
|
}
|
|
82455
82455
|
|
|
82456
82456
|
/**
|
|
@@ -82635,7 +82635,7 @@ export class DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeLis
|
|
|
82635
82635
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
82636
82636
|
*/
|
|
82637
82637
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
82638
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
82638
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
82639
82639
|
}
|
|
82640
82640
|
|
|
82641
82641
|
/**
|
|
@@ -83272,7 +83272,7 @@ export class DashboardWidgetHeatmapDefinitionRequestList extends cdktn.ComplexLi
|
|
|
83272
83272
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
83273
83273
|
*/
|
|
83274
83274
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
83275
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
83275
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
83276
83276
|
}
|
|
83277
83277
|
|
|
83278
83278
|
/**
|
|
@@ -84122,7 +84122,7 @@ export class DashboardWidgetHostmapDefinitionCustomLinkList extends cdktn.Comple
|
|
|
84122
84122
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
84123
84123
|
*/
|
|
84124
84124
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
84125
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
84125
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
84126
84126
|
}
|
|
84127
84127
|
|
|
84128
84128
|
/**
|
|
@@ -84613,7 +84613,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList exte
|
|
|
84613
84613
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
84614
84614
|
*/
|
|
84615
84615
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
84616
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
84616
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
84617
84617
|
}
|
|
84618
84618
|
|
|
84619
84619
|
/**
|
|
@@ -84798,7 +84798,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList
|
|
|
84798
84798
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
84799
84799
|
*/
|
|
84800
84800
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
84801
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
84801
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
84802
84802
|
}
|
|
84803
84803
|
|
|
84804
84804
|
/**
|
|
@@ -85512,7 +85512,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList exte
|
|
|
85512
85512
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
85513
85513
|
*/
|
|
85514
85514
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
85515
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
85515
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
85516
85516
|
}
|
|
85517
85517
|
|
|
85518
85518
|
/**
|
|
@@ -85697,7 +85697,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList
|
|
|
85697
85697
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
85698
85698
|
*/
|
|
85699
85699
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
85700
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
85700
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
85701
85701
|
}
|
|
85702
85702
|
|
|
85703
85703
|
/**
|
|
@@ -86599,7 +86599,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList exte
|
|
|
86599
86599
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
86600
86600
|
*/
|
|
86601
86601
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
86602
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
86602
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
86603
86603
|
}
|
|
86604
86604
|
|
|
86605
86605
|
/**
|
|
@@ -86784,7 +86784,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList
|
|
|
86784
86784
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
86785
86785
|
*/
|
|
86786
86786
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
86787
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
86787
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
86788
86788
|
}
|
|
86789
86789
|
|
|
86790
86790
|
/**
|
|
@@ -87498,7 +87498,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList
|
|
|
87498
87498
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
87499
87499
|
*/
|
|
87500
87500
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
87501
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
87501
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
87502
87502
|
}
|
|
87503
87503
|
|
|
87504
87504
|
/**
|
|
@@ -87683,7 +87683,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComput
|
|
|
87683
87683
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
87684
87684
|
*/
|
|
87685
87685
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
87686
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
87686
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
87687
87687
|
}
|
|
87688
87688
|
|
|
87689
87689
|
/**
|
|
@@ -88199,7 +88199,7 @@ export class DashboardWidgetHostmapDefinitionRequestFillList extends cdktn.Compl
|
|
|
88199
88199
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
88200
88200
|
*/
|
|
88201
88201
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
88202
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
88202
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
88203
88203
|
}
|
|
88204
88204
|
|
|
88205
88205
|
/**
|
|
@@ -88690,7 +88690,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList exte
|
|
|
88690
88690
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
88691
88691
|
*/
|
|
88692
88692
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
88693
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
88693
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
88694
88694
|
}
|
|
88695
88695
|
|
|
88696
88696
|
/**
|
|
@@ -88875,7 +88875,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList
|
|
|
88875
88875
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
88876
88876
|
*/
|
|
88877
88877
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
88878
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
88878
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
88879
88879
|
}
|
|
88880
88880
|
|
|
88881
88881
|
/**
|
|
@@ -89589,7 +89589,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList exte
|
|
|
89589
89589
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
89590
89590
|
*/
|
|
89591
89591
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
89592
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
89592
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
89593
89593
|
}
|
|
89594
89594
|
|
|
89595
89595
|
/**
|
|
@@ -89774,7 +89774,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList
|
|
|
89774
89774
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
89775
89775
|
*/
|
|
89776
89776
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
89777
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
89777
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
89778
89778
|
}
|
|
89779
89779
|
|
|
89780
89780
|
/**
|
|
@@ -90676,7 +90676,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList exte
|
|
|
90676
90676
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
90677
90677
|
*/
|
|
90678
90678
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
90679
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
90679
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
90680
90680
|
}
|
|
90681
90681
|
|
|
90682
90682
|
/**
|
|
@@ -90861,7 +90861,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList
|
|
|
90861
90861
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
90862
90862
|
*/
|
|
90863
90863
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
90864
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
90864
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
90865
90865
|
}
|
|
90866
90866
|
|
|
90867
90867
|
/**
|
|
@@ -91575,7 +91575,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList
|
|
|
91575
91575
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
91576
91576
|
*/
|
|
91577
91577
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
91578
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
91578
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
91579
91579
|
}
|
|
91580
91580
|
|
|
91581
91581
|
/**
|
|
@@ -91760,7 +91760,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComput
|
|
|
91760
91760
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
91761
91761
|
*/
|
|
91762
91762
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
91763
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
91763
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
91764
91764
|
}
|
|
91765
91765
|
|
|
91766
91766
|
/**
|
|
@@ -92276,7 +92276,7 @@ export class DashboardWidgetHostmapDefinitionRequestSizeList extends cdktn.Compl
|
|
|
92276
92276
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
92277
92277
|
*/
|
|
92278
92278
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
92279
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
92279
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
92280
92280
|
}
|
|
92281
92281
|
|
|
92282
92282
|
/**
|
|
@@ -94970,7 +94970,7 @@ export class DashboardWidgetQueryTableDefinitionCustomLinkList extends cdktn.Com
|
|
|
94970
94970
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
94971
94971
|
*/
|
|
94972
94972
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
94973
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
94973
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
94974
94974
|
}
|
|
94975
94975
|
|
|
94976
94976
|
/**
|
|
@@ -95461,7 +95461,7 @@ export class DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList exten
|
|
|
95461
95461
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
95462
95462
|
*/
|
|
95463
95463
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
95464
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
95464
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
95465
95465
|
}
|
|
95466
95466
|
|
|
95467
95467
|
/**
|
|
@@ -95646,7 +95646,7 @@ export class DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList
|
|
|
95646
95646
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
95647
95647
|
*/
|
|
95648
95648
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
95649
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
95649
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
95650
95650
|
}
|
|
95651
95651
|
|
|
95652
95652
|
/**
|
|
@@ -96089,7 +96089,7 @@ export class DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList
|
|
|
96089
96089
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
96090
96090
|
*/
|
|
96091
96091
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
96092
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
96092
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
96093
96093
|
}
|
|
96094
96094
|
|
|
96095
96095
|
/**
|
|
@@ -96759,7 +96759,7 @@ export class DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList ex
|
|
|
96759
96759
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
96760
96760
|
*/
|
|
96761
96761
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
96762
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
96762
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
96763
96763
|
}
|
|
96764
96764
|
|
|
96765
96765
|
/**
|
|
@@ -97148,7 +97148,7 @@ export class DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats
|
|
|
97148
97148
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
97149
97149
|
*/
|
|
97150
97150
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
97151
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
97151
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
97152
97152
|
}
|
|
97153
97153
|
|
|
97154
97154
|
/**
|
|
@@ -97524,7 +97524,7 @@ export class DashboardWidgetQueryTableDefinitionRequestFormulaList extends cdktn
|
|
|
97524
97524
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
97525
97525
|
*/
|
|
97526
97526
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
97527
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
97527
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
97528
97528
|
}
|
|
97529
97529
|
|
|
97530
97530
|
/**
|
|
@@ -98015,7 +98015,7 @@ export class DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList exten
|
|
|
98015
98015
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
98016
98016
|
*/
|
|
98017
98017
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
98018
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
98018
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
98019
98019
|
}
|
|
98020
98020
|
|
|
98021
98021
|
/**
|
|
@@ -98200,7 +98200,7 @@ export class DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList
|
|
|
98200
98200
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
98201
98201
|
*/
|
|
98202
98202
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
98203
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
98203
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
98204
98204
|
}
|
|
98205
98205
|
|
|
98206
98206
|
/**
|
|
@@ -99562,7 +99562,7 @@ export class DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeLis
|
|
|
99562
99562
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
99563
99563
|
*/
|
|
99564
99564
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
99565
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
99565
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
99566
99566
|
}
|
|
99567
99567
|
|
|
99568
99568
|
/**
|
|
@@ -99900,7 +99900,7 @@ export class DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByLis
|
|
|
99900
99900
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
99901
99901
|
*/
|
|
99902
99902
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
99903
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
99903
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
99904
99904
|
}
|
|
99905
99905
|
|
|
99906
99906
|
/**
|
|
@@ -101035,7 +101035,7 @@ export class DashboardWidgetQueryTableDefinitionRequestQueryList extends cdktn.C
|
|
|
101035
101035
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
101036
101036
|
*/
|
|
101037
101037
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
101038
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
101038
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
101039
101039
|
}
|
|
101040
101040
|
|
|
101041
101041
|
/**
|
|
@@ -101526,7 +101526,7 @@ export class DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList exten
|
|
|
101526
101526
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
101527
101527
|
*/
|
|
101528
101528
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
101529
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
101529
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
101530
101530
|
}
|
|
101531
101531
|
|
|
101532
101532
|
/**
|
|
@@ -101711,7 +101711,7 @@ export class DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList
|
|
|
101711
101711
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
101712
101712
|
*/
|
|
101713
101713
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
101714
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
101714
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
101715
101715
|
}
|
|
101716
101716
|
|
|
101717
101717
|
/**
|
|
@@ -102138,7 +102138,7 @@ DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference,
|
|
|
102138
102138
|
DashboardWidgetQueryTableDefinitionCustomLink,
|
|
102139
102139
|
dashboardWidgetQueryTableDefinitionCustomLinkToTerraform,
|
|
102140
102140
|
dashboardWidgetQueryTableDefinitionCustomLinkToHclTerraform,
|
|
102141
|
-
DashboardWidgetQueryTableDefinitionCustomLinkList } from './structs2000'
|
|
102141
|
+
DashboardWidgetQueryTableDefinitionCustomLinkList } from './structs2000';
|
|
102142
102142
|
export interface DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery {
|
|
102143
102143
|
/**
|
|
102144
102144
|
* The aggregation method.
|
|
@@ -102467,7 +102467,7 @@ export class DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList
|
|
|
102467
102467
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
102468
102468
|
*/
|
|
102469
102469
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
102470
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
102470
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
102471
102471
|
}
|
|
102472
102472
|
|
|
102473
102473
|
/**
|
|
@@ -102652,7 +102652,7 @@ export class DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute
|
|
|
102652
102652
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
102653
102653
|
*/
|
|
102654
102654
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
102655
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
102655
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
102656
102656
|
}
|
|
102657
102657
|
|
|
102658
102658
|
/**
|
|
@@ -103483,7 +103483,7 @@ export class DashboardWidgetQueryTableDefinitionRequestList extends cdktn.Comple
|
|
|
103483
103483
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
103484
103484
|
*/
|
|
103485
103485
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
103486
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
103486
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
103487
103487
|
}
|
|
103488
103488
|
|
|
103489
103489
|
/**
|
|
@@ -104002,7 +104002,7 @@ export class DashboardWidgetQueryValueDefinitionCustomLinkList extends cdktn.Com
|
|
|
104002
104002
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
104003
104003
|
*/
|
|
104004
104004
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
104005
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
104005
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
104006
104006
|
}
|
|
104007
104007
|
|
|
104008
104008
|
/**
|
|
@@ -104493,7 +104493,7 @@ export class DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList exten
|
|
|
104493
104493
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
104494
104494
|
*/
|
|
104495
104495
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
104496
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
104496
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
104497
104497
|
}
|
|
104498
104498
|
|
|
104499
104499
|
/**
|
|
@@ -104678,7 +104678,7 @@ export class DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList
|
|
|
104678
104678
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
104679
104679
|
*/
|
|
104680
104680
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
104681
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
104681
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
104682
104682
|
}
|
|
104683
104683
|
|
|
104684
104684
|
/**
|
|
@@ -105392,7 +105392,7 @@ export class DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList ext
|
|
|
105392
105392
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
105393
105393
|
*/
|
|
105394
105394
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
105395
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
105395
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
105396
105396
|
}
|
|
105397
105397
|
|
|
105398
105398
|
/**
|
|
@@ -105577,7 +105577,7 @@ export class DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeLis
|
|
|
105577
105577
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
105578
105578
|
*/
|
|
105579
105579
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
105580
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
105580
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
105581
105581
|
}
|
|
105582
105582
|
|
|
105583
105583
|
/**
|
|
@@ -106189,7 +106189,7 @@ export class DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList ex
|
|
|
106189
106189
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
106190
106190
|
*/
|
|
106191
106191
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
106192
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
106192
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
106193
106193
|
}
|
|
106194
106194
|
|
|
106195
106195
|
/**
|
|
@@ -106578,7 +106578,7 @@ export class DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats
|
|
|
106578
106578
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
106579
106579
|
*/
|
|
106580
106580
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
106581
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
106581
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
106582
106582
|
}
|
|
106583
106583
|
|
|
106584
106584
|
/**
|
|
@@ -106954,7 +106954,7 @@ export class DashboardWidgetQueryValueDefinitionRequestFormulaList extends cdktn
|
|
|
106954
106954
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
106955
106955
|
*/
|
|
106956
106956
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
106957
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
106957
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
106958
106958
|
}
|
|
106959
106959
|
|
|
106960
106960
|
/**
|
|
@@ -107445,7 +107445,7 @@ export class DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList exten
|
|
|
107445
107445
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
107446
107446
|
*/
|
|
107447
107447
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
107448
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
107448
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
107449
107449
|
}
|
|
107450
107450
|
|
|
107451
107451
|
/**
|
|
@@ -107630,7 +107630,7 @@ export class DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList
|
|
|
107630
107630
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
107631
107631
|
*/
|
|
107632
107632
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
107633
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
107633
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
107634
107634
|
}
|
|
107635
107635
|
|
|
107636
107636
|
/**
|
|
@@ -108992,7 +108992,7 @@ export class DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeLis
|
|
|
108992
108992
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
108993
108993
|
*/
|
|
108994
108994
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
108995
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
108995
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
108996
108996
|
}
|
|
108997
108997
|
|
|
108998
108998
|
/**
|
|
@@ -109330,7 +109330,7 @@ export class DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByLis
|
|
|
109330
109330
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
109331
109331
|
*/
|
|
109332
109332
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
109333
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
109333
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
109334
109334
|
}
|
|
109335
109335
|
|
|
109336
109336
|
/**
|
|
@@ -110465,7 +110465,7 @@ export class DashboardWidgetQueryValueDefinitionRequestQueryList extends cdktn.C
|
|
|
110465
110465
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
110466
110466
|
*/
|
|
110467
110467
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
110468
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
110468
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
110469
110469
|
}
|
|
110470
110470
|
|
|
110471
110471
|
/**
|
|
@@ -110956,7 +110956,7 @@ export class DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList exten
|
|
|
110956
110956
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
110957
110957
|
*/
|
|
110958
110958
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
110959
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
110959
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
110960
110960
|
}
|
|
110961
110961
|
|
|
110962
110962
|
/**
|
|
@@ -111141,7 +111141,7 @@ export class DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList
|
|
|
111141
111141
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
111142
111142
|
*/
|
|
111143
111143
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
111144
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
111144
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
111145
111145
|
}
|
|
111146
111146
|
|
|
111147
111147
|
/**
|
|
@@ -111855,7 +111855,7 @@ export class DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList
|
|
|
111855
111855
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
111856
111856
|
*/
|
|
111857
111857
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
111858
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
111858
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
111859
111859
|
}
|
|
111860
111860
|
|
|
111861
111861
|
/**
|
|
@@ -112040,7 +112040,7 @@ export class DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute
|
|
|
112040
112040
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
112041
112041
|
*/
|
|
112042
112042
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
112043
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
112043
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
112044
112044
|
}
|
|
112045
112045
|
|
|
112046
112046
|
/**
|
|
@@ -112731,7 +112731,7 @@ export class DashboardWidgetQueryValueDefinitionRequestList extends cdktn.Comple
|
|
|
112731
112731
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
112732
112732
|
*/
|
|
112733
112733
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
112734
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
112734
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
112735
112735
|
}
|
|
112736
112736
|
|
|
112737
112737
|
/**
|
|
@@ -113734,7 +113734,7 @@ export class DashboardWidgetScatterplotDefinitionCustomLinkList extends cdktn.Co
|
|
|
113734
113734
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
113735
113735
|
*/
|
|
113736
113736
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
113737
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
113737
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
113738
113738
|
}
|
|
113739
113739
|
|
|
113740
113740
|
/**
|
|
@@ -113916,7 +113916,7 @@ export class DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaL
|
|
|
113916
113916
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
113917
113917
|
*/
|
|
113918
113918
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
113919
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
113919
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
113920
113920
|
}
|
|
113921
113921
|
|
|
113922
113922
|
/**
|
|
@@ -114867,7 +114867,7 @@ export class DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEve
|
|
|
114867
114867
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
114868
114868
|
*/
|
|
114869
114869
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
114870
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
114870
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
114871
114871
|
}
|
|
114872
114872
|
|
|
114873
114873
|
/**
|
|
@@ -115205,7 +115205,7 @@ export class DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEve
|
|
|
115205
115205
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
115206
115206
|
*/
|
|
115207
115207
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
115208
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
115208
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
115209
115209
|
}
|
|
115210
115210
|
|
|
115211
115211
|
/**
|
|
@@ -116340,7 +116340,7 @@ export class DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryLis
|
|
|
116340
116340
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
116341
116341
|
*/
|
|
116342
116342
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
116343
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
116343
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
116344
116344
|
}
|
|
116345
116345
|
|
|
116346
116346
|
/**
|
|
@@ -116493,7 +116493,7 @@ export class DashboardWidgetScatterplotDefinitionRequestScatterplotTableList ext
|
|
|
116493
116493
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
116494
116494
|
*/
|
|
116495
116495
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
116496
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
116496
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
116497
116497
|
}
|
|
116498
116498
|
|
|
116499
116499
|
/**
|
|
@@ -116984,7 +116984,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList ext
|
|
|
116984
116984
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
116985
116985
|
*/
|
|
116986
116986
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
116987
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
116987
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
116988
116988
|
}
|
|
116989
116989
|
|
|
116990
116990
|
/**
|
|
@@ -117169,7 +117169,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeLis
|
|
|
117169
117169
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
117170
117170
|
*/
|
|
117171
117171
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
117172
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
117172
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
117173
117173
|
}
|
|
117174
117174
|
|
|
117175
117175
|
/**
|
|
@@ -117883,7 +117883,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList ext
|
|
|
117883
117883
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
117884
117884
|
*/
|
|
117885
117885
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
117886
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
117886
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
117887
117887
|
}
|
|
117888
117888
|
|
|
117889
117889
|
/**
|
|
@@ -118068,7 +118068,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeLis
|
|
|
118068
118068
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
118069
118069
|
*/
|
|
118070
118070
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
118071
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
118071
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
118072
118072
|
}
|
|
118073
118073
|
|
|
118074
118074
|
/**
|
|
@@ -118970,7 +118970,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList ext
|
|
|
118970
118970
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
118971
118971
|
*/
|
|
118972
118972
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
118973
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
118973
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
118974
118974
|
}
|
|
118975
118975
|
|
|
118976
118976
|
/**
|
|
@@ -119155,7 +119155,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeLis
|
|
|
119155
119155
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
119156
119156
|
*/
|
|
119157
119157
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
119158
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
119158
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
119159
119159
|
}
|
|
119160
119160
|
|
|
119161
119161
|
/**
|
|
@@ -119869,7 +119869,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByLis
|
|
|
119869
119869
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
119870
119870
|
*/
|
|
119871
119871
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
119872
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
119872
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
119873
119873
|
}
|
|
119874
119874
|
|
|
119875
119875
|
/**
|
|
@@ -120054,7 +120054,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompu
|
|
|
120054
120054
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
120055
120055
|
*/
|
|
120056
120056
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
120057
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
120057
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
120058
120058
|
}
|
|
120059
120059
|
|
|
120060
120060
|
/**
|
|
@@ -120605,7 +120605,7 @@ export class DashboardWidgetScatterplotDefinitionRequestXList extends cdktn.Comp
|
|
|
120605
120605
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
120606
120606
|
*/
|
|
120607
120607
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
120608
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
120608
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
120609
120609
|
}
|
|
120610
120610
|
|
|
120611
120611
|
/**
|
|
@@ -121096,7 +121096,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList ext
|
|
|
121096
121096
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
121097
121097
|
*/
|
|
121098
121098
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
121099
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
121099
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
121100
121100
|
}
|
|
121101
121101
|
|
|
121102
121102
|
/**
|
|
@@ -121281,7 +121281,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeLis
|
|
|
121281
121281
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
121282
121282
|
*/
|
|
121283
121283
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
121284
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
121284
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
121285
121285
|
}
|
|
121286
121286
|
|
|
121287
121287
|
/**
|
|
@@ -121995,7 +121995,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList ext
|
|
|
121995
121995
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
121996
121996
|
*/
|
|
121997
121997
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
121998
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
121998
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
121999
121999
|
}
|
|
122000
122000
|
|
|
122001
122001
|
/**
|
|
@@ -122180,7 +122180,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeLis
|
|
|
122180
122180
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
122181
122181
|
*/
|
|
122182
122182
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
122183
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
122183
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
122184
122184
|
}
|
|
122185
122185
|
|
|
122186
122186
|
/**
|
|
@@ -123082,7 +123082,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList ext
|
|
|
123082
123082
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
123083
123083
|
*/
|
|
123084
123084
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
123085
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
123085
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
123086
123086
|
}
|
|
123087
123087
|
|
|
123088
123088
|
/**
|
|
@@ -123267,7 +123267,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeLis
|
|
|
123267
123267
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
123268
123268
|
*/
|
|
123269
123269
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
123270
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
123270
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
123271
123271
|
}
|
|
123272
123272
|
|
|
123273
123273
|
/**
|
|
@@ -123981,7 +123981,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByLis
|
|
|
123981
123981
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
123982
123982
|
*/
|
|
123983
123983
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
123984
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
123984
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
123985
123985
|
}
|
|
123986
123986
|
|
|
123987
123987
|
/**
|
|
@@ -124166,7 +124166,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompu
|
|
|
124166
124166
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
124167
124167
|
*/
|
|
124168
124168
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
124169
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
124169
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
124170
124170
|
}
|
|
124171
124171
|
|
|
124172
124172
|
/**
|
|
@@ -124717,7 +124717,7 @@ export class DashboardWidgetScatterplotDefinitionRequestYList extends cdktn.Comp
|
|
|
124717
124717
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
124718
124718
|
*/
|
|
124719
124719
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
124720
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
124720
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
124721
124721
|
}
|
|
124722
124722
|
|
|
124723
124723
|
/**
|
|
@@ -126268,7 +126268,7 @@ export class DashboardWidgetServicemapDefinitionCustomLinkList extends cdktn.Com
|
|
|
126268
126268
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
126269
126269
|
*/
|
|
126270
126270
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
126271
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
126271
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
126272
126272
|
}
|
|
126273
126273
|
|
|
126274
126274
|
/**
|
|
@@ -126746,7 +126746,7 @@ export class DashboardWidgetSunburstDefinitionCustomLinkList extends cdktn.Compl
|
|
|
126746
126746
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
126747
126747
|
*/
|
|
126748
126748
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
126749
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
126749
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
126750
126750
|
}
|
|
126751
126751
|
|
|
126752
126752
|
/**
|
|
@@ -126918,7 +126918,7 @@ DashboardWidgetSunburstDefinitionCustomLinkList,
|
|
|
126918
126918
|
DashboardWidgetSunburstDefinitionLegendInline,
|
|
126919
126919
|
dashboardWidgetSunburstDefinitionLegendInlineToTerraform,
|
|
126920
126920
|
dashboardWidgetSunburstDefinitionLegendInlineToHclTerraform,
|
|
126921
|
-
DashboardWidgetSunburstDefinitionLegendInlineOutputReference } from './structs2400'
|
|
126921
|
+
DashboardWidgetSunburstDefinitionLegendInlineOutputReference } from './structs2400';
|
|
126922
126922
|
export interface DashboardWidgetSunburstDefinitionLegendTable {
|
|
126923
126923
|
/**
|
|
126924
126924
|
* The type of legend (table or none). Valid values are \`table\`, \`none\`.
|
|
@@ -127483,7 +127483,7 @@ export class DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList extends
|
|
|
127483
127483
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
127484
127484
|
*/
|
|
127485
127485
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
127486
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
127486
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
127487
127487
|
}
|
|
127488
127488
|
|
|
127489
127489
|
/**
|
|
@@ -127668,7 +127668,7 @@ export class DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList ex
|
|
|
127668
127668
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
127669
127669
|
*/
|
|
127670
127670
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
127671
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
127671
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
127672
127672
|
}
|
|
127673
127673
|
|
|
127674
127674
|
/**
|
|
@@ -128382,7 +128382,7 @@ export class DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList exten
|
|
|
128382
128382
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
128383
128383
|
*/
|
|
128384
128384
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
128385
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
128385
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
128386
128386
|
}
|
|
128387
128387
|
|
|
128388
128388
|
/**
|
|
@@ -128567,7 +128567,7 @@ export class DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList
|
|
|
128567
128567
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
128568
128568
|
*/
|
|
128569
128569
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
128570
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
128570
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
128571
128571
|
}
|
|
128572
128572
|
|
|
128573
128573
|
/**
|
|
@@ -129179,7 +129179,7 @@ export class DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsLi
|
|
|
129179
129179
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
129180
129180
|
*/
|
|
129181
129181
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
129182
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
129182
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
129183
129183
|
}
|
|
129184
129184
|
|
|
129185
129185
|
/**
|
|
@@ -129555,7 +129555,7 @@ export class DashboardWidgetSunburstDefinitionRequestFormulaList extends cdktn.C
|
|
|
129555
129555
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
129556
129556
|
*/
|
|
129557
129557
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
129558
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
129558
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
129559
129559
|
}
|
|
129560
129560
|
|
|
129561
129561
|
/**
|
|
@@ -130046,7 +130046,7 @@ export class DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList extends
|
|
|
130046
130046
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
130047
130047
|
*/
|
|
130048
130048
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
130049
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
130049
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
130050
130050
|
}
|
|
130051
130051
|
|
|
130052
130052
|
/**
|
|
@@ -130231,7 +130231,7 @@ export class DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList ex
|
|
|
130231
130231
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
130232
130232
|
*/
|
|
130233
130233
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
130234
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
130234
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
130235
130235
|
}
|
|
130236
130236
|
|
|
130237
130237
|
/**
|
|
@@ -130945,7 +130945,7 @@ export class DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList ext
|
|
|
130945
130945
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
130946
130946
|
*/
|
|
130947
130947
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
130948
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
130948
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
130949
130949
|
}
|
|
130950
130950
|
|
|
130951
130951
|
/**
|
|
@@ -131130,7 +131130,7 @@ export class DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeLis
|
|
|
131130
131130
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
131131
131131
|
*/
|
|
131132
131132
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
131133
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
131133
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
131134
131134
|
}
|
|
131135
131135
|
|
|
131136
131136
|
/**
|
|
@@ -132492,7 +132492,7 @@ export class DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList
|
|
|
132492
132492
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
132493
132493
|
*/
|
|
132494
132494
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
132495
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
132495
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
132496
132496
|
}
|
|
132497
132497
|
|
|
132498
132498
|
/**
|
|
@@ -132830,7 +132830,7 @@ export class DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList
|
|
|
132830
132830
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
132831
132831
|
*/
|
|
132832
132832
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
132833
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
132833
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
132834
132834
|
}
|
|
132835
132835
|
|
|
132836
132836
|
/**
|
|
@@ -133965,7 +133965,7 @@ export class DashboardWidgetSunburstDefinitionRequestQueryList extends cdktn.Com
|
|
|
133965
133965
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
133966
133966
|
*/
|
|
133967
133967
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
133968
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
133968
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
133969
133969
|
}
|
|
133970
133970
|
|
|
133971
133971
|
/**
|
|
@@ -134456,7 +134456,7 @@ export class DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList extends
|
|
|
134456
134456
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
134457
134457
|
*/
|
|
134458
134458
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
134459
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
134459
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
134460
134460
|
}
|
|
134461
134461
|
|
|
134462
134462
|
/**
|
|
@@ -134641,7 +134641,7 @@ export class DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList ex
|
|
|
134641
134641
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
134642
134642
|
*/
|
|
134643
134643
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
134644
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
134644
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
134645
134645
|
}
|
|
134646
134646
|
|
|
134647
134647
|
/**
|
|
@@ -135355,7 +135355,7 @@ export class DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList ex
|
|
|
135355
135355
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
135356
135356
|
*/
|
|
135357
135357
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
135358
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
135358
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
135359
135359
|
}
|
|
135360
135360
|
|
|
135361
135361
|
/**
|
|
@@ -135540,7 +135540,7 @@ export class DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeLi
|
|
|
135540
135540
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
135541
135541
|
*/
|
|
135542
135542
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
135543
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
135543
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
135544
135544
|
}
|
|
135545
135545
|
|
|
135546
135546
|
/**
|
|
@@ -136196,7 +136196,7 @@ export class DashboardWidgetSunburstDefinitionRequestList extends cdktn.ComplexL
|
|
|
136196
136196
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
136197
136197
|
*/
|
|
136198
136198
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
136199
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
136199
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
136200
136200
|
}
|
|
136201
136201
|
|
|
136202
136202
|
/**
|
|
@@ -136785,7 +136785,7 @@ export class DashboardWidgetTimeseriesDefinitionCustomLinkList extends cdktn.Com
|
|
|
136785
136785
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
136786
136786
|
*/
|
|
136787
136787
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
136788
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
136788
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
136789
136789
|
}
|
|
136790
136790
|
|
|
136791
136791
|
/**
|
|
@@ -136935,7 +136935,7 @@ export class DashboardWidgetTimeseriesDefinitionEventList extends cdktn.ComplexL
|
|
|
136935
136935
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
136936
136936
|
*/
|
|
136937
136937
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
136938
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
136938
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
136939
136939
|
}
|
|
136940
136940
|
|
|
136941
136941
|
/**
|
|
@@ -137120,7 +137120,7 @@ export class DashboardWidgetTimeseriesDefinitionMarkerList extends cdktn.Complex
|
|
|
137120
137120
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
137121
137121
|
*/
|
|
137122
137122
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
137123
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
137123
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
137124
137124
|
}
|
|
137125
137125
|
|
|
137126
137126
|
/**
|
|
@@ -137611,7 +137611,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList exten
|
|
|
137611
137611
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
137612
137612
|
*/
|
|
137613
137613
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
137614
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
137614
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
137615
137615
|
}
|
|
137616
137616
|
|
|
137617
137617
|
/**
|
|
@@ -137796,7 +137796,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList
|
|
|
137796
137796
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
137797
137797
|
*/
|
|
137798
137798
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
137799
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
137799
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
137800
137800
|
}
|
|
137801
137801
|
|
|
137802
137802
|
/**
|
|
@@ -138510,7 +138510,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList ext
|
|
|
138510
138510
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
138511
138511
|
*/
|
|
138512
138512
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
138513
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
138513
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
138514
138514
|
}
|
|
138515
138515
|
|
|
138516
138516
|
/**
|
|
@@ -138695,7 +138695,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeLis
|
|
|
138695
138695
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
138696
138696
|
*/
|
|
138697
138697
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
138698
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
138698
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
138699
138699
|
}
|
|
138700
138700
|
|
|
138701
138701
|
/**
|
|
@@ -139307,7 +139307,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats
|
|
|
139307
139307
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
139308
139308
|
*/
|
|
139309
139309
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
139310
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
139310
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
139311
139311
|
}
|
|
139312
139312
|
|
|
139313
139313
|
/**
|
|
@@ -139683,7 +139683,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestFormulaList extends cdktn
|
|
|
139683
139683
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
139684
139684
|
*/
|
|
139685
139685
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
139686
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
139686
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
139687
139687
|
}
|
|
139688
139688
|
|
|
139689
139689
|
/**
|
|
@@ -140174,7 +140174,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList exten
|
|
|
140174
140174
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
140175
140175
|
*/
|
|
140176
140176
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
140177
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
140177
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
140178
140178
|
}
|
|
140179
140179
|
|
|
140180
140180
|
/**
|
|
@@ -140359,7 +140359,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList
|
|
|
140359
140359
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
140360
140360
|
*/
|
|
140361
140361
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
140362
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
140362
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
140363
140363
|
}
|
|
140364
140364
|
|
|
140365
140365
|
/**
|
|
@@ -140732,7 +140732,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestMetadataList extends cdkt
|
|
|
140732
140732
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
140733
140733
|
*/
|
|
140734
140734
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
140735
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
140735
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
140736
140736
|
}
|
|
140737
140737
|
|
|
140738
140738
|
/**
|
|
@@ -141223,7 +141223,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList e
|
|
|
141223
141223
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
141224
141224
|
*/
|
|
141225
141225
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
141226
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
141226
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
141227
141227
|
}
|
|
141228
141228
|
|
|
141229
141229
|
/**
|
|
@@ -141408,7 +141408,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeL
|
|
|
141408
141408
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
141409
141409
|
*/
|
|
141410
141410
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
141411
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
141411
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
141412
141412
|
}
|
|
141413
141413
|
|
|
141414
141414
|
/**
|
|
@@ -142770,7 +142770,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeLis
|
|
|
142770
142770
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
142771
142771
|
*/
|
|
142772
142772
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
142773
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
142773
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
142774
142774
|
}
|
|
142775
142775
|
|
|
142776
142776
|
/**
|
|
@@ -143108,7 +143108,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByLis
|
|
|
143108
143108
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
143109
143109
|
*/
|
|
143110
143110
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
143111
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
143111
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
143112
143112
|
}
|
|
143113
143113
|
|
|
143114
143114
|
/**
|
|
@@ -144243,7 +144243,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestQueryList extends cdktn.C
|
|
|
144243
144243
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
144244
144244
|
*/
|
|
144245
144245
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
144246
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
144246
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
144247
144247
|
}
|
|
144248
144248
|
|
|
144249
144249
|
/**
|
|
@@ -144734,7 +144734,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList exten
|
|
|
144734
144734
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
144735
144735
|
*/
|
|
144736
144736
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
144737
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
144737
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
144738
144738
|
}
|
|
144739
144739
|
|
|
144740
144740
|
/**
|
|
@@ -144919,7 +144919,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList
|
|
|
144919
144919
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
144920
144920
|
*/
|
|
144921
144921
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
144922
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
144922
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
144923
144923
|
}
|
|
144924
144924
|
|
|
144925
144925
|
/**
|
|
@@ -145633,7 +145633,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList
|
|
|
145633
145633
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
145634
145634
|
*/
|
|
145635
145635
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
145636
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
145636
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
145637
145637
|
}
|
|
145638
145638
|
|
|
145639
145639
|
/**
|
|
@@ -145818,7 +145818,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute
|
|
|
145818
145818
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
145819
145819
|
*/
|
|
145820
145820
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
145821
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
145821
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
145822
145822
|
}
|
|
145823
145823
|
|
|
145824
145824
|
/**
|
|
@@ -146770,7 +146770,7 @@ export class DashboardWidgetTimeseriesDefinitionRequestList extends cdktn.Comple
|
|
|
146770
146770
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
146771
146771
|
*/
|
|
146772
146772
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
146773
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
146773
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
146774
146774
|
}
|
|
146775
146775
|
|
|
146776
146776
|
/**
|
|
@@ -147986,7 +147986,7 @@ export class DashboardWidgetToplistDefinitionCustomLinkList extends cdktn.Comple
|
|
|
147986
147986
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
147987
147987
|
*/
|
|
147988
147988
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
147989
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
147989
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
147990
147990
|
}
|
|
147991
147991
|
|
|
147992
147992
|
/**
|
|
@@ -148477,7 +148477,7 @@ export class DashboardWidgetToplistDefinitionRequestApmQueryGroupByList extends
|
|
|
148477
148477
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
148478
148478
|
*/
|
|
148479
148479
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
148480
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
148480
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
148481
148481
|
}
|
|
148482
148482
|
|
|
148483
148483
|
/**
|
|
@@ -148662,7 +148662,7 @@ export class DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList ext
|
|
|
148662
148662
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
148663
148663
|
*/
|
|
148664
148664
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
148665
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
148665
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
148666
148666
|
}
|
|
148667
148667
|
|
|
148668
148668
|
/**
|
|
@@ -149376,7 +149376,7 @@ export class DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList extend
|
|
|
149376
149376
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
149377
149377
|
*/
|
|
149378
149378
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
149379
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
149379
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
149380
149380
|
}
|
|
149381
149381
|
|
|
149382
149382
|
/**
|
|
@@ -149561,7 +149561,7 @@ export class DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList e
|
|
|
149561
149561
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
149562
149562
|
*/
|
|
149563
149563
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
149564
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
149564
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
149565
149565
|
}
|
|
149566
149566
|
|
|
149567
149567
|
/**
|
|
@@ -150173,7 +150173,7 @@ export class DashboardWidgetToplistDefinitionRequestConditionalFormatsList exten
|
|
|
150173
150173
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
150174
150174
|
*/
|
|
150175
150175
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
150176
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
150176
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
150177
150177
|
}
|
|
150178
150178
|
|
|
150179
150179
|
/**
|
|
@@ -150562,7 +150562,7 @@ export class DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsLis
|
|
|
150562
150562
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
150563
150563
|
*/
|
|
150564
150564
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
150565
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
150565
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
150566
150566
|
}
|
|
150567
150567
|
|
|
150568
150568
|
/**
|
|
@@ -150938,7 +150938,7 @@ export class DashboardWidgetToplistDefinitionRequestFormulaList extends cdktn.Co
|
|
|
150938
150938
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
150939
150939
|
*/
|
|
150940
150940
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
150941
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
150941
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
150942
150942
|
}
|
|
150943
150943
|
|
|
150944
150944
|
/**
|
|
@@ -151288,7 +151288,7 @@ DashboardWidgetSunburstDefinitionOutputReference,
|
|
|
151288
151288
|
DashboardWidgetTimeseriesDefinition,
|
|
151289
151289
|
dashboardWidgetTimeseriesDefinitionToTerraform,
|
|
151290
151290
|
dashboardWidgetTimeseriesDefinitionToHclTerraform,
|
|
151291
|
-
DashboardWidgetTimeseriesDefinitionOutputReference } from './structs2800'
|
|
151291
|
+
DashboardWidgetTimeseriesDefinitionOutputReference } from './structs2800';
|
|
151292
151292
|
import { DashboardWidgetAlertGraphDefinition,
|
|
151293
151293
|
dashboardWidgetAlertGraphDefinitionToTerraform,
|
|
151294
151294
|
dashboardWidgetAlertGraphDefinitionToHclTerraform,
|
|
@@ -151324,7 +151324,7 @@ DashboardWidgetFreeTextDefinitionOutputReference,
|
|
|
151324
151324
|
DashboardWidgetGeomapDefinition,
|
|
151325
151325
|
dashboardWidgetGeomapDefinitionToTerraform,
|
|
151326
151326
|
dashboardWidgetGeomapDefinitionToHclTerraform,
|
|
151327
|
-
DashboardWidgetGeomapDefinitionOutputReference } from './structs0'
|
|
151327
|
+
DashboardWidgetGeomapDefinitionOutputReference } from './structs0';
|
|
151328
151328
|
import { DashboardWidgetGroupDefinition,
|
|
151329
151329
|
dashboardWidgetGroupDefinitionToTerraform,
|
|
151330
151330
|
dashboardWidgetGroupDefinitionToHclTerraform,
|
|
@@ -151356,7 +151356,7 @@ DashboardWidgetManageStatusDefinitionOutputReference,
|
|
|
151356
151356
|
DashboardWidgetNoteDefinition,
|
|
151357
151357
|
dashboardWidgetNoteDefinitionToTerraform,
|
|
151358
151358
|
dashboardWidgetNoteDefinitionToHclTerraform,
|
|
151359
|
-
DashboardWidgetNoteDefinitionOutputReference } from './structs2000'
|
|
151359
|
+
DashboardWidgetNoteDefinitionOutputReference } from './structs2000';
|
|
151360
151360
|
import { DashboardWidgetQueryTableDefinition,
|
|
151361
151361
|
dashboardWidgetQueryTableDefinitionToTerraform,
|
|
151362
151362
|
dashboardWidgetQueryTableDefinitionToHclTerraform,
|
|
@@ -151376,7 +151376,7 @@ DashboardWidgetServiceLevelObjectiveDefinitionOutputReference,
|
|
|
151376
151376
|
DashboardWidgetServicemapDefinition,
|
|
151377
151377
|
dashboardWidgetServicemapDefinitionToTerraform,
|
|
151378
151378
|
dashboardWidgetServicemapDefinitionToHclTerraform,
|
|
151379
|
-
DashboardWidgetServicemapDefinitionOutputReference } from './structs2400'
|
|
151379
|
+
DashboardWidgetServicemapDefinitionOutputReference } from './structs2400';
|
|
151380
151380
|
export interface DashboardWidgetToplistDefinitionRequestLogQueryGroupBy {
|
|
151381
151381
|
/**
|
|
151382
151382
|
* The facet name.
|
|
@@ -151555,7 +151555,7 @@ export class DashboardWidgetToplistDefinitionRequestLogQueryGroupByList extends
|
|
|
151555
151555
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
151556
151556
|
*/
|
|
151557
151557
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
151558
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
151558
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
151559
151559
|
}
|
|
151560
151560
|
|
|
151561
151561
|
/**
|
|
@@ -151740,7 +151740,7 @@ export class DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList ext
|
|
|
151740
151740
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
151741
151741
|
*/
|
|
151742
151742
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
151743
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
151743
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
151744
151744
|
}
|
|
151745
151745
|
|
|
151746
151746
|
/**
|
|
@@ -153102,7 +153102,7 @@ export class DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList e
|
|
|
153102
153102
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
153103
153103
|
*/
|
|
153104
153104
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
153105
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
153105
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
153106
153106
|
}
|
|
153107
153107
|
|
|
153108
153108
|
/**
|
|
@@ -153440,7 +153440,7 @@ export class DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList e
|
|
|
153440
153440
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
153441
153441
|
*/
|
|
153442
153442
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
153443
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
153443
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
153444
153444
|
}
|
|
153445
153445
|
|
|
153446
153446
|
/**
|
|
@@ -154575,7 +154575,7 @@ export class DashboardWidgetToplistDefinitionRequestQueryList extends cdktn.Comp
|
|
|
154575
154575
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
154576
154576
|
*/
|
|
154577
154577
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
154578
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
154578
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
154579
154579
|
}
|
|
154580
154580
|
|
|
154581
154581
|
/**
|
|
@@ -155066,7 +155066,7 @@ export class DashboardWidgetToplistDefinitionRequestRumQueryGroupByList extends
|
|
|
155066
155066
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
155067
155067
|
*/
|
|
155068
155068
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
155069
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
155069
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
155070
155070
|
}
|
|
155071
155071
|
|
|
155072
155072
|
/**
|
|
@@ -155251,7 +155251,7 @@ export class DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList ext
|
|
|
155251
155251
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
155252
155252
|
*/
|
|
155253
155253
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
155254
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
155254
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
155255
155255
|
}
|
|
155256
155256
|
|
|
155257
155257
|
/**
|
|
@@ -155965,7 +155965,7 @@ export class DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList ext
|
|
|
155965
155965
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
155966
155966
|
*/
|
|
155967
155967
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
155968
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
155968
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
155969
155969
|
}
|
|
155970
155970
|
|
|
155971
155971
|
/**
|
|
@@ -156150,7 +156150,7 @@ export class DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeLis
|
|
|
156150
156150
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
156151
156151
|
*/
|
|
156152
156152
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
156153
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
156153
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
156154
156154
|
}
|
|
156155
156155
|
|
|
156156
156156
|
/**
|
|
@@ -156927,7 +156927,7 @@ export class DashboardWidgetToplistDefinitionRequestList extends cdktn.ComplexLi
|
|
|
156927
156927
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
156928
156928
|
*/
|
|
156929
156929
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
156930
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
156930
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
156931
156931
|
}
|
|
156932
156932
|
|
|
156933
156933
|
/**
|
|
@@ -158144,7 +158144,7 @@ export class DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsLis
|
|
|
158144
158144
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
158145
158145
|
*/
|
|
158146
158146
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
158147
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
158147
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
158148
158148
|
}
|
|
158149
158149
|
|
|
158150
158150
|
/**
|
|
@@ -158520,7 +158520,7 @@ export class DashboardWidgetTreemapDefinitionRequestFormulaList extends cdktn.Co
|
|
|
158520
158520
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
158521
158521
|
*/
|
|
158522
158522
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
158523
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
158523
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
158524
158524
|
}
|
|
158525
158525
|
|
|
158526
158526
|
/**
|
|
@@ -159471,7 +159471,7 @@ export class DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList e
|
|
|
159471
159471
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
159472
159472
|
*/
|
|
159473
159473
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
159474
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
159474
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
159475
159475
|
}
|
|
159476
159476
|
|
|
159477
159477
|
/**
|
|
@@ -159809,7 +159809,7 @@ export class DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList e
|
|
|
159809
159809
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
159810
159810
|
*/
|
|
159811
159811
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
159812
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
159812
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
159813
159813
|
}
|
|
159814
159814
|
|
|
159815
159815
|
/**
|
|
@@ -160944,7 +160944,7 @@ export class DashboardWidgetTreemapDefinitionRequestQueryList extends cdktn.Comp
|
|
|
160944
160944
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
160945
160945
|
*/
|
|
160946
160946
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
160947
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
160947
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
160948
160948
|
}
|
|
160949
160949
|
|
|
160950
160950
|
/**
|
|
@@ -161097,7 +161097,7 @@ export class DashboardWidgetTreemapDefinitionRequestList extends cdktn.ComplexLi
|
|
|
161097
161097
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
161098
161098
|
*/
|
|
161099
161099
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
161100
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
161100
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
161101
161101
|
}
|
|
161102
161102
|
|
|
161103
161103
|
/**
|
|
@@ -162500,7 +162500,7 @@ export class DashboardWidgetList extends cdktn.ComplexList {
|
|
|
162500
162500
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
162501
162501
|
*/
|
|
162502
162502
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
162503
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
162503
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
162504
162504
|
}
|
|
162505
162505
|
|
|
162506
162506
|
/**
|
|
@@ -162535,7 +162535,7 @@ DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputRef
|
|
|
162535
162535
|
DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink,
|
|
162536
162536
|
dashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkToTerraform,
|
|
162537
162537
|
dashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkToHclTerraform,
|
|
162538
|
-
DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList } from './structs0'
|
|
162538
|
+
DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList } from './structs0';
|
|
162539
162539
|
export interface DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery {
|
|
162540
162540
|
/**
|
|
162541
162541
|
* The data source for APM Resource Stats queries. Valid values are \`apm_resource_stats\`.
|
|
@@ -163097,7 +163097,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEve
|
|
|
163097
163097
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
163098
163098
|
*/
|
|
163099
163099
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
163100
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
163100
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
163101
163101
|
}
|
|
163102
163102
|
|
|
163103
163103
|
/**
|
|
@@ -163435,7 +163435,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEve
|
|
|
163435
163435
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
163436
163436
|
*/
|
|
163437
163437
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
163438
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
163438
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
163439
163439
|
}
|
|
163440
163440
|
|
|
163441
163441
|
/**
|
|
@@ -164570,7 +164570,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryLis
|
|
|
164570
164570
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
164571
164571
|
*/
|
|
164572
164572
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
164573
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
164573
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
164574
164574
|
}
|
|
164575
164575
|
|
|
164576
164576
|
/**
|
|
@@ -165061,7 +165061,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
|
|
|
165061
165061
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
165062
165062
|
*/
|
|
165063
165063
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
165064
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
165064
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
165065
165065
|
}
|
|
165066
165066
|
|
|
165067
165067
|
/**
|
|
@@ -165246,7 +165246,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
|
|
|
165246
165246
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
165247
165247
|
*/
|
|
165248
165248
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
165249
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
165249
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
165250
165250
|
}
|
|
165251
165251
|
|
|
165252
165252
|
/**
|
|
@@ -165960,7 +165960,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
|
|
|
165960
165960
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
165961
165961
|
*/
|
|
165962
165962
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
165963
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
165963
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
165964
165964
|
}
|
|
165965
165965
|
|
|
165966
165966
|
/**
|
|
@@ -166145,7 +166145,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
|
|
|
166145
166145
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
166146
166146
|
*/
|
|
166147
166147
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
166148
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
166148
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
166149
166149
|
}
|
|
166150
166150
|
|
|
166151
166151
|
/**
|
|
@@ -166941,7 +166941,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList ext
|
|
|
166941
166941
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
166942
166942
|
*/
|
|
166943
166943
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
166944
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
166944
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
166945
166945
|
}
|
|
166946
166946
|
|
|
166947
166947
|
/**
|
|
@@ -168053,7 +168053,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
|
|
|
168053
168053
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
168054
168054
|
*/
|
|
168055
168055
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
168056
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
168056
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
168057
168057
|
}
|
|
168058
168058
|
|
|
168059
168059
|
/**
|
|
@@ -168238,7 +168238,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
|
|
|
168238
168238
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
168239
168239
|
*/
|
|
168240
168240
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
168241
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
168241
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
168242
168242
|
}
|
|
168243
168243
|
|
|
168244
168244
|
/**
|
|
@@ -168681,7 +168681,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
|
|
|
168681
168681
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
168682
168682
|
*/
|
|
168683
168683
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
168684
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
168684
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
168685
168685
|
}
|
|
168686
168686
|
|
|
168687
168687
|
/**
|
|
@@ -169453,7 +169453,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
|
|
|
169453
169453
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
169454
169454
|
*/
|
|
169455
169455
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
169456
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
169456
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
169457
169457
|
}
|
|
169458
169458
|
|
|
169459
169459
|
/**
|
|
@@ -169638,7 +169638,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
|
|
|
169638
169638
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
169639
169639
|
*/
|
|
169640
169640
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
169641
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
169641
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
169642
169642
|
}
|
|
169643
169643
|
|
|
169644
169644
|
/**
|
|
@@ -170540,7 +170540,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
|
|
|
170540
170540
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
170541
170541
|
*/
|
|
170542
170542
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
170543
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
170543
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
170544
170544
|
}
|
|
170545
170545
|
|
|
170546
170546
|
/**
|
|
@@ -170725,7 +170725,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
|
|
|
170725
170725
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
170726
170726
|
*/
|
|
170727
170727
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
170728
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
170728
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
170729
170729
|
}
|
|
170730
170730
|
|
|
170731
170731
|
/**
|
|
@@ -171439,7 +171439,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
|
|
|
171439
171439
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
171440
171440
|
*/
|
|
171441
171441
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
171442
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
171442
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
171443
171443
|
}
|
|
171444
171444
|
|
|
171445
171445
|
/**
|
|
@@ -171624,7 +171624,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
|
|
|
171624
171624
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
171625
171625
|
*/
|
|
171626
171626
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
171627
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
171627
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
171628
171628
|
}
|
|
171629
171629
|
|
|
171630
171630
|
/**
|
|
@@ -172296,7 +172296,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLi
|
|
|
172296
172296
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
172297
172297
|
*/
|
|
172298
172298
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
172299
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
172299
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
172300
172300
|
}
|
|
172301
172301
|
|
|
172302
172302
|
/**
|
|
@@ -173554,7 +173554,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList
|
|
|
173554
173554
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
173555
173555
|
*/
|
|
173556
173556
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
173557
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
173557
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
173558
173558
|
}
|
|
173559
173559
|
|
|
173560
173560
|
/**
|
|
@@ -173943,7 +173943,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaC
|
|
|
173943
173943
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
173944
173944
|
*/
|
|
173945
173945
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
173946
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
173946
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
173947
173947
|
}
|
|
173948
173948
|
|
|
173949
173949
|
/**
|
|
@@ -174319,7 +174319,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaL
|
|
|
174319
174319
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
174320
174320
|
*/
|
|
174321
174321
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
174322
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
174322
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
174323
174323
|
}
|
|
174324
174324
|
|
|
174325
174325
|
/**
|
|
@@ -174810,7 +174810,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
|
|
|
174810
174810
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
174811
174811
|
*/
|
|
174812
174812
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
174813
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
174813
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
174814
174814
|
}
|
|
174815
174815
|
|
|
174816
174816
|
/**
|
|
@@ -174995,7 +174995,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
|
|
|
174995
174995
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
174996
174996
|
*/
|
|
174997
174997
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
174998
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
174998
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
174999
174999
|
}
|
|
175000
175000
|
|
|
175001
175001
|
/**
|
|
@@ -176169,7 +176169,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
|
|
|
176169
176169
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
176170
176170
|
*/
|
|
176171
176171
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
176172
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
176172
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
176173
176173
|
}
|
|
176174
176174
|
|
|
176175
176175
|
/**
|
|
@@ -176507,7 +176507,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
|
|
|
176507
176507
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
176508
176508
|
*/
|
|
176509
176509
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
176510
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
176510
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
176511
176511
|
}
|
|
176512
176512
|
|
|
176513
176513
|
/**
|
|
@@ -177642,7 +177642,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryLis
|
|
|
177642
177642
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
177643
177643
|
*/
|
|
177644
177644
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
177645
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
177645
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
177646
177646
|
}
|
|
177647
177647
|
|
|
177648
177648
|
/**
|
|
@@ -178133,7 +178133,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
|
|
|
178133
178133
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
178134
178134
|
*/
|
|
178135
178135
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
178136
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
178136
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
178137
178137
|
}
|
|
178138
178138
|
|
|
178139
178139
|
/**
|
|
@@ -178318,7 +178318,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
|
|
|
178318
178318
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
178319
178319
|
*/
|
|
178320
178320
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
178321
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
178321
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
178322
178322
|
}
|
|
178323
178323
|
|
|
178324
178324
|
/**
|
|
@@ -178799,7 +178799,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList ext
|
|
|
178799
178799
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
178800
178800
|
*/
|
|
178801
178801
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
178802
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
178802
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
178803
178803
|
}
|
|
178804
178804
|
|
|
178805
178805
|
/**
|
|
@@ -179548,7 +179548,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList
|
|
|
179548
179548
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
179549
179549
|
*/
|
|
179550
179550
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
179551
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
179551
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
179552
179552
|
}
|
|
179553
179553
|
|
|
179554
179554
|
/**
|
|
@@ -179698,7 +179698,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList exte
|
|
|
179698
179698
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
179699
179699
|
*/
|
|
179700
179700
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
179701
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
179701
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
179702
179702
|
}
|
|
179703
179703
|
|
|
179704
179704
|
/**
|
|
@@ -180189,7 +180189,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
|
|
|
180189
180189
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
180190
180190
|
*/
|
|
180191
180191
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
180192
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
180192
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
180193
180193
|
}
|
|
180194
180194
|
|
|
180195
180195
|
/**
|
|
@@ -180374,7 +180374,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
|
|
|
180374
180374
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
180375
180375
|
*/
|
|
180376
180376
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
180377
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
180377
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
180378
180378
|
}
|
|
180379
180379
|
|
|
180380
180380
|
/**
|
|
@@ -181088,7 +181088,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
|
|
|
181088
181088
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
181089
181089
|
*/
|
|
181090
181090
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
181091
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
181091
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
181092
181092
|
}
|
|
181093
181093
|
|
|
181094
181094
|
/**
|
|
@@ -181273,7 +181273,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
|
|
|
181273
181273
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
181274
181274
|
*/
|
|
181275
181275
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
181276
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
181276
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
181277
181277
|
}
|
|
181278
181278
|
|
|
181279
181279
|
/**
|
|
@@ -182175,7 +182175,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
|
|
|
182175
182175
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
182176
182176
|
*/
|
|
182177
182177
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
182178
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
182178
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
182179
182179
|
}
|
|
182180
182180
|
|
|
182181
182181
|
/**
|
|
@@ -182360,7 +182360,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
|
|
|
182360
182360
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
182361
182361
|
*/
|
|
182362
182362
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
182363
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
182363
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
182364
182364
|
}
|
|
182365
182365
|
|
|
182366
182366
|
/**
|
|
@@ -183074,7 +183074,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
|
|
|
183074
183074
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
183075
183075
|
*/
|
|
183076
183076
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
183077
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
183077
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
183078
183078
|
}
|
|
183079
183079
|
|
|
183080
183080
|
/**
|
|
@@ -183259,7 +183259,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
|
|
|
183259
183259
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
183260
183260
|
*/
|
|
183261
183261
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
183262
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
183262
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
183263
183263
|
}
|
|
183264
183264
|
|
|
183265
183265
|
/**
|
|
@@ -183896,7 +183896,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList ex
|
|
|
183896
183896
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
183897
183897
|
*/
|
|
183898
183898
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
183899
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
183899
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
183900
183900
|
}
|
|
183901
183901
|
|
|
183902
183902
|
/**
|
|
@@ -184746,7 +184746,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList
|
|
|
184746
184746
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
184747
184747
|
*/
|
|
184748
184748
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
184749
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
184749
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
184750
184750
|
}
|
|
184751
184751
|
|
|
184752
184752
|
/**
|
|
@@ -185237,7 +185237,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
|
|
|
185237
185237
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
185238
185238
|
*/
|
|
185239
185239
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
185240
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
185240
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
185241
185241
|
}
|
|
185242
185242
|
|
|
185243
185243
|
/**
|
|
@@ -185422,7 +185422,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
|
|
|
185422
185422
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
185423
185423
|
*/
|
|
185424
185424
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
185425
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
185425
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
185426
185426
|
}
|
|
185427
185427
|
|
|
185428
185428
|
/**
|
|
@@ -186136,7 +186136,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
|
|
|
186136
186136
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
186137
186137
|
*/
|
|
186138
186138
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
186139
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
186139
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
186140
186140
|
}
|
|
186141
186141
|
|
|
186142
186142
|
/**
|
|
@@ -186321,7 +186321,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
|
|
|
186321
186321
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
186322
186322
|
*/
|
|
186323
186323
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
186324
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
186324
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
186325
186325
|
}
|
|
186326
186326
|
|
|
186327
186327
|
/**
|
|
@@ -186759,7 +186759,7 @@ DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutp
|
|
|
186759
186759
|
DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink,
|
|
186760
186760
|
dashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkToTerraform,
|
|
186761
186761
|
dashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkToHclTerraform,
|
|
186762
|
-
DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList } from './structs400'
|
|
186762
|
+
DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList } from './structs400';
|
|
186763
186763
|
export interface DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery {
|
|
186764
186764
|
/**
|
|
186765
186765
|
* The aggregation method.
|
|
@@ -187241,7 +187241,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
|
|
|
187241
187241
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
187242
187242
|
*/
|
|
187243
187243
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
187244
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
187244
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
187245
187245
|
}
|
|
187246
187246
|
|
|
187247
187247
|
/**
|
|
@@ -187426,7 +187426,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
|
|
|
187426
187426
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
187427
187427
|
*/
|
|
187428
187428
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
187429
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
187429
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
187430
187430
|
}
|
|
187431
187431
|
|
|
187432
187432
|
/**
|
|
@@ -188140,7 +188140,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
|
|
|
188140
188140
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
188141
188141
|
*/
|
|
188142
188142
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
188143
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
188143
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
188144
188144
|
}
|
|
188145
188145
|
|
|
188146
188146
|
/**
|
|
@@ -188325,7 +188325,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
|
|
|
188325
188325
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
188326
188326
|
*/
|
|
188327
188327
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
188328
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
188328
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
188329
188329
|
}
|
|
188330
188330
|
|
|
188331
188331
|
/**
|
|
@@ -188841,7 +188841,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLis
|
|
|
188841
188841
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
188842
188842
|
*/
|
|
188843
188843
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
188844
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
188844
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
188845
188845
|
}
|
|
188846
188846
|
|
|
188847
188847
|
/**
|
|
@@ -189332,7 +189332,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
|
|
|
189332
189332
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
189333
189333
|
*/
|
|
189334
189334
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
189335
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
189335
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
189336
189336
|
}
|
|
189337
189337
|
|
|
189338
189338
|
/**
|
|
@@ -189517,7 +189517,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
|
|
|
189517
189517
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
189518
189518
|
*/
|
|
189519
189519
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
189520
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
189520
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
189521
189521
|
}
|
|
189522
189522
|
|
|
189523
189523
|
/**
|
|
@@ -190231,7 +190231,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
|
|
|
190231
190231
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
190232
190232
|
*/
|
|
190233
190233
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
190234
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
190234
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
190235
190235
|
}
|
|
190236
190236
|
|
|
190237
190237
|
/**
|
|
@@ -190416,7 +190416,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
|
|
|
190416
190416
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
190417
190417
|
*/
|
|
190418
190418
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
190419
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
190419
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
190420
190420
|
}
|
|
190421
190421
|
|
|
190422
190422
|
/**
|
|
@@ -191318,7 +191318,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
|
|
|
191318
191318
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
191319
191319
|
*/
|
|
191320
191320
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
191321
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
191321
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
191322
191322
|
}
|
|
191323
191323
|
|
|
191324
191324
|
/**
|
|
@@ -191503,7 +191503,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
|
|
|
191503
191503
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
191504
191504
|
*/
|
|
191505
191505
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
191506
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
191506
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
191507
191507
|
}
|
|
191508
191508
|
|
|
191509
191509
|
/**
|
|
@@ -192217,7 +192217,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSec
|
|
|
192217
192217
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
192218
192218
|
*/
|
|
192219
192219
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
192220
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
192220
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
192221
192221
|
}
|
|
192222
192222
|
|
|
192223
192223
|
/**
|
|
@@ -192402,7 +192402,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSec
|
|
|
192402
192402
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
192403
192403
|
*/
|
|
192404
192404
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
192405
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
192405
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
192406
192406
|
}
|
|
192407
192407
|
|
|
192408
192408
|
/**
|
|
@@ -192918,7 +192918,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLis
|
|
|
192918
192918
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
192919
192919
|
*/
|
|
192920
192920
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
192921
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
192921
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
192922
192922
|
}
|
|
192923
192923
|
|
|
192924
192924
|
/**
|
|
@@ -195612,7 +195612,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkL
|
|
|
195612
195612
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
195613
195613
|
*/
|
|
195614
195614
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
195615
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
195615
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
195616
195616
|
}
|
|
195617
195617
|
|
|
195618
195618
|
/**
|
|
@@ -196103,7 +196103,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQ
|
|
|
196103
196103
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
196104
196104
|
*/
|
|
196105
196105
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
196106
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
196106
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
196107
196107
|
}
|
|
196108
196108
|
|
|
196109
196109
|
/**
|
|
@@ -196288,7 +196288,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQ
|
|
|
196288
196288
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
196289
196289
|
*/
|
|
196290
196290
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
196291
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
196291
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
196292
196292
|
}
|
|
196293
196293
|
|
|
196294
196294
|
/**
|
|
@@ -196731,7 +196731,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmS
|
|
|
196731
196731
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
196732
196732
|
*/
|
|
196733
196733
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
196734
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
196734
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
196735
196735
|
}
|
|
196736
196736
|
|
|
196737
196737
|
/**
|
|
@@ -197401,7 +197401,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestCond
|
|
|
197401
197401
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
197402
197402
|
*/
|
|
197403
197403
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
197404
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
197404
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
197405
197405
|
}
|
|
197406
197406
|
|
|
197407
197407
|
/**
|
|
@@ -197790,7 +197790,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestForm
|
|
|
197790
197790
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
197791
197791
|
*/
|
|
197792
197792
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
197793
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
197793
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
197794
197794
|
}
|
|
197795
197795
|
|
|
197796
197796
|
/**
|
|
@@ -198166,7 +198166,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestForm
|
|
|
198166
198166
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
198167
198167
|
*/
|
|
198168
198168
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
198169
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
198169
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
198170
198170
|
}
|
|
198171
198171
|
|
|
198172
198172
|
/**
|
|
@@ -198657,7 +198657,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQ
|
|
|
198657
198657
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
198658
198658
|
*/
|
|
198659
198659
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
198660
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
198660
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
198661
198661
|
}
|
|
198662
198662
|
|
|
198663
198663
|
/**
|
|
@@ -198842,7 +198842,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQ
|
|
|
198842
198842
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
198843
198843
|
*/
|
|
198844
198844
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
198845
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
198845
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
198846
198846
|
}
|
|
198847
198847
|
|
|
198848
198848
|
/**
|
|
@@ -200204,7 +200204,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuer
|
|
|
200204
200204
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
200205
200205
|
*/
|
|
200206
200206
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
200207
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
200207
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
200208
200208
|
}
|
|
200209
200209
|
|
|
200210
200210
|
/**
|
|
@@ -200542,7 +200542,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuer
|
|
|
200542
200542
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
200543
200543
|
*/
|
|
200544
200544
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
200545
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
200545
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
200546
200546
|
}
|
|
200547
200547
|
|
|
200548
200548
|
/**
|
|
@@ -201677,7 +201677,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuer
|
|
|
201677
201677
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
201678
201678
|
*/
|
|
201679
201679
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
201680
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
201680
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
201681
201681
|
}
|
|
201682
201682
|
|
|
201683
201683
|
/**
|
|
@@ -202168,7 +202168,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQ
|
|
|
202168
202168
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
202169
202169
|
*/
|
|
202170
202170
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
202171
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
202171
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
202172
202172
|
}
|
|
202173
202173
|
|
|
202174
202174
|
/**
|
|
@@ -202353,7 +202353,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQ
|
|
|
202353
202353
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
202354
202354
|
*/
|
|
202355
202355
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
202356
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
202356
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
202357
202357
|
}
|
|
202358
202358
|
|
|
202359
202359
|
/**
|
|
@@ -203067,7 +203067,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecu
|
|
|
203067
203067
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
203068
203068
|
*/
|
|
203069
203069
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
203070
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
203070
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
203071
203071
|
}
|
|
203072
203072
|
|
|
203073
203073
|
/**
|
|
@@ -203252,7 +203252,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecu
|
|
|
203252
203252
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
203253
203253
|
*/
|
|
203254
203254
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
203255
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
203255
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
203256
203256
|
}
|
|
203257
203257
|
|
|
203258
203258
|
/**
|
|
@@ -204083,7 +204083,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList
|
|
|
204083
204083
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
204084
204084
|
*/
|
|
204085
204085
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
204086
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
204086
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
204087
204087
|
}
|
|
204088
204088
|
|
|
204089
204089
|
/**
|
|
@@ -204602,7 +204602,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkL
|
|
|
204602
204602
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
204603
204603
|
*/
|
|
204604
204604
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
204605
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
204605
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
204606
204606
|
}
|
|
204607
204607
|
|
|
204608
204608
|
/**
|
|
@@ -205093,7 +205093,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQ
|
|
|
205093
205093
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
205094
205094
|
*/
|
|
205095
205095
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
205096
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
205096
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
205097
205097
|
}
|
|
205098
205098
|
|
|
205099
205099
|
/**
|
|
@@ -205278,7 +205278,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQ
|
|
|
205278
205278
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
205279
205279
|
*/
|
|
205280
205280
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
205281
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
205281
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
205282
205282
|
}
|
|
205283
205283
|
|
|
205284
205284
|
/**
|
|
@@ -205992,7 +205992,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAudi
|
|
|
205992
205992
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
205993
205993
|
*/
|
|
205994
205994
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
205995
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
205995
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
205996
205996
|
}
|
|
205997
205997
|
|
|
205998
205998
|
/**
|
|
@@ -206177,7 +206177,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAudi
|
|
|
206177
206177
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
206178
206178
|
*/
|
|
206179
206179
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
206180
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
206180
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
206181
206181
|
}
|
|
206182
206182
|
|
|
206183
206183
|
/**
|
|
@@ -206789,7 +206789,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestCond
|
|
|
206789
206789
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
206790
206790
|
*/
|
|
206791
206791
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
206792
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
206792
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
206793
206793
|
}
|
|
206794
206794
|
|
|
206795
206795
|
/**
|
|
@@ -207178,7 +207178,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestForm
|
|
|
207178
207178
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
207179
207179
|
*/
|
|
207180
207180
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
207181
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
207181
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
207182
207182
|
}
|
|
207183
207183
|
|
|
207184
207184
|
/**
|
|
@@ -207554,7 +207554,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestForm
|
|
|
207554
207554
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
207555
207555
|
*/
|
|
207556
207556
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
207557
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
207557
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
207558
207558
|
}
|
|
207559
207559
|
|
|
207560
207560
|
/**
|
|
@@ -208045,7 +208045,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQ
|
|
|
208045
208045
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
208046
208046
|
*/
|
|
208047
208047
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
208048
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
208048
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
208049
208049
|
}
|
|
208050
208050
|
|
|
208051
208051
|
/**
|
|
@@ -208230,7 +208230,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQ
|
|
|
208230
208230
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
208231
208231
|
*/
|
|
208232
208232
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
208233
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
208233
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
208234
208234
|
}
|
|
208235
208235
|
|
|
208236
208236
|
/**
|
|
@@ -209592,7 +209592,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuer
|
|
|
209592
209592
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
209593
209593
|
*/
|
|
209594
209594
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
209595
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
209595
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
209596
209596
|
}
|
|
209597
209597
|
|
|
209598
209598
|
/**
|
|
@@ -209930,7 +209930,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuer
|
|
|
209930
209930
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
209931
209931
|
*/
|
|
209932
209932
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
209933
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
209933
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
209934
209934
|
}
|
|
209935
209935
|
|
|
209936
209936
|
/**
|
|
@@ -211065,7 +211065,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuer
|
|
|
211065
211065
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
211066
211066
|
*/
|
|
211067
211067
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
211068
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
211068
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
211069
211069
|
}
|
|
211070
211070
|
|
|
211071
211071
|
/**
|
|
@@ -211556,7 +211556,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQ
|
|
|
211556
211556
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
211557
211557
|
*/
|
|
211558
211558
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
211559
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
211559
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
211560
211560
|
}
|
|
211561
211561
|
|
|
211562
211562
|
/**
|
|
@@ -211741,7 +211741,7 @@ export class DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQ
|
|
|
211741
211741
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
211742
211742
|
*/
|
|
211743
211743
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
211744
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
211744
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
211745
211745
|
}
|
|
211746
211746
|
|
|
211747
211747
|
/**
|
|
@@ -211988,8 +211988,8 @@ DashboardTemplateVariablePresetList,
|
|
|
211988
211988
|
DashboardWidget,
|
|
211989
211989
|
dashboardWidgetToTerraform,
|
|
211990
211990
|
dashboardWidgetToHclTerraform,
|
|
211991
|
-
DashboardWidgetList} from './index-structs'
|
|
211992
|
-
export * from './index-structs'
|
|
211991
|
+
DashboardWidgetList} from './index-structs/index';
|
|
211992
|
+
export * from './index-structs/index';
|
|
211993
211993
|
import { Construct } from 'constructs';
|
|
211994
211994
|
import * as cdktn from 'cdktn';
|
|
211995
211995
|
export interface DashboardConfig extends cdktn.TerraformMetaArguments {
|
|
@@ -212882,7 +212882,7 @@ export class DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList extends cd
|
|
|
212882
212882
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
212883
212883
|
*/
|
|
212884
212884
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
212885
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
212885
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
212886
212886
|
}
|
|
212887
212887
|
|
|
212888
212888
|
/**
|
|
@@ -213724,7 +213724,7 @@ export class DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList extends
|
|
|
213724
213724
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
213725
213725
|
*/
|
|
213726
213726
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
213727
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
213727
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
213728
213728
|
}
|
|
213729
213729
|
|
|
213730
213730
|
/**
|
|
@@ -213810,7 +213810,7 @@ export class DataDatadogLogsIndexesLogsIndexesExclusionFilterList extends cdktn.
|
|
|
213810
213810
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
213811
213811
|
*/
|
|
213812
213812
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
213813
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
213813
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
213814
213814
|
}
|
|
213815
213815
|
|
|
213816
213816
|
/**
|
|
@@ -213885,7 +213885,7 @@ export class DataDatadogLogsIndexesLogsIndexesFilterList extends cdktn.ComplexLi
|
|
|
213885
213885
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
213886
213886
|
*/
|
|
213887
213887
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
213888
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
213888
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
213889
213889
|
}
|
|
213890
213890
|
|
|
213891
213891
|
/**
|
|
@@ -213982,7 +213982,7 @@ export class DataDatadogLogsIndexesLogsIndexesList extends cdktn.ComplexList {
|
|
|
213982
213982
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
213983
213983
|
*/
|
|
213984
213984
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
213985
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
213985
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
213986
213986
|
}
|
|
213987
213987
|
|
|
213988
213988
|
/**
|
|
@@ -214207,7 +214207,7 @@ export class DataDatadogMonitorMonitorThresholdWindowsList extends cdktn.Complex
|
|
|
214207
214207
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
214208
214208
|
*/
|
|
214209
214209
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
214210
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
214210
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
214211
214211
|
}
|
|
214212
214212
|
|
|
214213
214213
|
/**
|
|
@@ -214307,7 +214307,7 @@ export class DataDatadogMonitorMonitorThresholdsList extends cdktn.ComplexList {
|
|
|
214307
214307
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
214308
214308
|
*/
|
|
214309
214309
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
214310
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
214310
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
214311
214311
|
}
|
|
214312
214312
|
|
|
214313
214313
|
/**
|
|
@@ -214725,7 +214725,7 @@ export class DataDatadogMonitorsMonitorsList extends cdktn.ComplexList {
|
|
|
214725
214725
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
214726
214726
|
*/
|
|
214727
214727
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
214728
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
214728
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
214729
214729
|
}
|
|
214730
214730
|
|
|
214731
214731
|
/**
|
|
@@ -215300,7 +215300,7 @@ export class DataDatadogRolesRolesList extends cdktn.ComplexList {
|
|
|
215300
215300
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
215301
215301
|
*/
|
|
215302
215302
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
215303
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
215303
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
215304
215304
|
}
|
|
215305
215305
|
|
|
215306
215306
|
/**
|
|
@@ -215531,7 +215531,7 @@ export class DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList exte
|
|
|
215531
215531
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
215532
215532
|
*/
|
|
215533
215533
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
215534
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
215534
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
215535
215535
|
}
|
|
215536
215536
|
|
|
215537
215537
|
/**
|
|
@@ -215632,7 +215632,7 @@ export class DataDatadogSecurityMonitoringFiltersFiltersList extends cdktn.Compl
|
|
|
215632
215632
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
215633
215633
|
*/
|
|
215634
215634
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
215635
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
215635
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
215636
215636
|
}
|
|
215637
215637
|
|
|
215638
215638
|
/**
|
|
@@ -215878,7 +215878,7 @@ export class DataDatadogSecurityMonitoringRulesRulesCaseList extends cdktn.Compl
|
|
|
215878
215878
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
215879
215879
|
*/
|
|
215880
215880
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
215881
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
215881
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
215882
215882
|
}
|
|
215883
215883
|
|
|
215884
215884
|
/**
|
|
@@ -215958,7 +215958,7 @@ export class DataDatadogSecurityMonitoringRulesRulesFilterList extends cdktn.Com
|
|
|
215958
215958
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
215959
215959
|
*/
|
|
215960
215960
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
215961
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
215961
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
215962
215962
|
}
|
|
215963
215963
|
|
|
215964
215964
|
/**
|
|
@@ -216033,7 +216033,7 @@ export class DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptio
|
|
|
216033
216033
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216034
216034
|
*/
|
|
216035
216035
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216036
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216036
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216037
216037
|
}
|
|
216038
216038
|
|
|
216039
216039
|
/**
|
|
@@ -216113,7 +216113,7 @@ export class DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList e
|
|
|
216113
216113
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216114
216114
|
*/
|
|
216115
216115
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216116
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216116
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216117
216117
|
}
|
|
216118
216118
|
|
|
216119
216119
|
/**
|
|
@@ -216215,7 +216215,7 @@ export class DataDatadogSecurityMonitoringRulesRulesOptionsList extends cdktn.Co
|
|
|
216215
216215
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216216
216216
|
*/
|
|
216217
216217
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216218
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216218
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216219
216219
|
}
|
|
216220
216220
|
|
|
216221
216221
|
/**
|
|
@@ -216295,7 +216295,7 @@ export class DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList extends c
|
|
|
216295
216295
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216296
216296
|
*/
|
|
216297
216297
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216298
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216298
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216299
216299
|
}
|
|
216300
216300
|
|
|
216301
216301
|
/**
|
|
@@ -216401,7 +216401,7 @@ export class DataDatadogSecurityMonitoringRulesRulesQueryList extends cdktn.Comp
|
|
|
216401
216401
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216402
216402
|
*/
|
|
216403
216403
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216404
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216404
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216405
216405
|
}
|
|
216406
216406
|
|
|
216407
216407
|
/**
|
|
@@ -216525,7 +216525,7 @@ export class DataDatadogSecurityMonitoringRulesRulesList extends cdktn.ComplexLi
|
|
|
216525
216525
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
216526
216526
|
*/
|
|
216527
216527
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
216528
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
216528
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
216529
216529
|
}
|
|
216530
216530
|
|
|
216531
216531
|
/**
|
|
@@ -217085,7 +217085,7 @@ export class DataDatadogServiceLevelObjectivesSlosList extends cdktn.ComplexList
|
|
|
217085
217085
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
217086
217086
|
*/
|
|
217087
217087
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
217088
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
217088
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
217089
217089
|
}
|
|
217090
217090
|
|
|
217091
217091
|
/**
|
|
@@ -218620,71 +218620,71 @@ export class Downtime extends cdktn.TerraformResource {
|
|
|
218620
218620
|
}
|
|
218621
218621
|
",
|
|
218622
218622
|
"providers/datadog/index.ts": "// generated by cdktn get
|
|
218623
|
-
export * as apiKey from './api-key';
|
|
218624
|
-
export * as applicationKey from './application-key';
|
|
218625
|
-
export * as authnMapping from './authn-mapping';
|
|
218626
|
-
export * as childOrganization from './child-organization';
|
|
218627
|
-
export * as cloudWorkloadSecurityAgentRule from './cloud-workload-security-agent-rule';
|
|
218628
|
-
export * as dashboard from './dashboard';
|
|
218629
|
-
export * as dashboardJson from './dashboard-json';
|
|
218630
|
-
export * as dashboardList from './dashboard-list';
|
|
218631
|
-
export * as downtime from './downtime';
|
|
218632
|
-
export * as integrationAws from './integration-aws';
|
|
218633
|
-
export * as integrationAwsLambdaArn from './integration-aws-lambda-arn';
|
|
218634
|
-
export * as integrationAwsLogCollection from './integration-aws-log-collection';
|
|
218635
|
-
export * as integrationAwsTagFilter from './integration-aws-tag-filter';
|
|
218636
|
-
export * as integrationAzure from './integration-azure';
|
|
218637
|
-
export * as integrationGcp from './integration-gcp';
|
|
218638
|
-
export * as integrationPagerduty from './integration-pagerduty';
|
|
218639
|
-
export * as integrationPagerdutyServiceObject from './integration-pagerduty-service-object';
|
|
218640
|
-
export * as integrationSlackChannel from './integration-slack-channel';
|
|
218641
|
-
export * as logsArchive from './logs-archive';
|
|
218642
|
-
export * as logsArchiveOrder from './logs-archive-order';
|
|
218643
|
-
export * as logsCustomPipeline from './logs-custom-pipeline';
|
|
218644
|
-
export * as logsIndex from './logs-index';
|
|
218645
|
-
export * as logsIndexOrder from './logs-index-order';
|
|
218646
|
-
export * as logsIntegrationPipeline from './logs-integration-pipeline';
|
|
218647
|
-
export * as logsMetric from './logs-metric';
|
|
218648
|
-
export * as logsPipelineOrder from './logs-pipeline-order';
|
|
218649
|
-
export * as metricMetadata from './metric-metadata';
|
|
218650
|
-
export * as metricTagConfiguration from './metric-tag-configuration';
|
|
218651
|
-
export * as monitor from './monitor';
|
|
218652
|
-
export * as monitorJson from './monitor-json';
|
|
218653
|
-
export * as organizationSettings from './organization-settings';
|
|
218654
|
-
export * as role from './role';
|
|
218655
|
-
export * as securityMonitoringDefaultRule from './security-monitoring-default-rule';
|
|
218656
|
-
export * as securityMonitoringFilter from './security-monitoring-filter';
|
|
218657
|
-
export * as securityMonitoringRule from './security-monitoring-rule';
|
|
218658
|
-
export * as serviceLevelObjective from './service-level-objective';
|
|
218659
|
-
export * as sloCorrection from './slo-correction';
|
|
218660
|
-
export * as syntheticsGlobalVariable from './synthetics-global-variable';
|
|
218661
|
-
export * as syntheticsPrivateLocation from './synthetics-private-location';
|
|
218662
|
-
export * as syntheticsTest from './synthetics-test';
|
|
218663
|
-
export * as user from './user';
|
|
218664
|
-
export * as webhook from './webhook';
|
|
218665
|
-
export * as webhookCustomVariable from './webhook-custom-variable';
|
|
218666
|
-
export * as dataDatadogApiKey from './data-datadog-api-key';
|
|
218667
|
-
export * as dataDatadogApplicationKey from './data-datadog-application-key';
|
|
218668
|
-
export * as dataDatadogCloudWorkloadSecurityAgentRules from './data-datadog-cloud-workload-security-agent-rules';
|
|
218669
|
-
export * as dataDatadogDashboard from './data-datadog-dashboard';
|
|
218670
|
-
export * as dataDatadogDashboardList from './data-datadog-dashboard-list';
|
|
218671
|
-
export * as dataDatadogIpRanges from './data-datadog-ip-ranges';
|
|
218672
|
-
export * as dataDatadogLogsIndexes from './data-datadog-logs-indexes';
|
|
218673
|
-
export * as dataDatadogLogsIndexesOrder from './data-datadog-logs-indexes-order';
|
|
218674
|
-
export * as dataDatadogMonitor from './data-datadog-monitor';
|
|
218675
|
-
export * as dataDatadogMonitors from './data-datadog-monitors';
|
|
218676
|
-
export * as dataDatadogPermissions from './data-datadog-permissions';
|
|
218677
|
-
export * as dataDatadogRole from './data-datadog-role';
|
|
218678
|
-
export * as dataDatadogRoles from './data-datadog-roles';
|
|
218679
|
-
export * as dataDatadogSecurityMonitoringFilters from './data-datadog-security-monitoring-filters';
|
|
218680
|
-
export * as dataDatadogSecurityMonitoringRules from './data-datadog-security-monitoring-rules';
|
|
218681
|
-
export * as dataDatadogServiceLevelObjective from './data-datadog-service-level-objective';
|
|
218682
|
-
export * as dataDatadogServiceLevelObjectives from './data-datadog-service-level-objectives';
|
|
218683
|
-
export * as dataDatadogSyntheticsGlobalVariable from './data-datadog-synthetics-global-variable';
|
|
218684
|
-
export * as dataDatadogSyntheticsLocations from './data-datadog-synthetics-locations';
|
|
218685
|
-
export * as dataDatadogSyntheticsTest from './data-datadog-synthetics-test';
|
|
218686
|
-
export * as dataDatadogUser from './data-datadog-user';
|
|
218687
|
-
export * as provider from './provider';
|
|
218623
|
+
export * as apiKey from './api-key/index';
|
|
218624
|
+
export * as applicationKey from './application-key/index';
|
|
218625
|
+
export * as authnMapping from './authn-mapping/index';
|
|
218626
|
+
export * as childOrganization from './child-organization/index';
|
|
218627
|
+
export * as cloudWorkloadSecurityAgentRule from './cloud-workload-security-agent-rule/index';
|
|
218628
|
+
export * as dashboard from './dashboard/index';
|
|
218629
|
+
export * as dashboardJson from './dashboard-json/index';
|
|
218630
|
+
export * as dashboardList from './dashboard-list/index';
|
|
218631
|
+
export * as downtime from './downtime/index';
|
|
218632
|
+
export * as integrationAws from './integration-aws/index';
|
|
218633
|
+
export * as integrationAwsLambdaArn from './integration-aws-lambda-arn/index';
|
|
218634
|
+
export * as integrationAwsLogCollection from './integration-aws-log-collection/index';
|
|
218635
|
+
export * as integrationAwsTagFilter from './integration-aws-tag-filter/index';
|
|
218636
|
+
export * as integrationAzure from './integration-azure/index';
|
|
218637
|
+
export * as integrationGcp from './integration-gcp/index';
|
|
218638
|
+
export * as integrationPagerduty from './integration-pagerduty/index';
|
|
218639
|
+
export * as integrationPagerdutyServiceObject from './integration-pagerduty-service-object/index';
|
|
218640
|
+
export * as integrationSlackChannel from './integration-slack-channel/index';
|
|
218641
|
+
export * as logsArchive from './logs-archive/index';
|
|
218642
|
+
export * as logsArchiveOrder from './logs-archive-order/index';
|
|
218643
|
+
export * as logsCustomPipeline from './logs-custom-pipeline/index';
|
|
218644
|
+
export * as logsIndex from './logs-index/index';
|
|
218645
|
+
export * as logsIndexOrder from './logs-index-order/index';
|
|
218646
|
+
export * as logsIntegrationPipeline from './logs-integration-pipeline/index';
|
|
218647
|
+
export * as logsMetric from './logs-metric/index';
|
|
218648
|
+
export * as logsPipelineOrder from './logs-pipeline-order/index';
|
|
218649
|
+
export * as metricMetadata from './metric-metadata/index';
|
|
218650
|
+
export * as metricTagConfiguration from './metric-tag-configuration/index';
|
|
218651
|
+
export * as monitor from './monitor/index';
|
|
218652
|
+
export * as monitorJson from './monitor-json/index';
|
|
218653
|
+
export * as organizationSettings from './organization-settings/index';
|
|
218654
|
+
export * as role from './role/index';
|
|
218655
|
+
export * as securityMonitoringDefaultRule from './security-monitoring-default-rule/index';
|
|
218656
|
+
export * as securityMonitoringFilter from './security-monitoring-filter/index';
|
|
218657
|
+
export * as securityMonitoringRule from './security-monitoring-rule/index';
|
|
218658
|
+
export * as serviceLevelObjective from './service-level-objective/index';
|
|
218659
|
+
export * as sloCorrection from './slo-correction/index';
|
|
218660
|
+
export * as syntheticsGlobalVariable from './synthetics-global-variable/index';
|
|
218661
|
+
export * as syntheticsPrivateLocation from './synthetics-private-location/index';
|
|
218662
|
+
export * as syntheticsTest from './synthetics-test/index';
|
|
218663
|
+
export * as user from './user/index';
|
|
218664
|
+
export * as webhook from './webhook/index';
|
|
218665
|
+
export * as webhookCustomVariable from './webhook-custom-variable/index';
|
|
218666
|
+
export * as dataDatadogApiKey from './data-datadog-api-key/index';
|
|
218667
|
+
export * as dataDatadogApplicationKey from './data-datadog-application-key/index';
|
|
218668
|
+
export * as dataDatadogCloudWorkloadSecurityAgentRules from './data-datadog-cloud-workload-security-agent-rules/index';
|
|
218669
|
+
export * as dataDatadogDashboard from './data-datadog-dashboard/index';
|
|
218670
|
+
export * as dataDatadogDashboardList from './data-datadog-dashboard-list/index';
|
|
218671
|
+
export * as dataDatadogIpRanges from './data-datadog-ip-ranges/index';
|
|
218672
|
+
export * as dataDatadogLogsIndexes from './data-datadog-logs-indexes/index';
|
|
218673
|
+
export * as dataDatadogLogsIndexesOrder from './data-datadog-logs-indexes-order/index';
|
|
218674
|
+
export * as dataDatadogMonitor from './data-datadog-monitor/index';
|
|
218675
|
+
export * as dataDatadogMonitors from './data-datadog-monitors/index';
|
|
218676
|
+
export * as dataDatadogPermissions from './data-datadog-permissions/index';
|
|
218677
|
+
export * as dataDatadogRole from './data-datadog-role/index';
|
|
218678
|
+
export * as dataDatadogRoles from './data-datadog-roles/index';
|
|
218679
|
+
export * as dataDatadogSecurityMonitoringFilters from './data-datadog-security-monitoring-filters/index';
|
|
218680
|
+
export * as dataDatadogSecurityMonitoringRules from './data-datadog-security-monitoring-rules/index';
|
|
218681
|
+
export * as dataDatadogServiceLevelObjective from './data-datadog-service-level-objective/index';
|
|
218682
|
+
export * as dataDatadogServiceLevelObjectives from './data-datadog-service-level-objectives/index';
|
|
218683
|
+
export * as dataDatadogSyntheticsGlobalVariable from './data-datadog-synthetics-global-variable/index';
|
|
218684
|
+
export * as dataDatadogSyntheticsLocations from './data-datadog-synthetics-locations/index';
|
|
218685
|
+
export * as dataDatadogSyntheticsTest from './data-datadog-synthetics-test/index';
|
|
218686
|
+
export * as dataDatadogUser from './data-datadog-user/index';
|
|
218687
|
+
export * as provider from './provider/index';
|
|
218688
218688
|
|
|
218689
218689
|
",
|
|
218690
218690
|
"providers/datadog/integration-aws-lambda-arn/README.md": "# \`datadog_integration_aws_lambda_arn\`
|
|
@@ -222341,7 +222341,7 @@ export class LogsCustomPipelineFilterList extends cdktn.ComplexList {
|
|
|
222341
222341
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
222342
222342
|
*/
|
|
222343
222343
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
222344
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
222344
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
222345
222345
|
}
|
|
222346
222346
|
|
|
222347
222347
|
/**
|
|
@@ -223143,7 +223143,7 @@ export class LogsCustomPipelineProcessorCategoryProcessorCategoryList extends cd
|
|
|
223143
223143
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
223144
223144
|
*/
|
|
223145
223145
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
223146
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
223146
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
223147
223147
|
}
|
|
223148
223148
|
|
|
223149
223149
|
/**
|
|
@@ -224521,7 +224521,7 @@ export class LogsCustomPipelineProcessorPipelineFilterList extends cdktn.Complex
|
|
|
224521
224521
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
224522
224522
|
*/
|
|
224523
224523
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
224524
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
224524
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
224525
224525
|
}
|
|
224526
224526
|
|
|
224527
224527
|
/**
|
|
@@ -225323,7 +225323,7 @@ export class LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCatego
|
|
|
225323
225323
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
225324
225324
|
*/
|
|
225325
225325
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
225326
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
225326
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
225327
225327
|
}
|
|
225328
225328
|
|
|
225329
225329
|
/**
|
|
@@ -228278,7 +228278,7 @@ export class LogsCustomPipelineProcessorPipelineProcessorList extends cdktn.Comp
|
|
|
228278
228278
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
228279
228279
|
*/
|
|
228280
228280
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
228281
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
228281
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
228282
228282
|
}
|
|
228283
228283
|
|
|
228284
228284
|
/**
|
|
@@ -230186,7 +230186,7 @@ export class LogsCustomPipelineProcessorList extends cdktn.ComplexList {
|
|
|
230186
230186
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
230187
230187
|
*/
|
|
230188
230188
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
230189
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
230189
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
230190
230190
|
}
|
|
230191
230191
|
|
|
230192
230192
|
/**
|
|
@@ -230761,7 +230761,7 @@ export class LogsIndexExclusionFilterFilterList extends cdktn.ComplexList {
|
|
|
230761
230761
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
230762
230762
|
*/
|
|
230763
230763
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
230764
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
230764
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
230765
230765
|
}
|
|
230766
230766
|
|
|
230767
230767
|
/**
|
|
@@ -230949,7 +230949,7 @@ export class LogsIndexExclusionFilterList extends cdktn.ComplexList {
|
|
|
230949
230949
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
230950
230950
|
*/
|
|
230951
230951
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
230952
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
230952
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
230953
230953
|
}
|
|
230954
230954
|
|
|
230955
230955
|
/**
|
|
@@ -231814,7 +231814,7 @@ export class LogsMetricGroupByList extends cdktn.ComplexList {
|
|
|
231814
231814
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
231815
231815
|
*/
|
|
231816
231816
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
231817
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
231817
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
231818
231818
|
}
|
|
231819
231819
|
|
|
231820
231820
|
/**
|
|
@@ -232702,7 +232702,7 @@ export class MetricTagConfigurationAggregationsList extends cdktn.ComplexList {
|
|
|
232702
232702
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
232703
232703
|
*/
|
|
232704
232704
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
232705
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
232705
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
232706
232706
|
}
|
|
232707
232707
|
|
|
232708
232708
|
/**
|
|
@@ -235693,7 +235693,7 @@ export class RolePermissionList extends cdktn.ComplexList {
|
|
|
235693
235693
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
235694
235694
|
*/
|
|
235695
235695
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
235696
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
235696
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
235697
235697
|
}
|
|
235698
235698
|
|
|
235699
235699
|
/**
|
|
@@ -236029,7 +236029,7 @@ export class SecurityMonitoringDefaultRuleCaseList extends cdktn.ComplexList {
|
|
|
236029
236029
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
236030
236030
|
*/
|
|
236031
236031
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
236032
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
236032
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
236033
236033
|
}
|
|
236034
236034
|
|
|
236035
236035
|
/**
|
|
@@ -236176,7 +236176,7 @@ export class SecurityMonitoringDefaultRuleFilterList extends cdktn.ComplexList {
|
|
|
236176
236176
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
236177
236177
|
*/
|
|
236178
236178
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
236179
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
236179
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
236180
236180
|
}
|
|
236181
236181
|
|
|
236182
236182
|
/**
|
|
@@ -236546,7 +236546,7 @@ export class SecurityMonitoringFilterExclusionFilterList extends cdktn.ComplexLi
|
|
|
236546
236546
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
236547
236547
|
*/
|
|
236548
236548
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
236549
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
236549
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
236550
236550
|
}
|
|
236551
236551
|
|
|
236552
236552
|
/**
|
|
@@ -237063,7 +237063,7 @@ export class SecurityMonitoringRuleCaseList extends cdktn.ComplexList {
|
|
|
237063
237063
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
237064
237064
|
*/
|
|
237065
237065
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
237066
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
237066
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
237067
237067
|
}
|
|
237068
237068
|
|
|
237069
237069
|
/**
|
|
@@ -237210,7 +237210,7 @@ export class SecurityMonitoringRuleFilterList extends cdktn.ComplexList {
|
|
|
237210
237210
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
237211
237211
|
*/
|
|
237212
237212
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
237213
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
237213
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
237214
237214
|
}
|
|
237215
237215
|
|
|
237216
237216
|
/**
|
|
@@ -237813,7 +237813,7 @@ export class SecurityMonitoringRuleQueryAgentRuleList extends cdktn.ComplexList
|
|
|
237813
237813
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
237814
237814
|
*/
|
|
237815
237815
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
237816
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
237816
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
237817
237817
|
}
|
|
237818
237818
|
|
|
237819
237819
|
/**
|
|
@@ -238138,7 +238138,7 @@ export class SecurityMonitoringRuleQueryList extends cdktn.ComplexList {
|
|
|
238138
238138
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
238139
238139
|
*/
|
|
238140
238140
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
238141
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
238141
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
238142
238142
|
}
|
|
238143
238143
|
|
|
238144
238144
|
/**
|
|
@@ -238854,7 +238854,7 @@ export class ServiceLevelObjectiveThresholdsList extends cdktn.ComplexList {
|
|
|
238854
238854
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
238855
238855
|
*/
|
|
238856
238856
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
238857
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
238857
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
238858
238858
|
}
|
|
238859
238859
|
|
|
238860
238860
|
/**
|
|
@@ -241035,7 +241035,7 @@ export class SyntheticsTestApiStepAssertionList extends cdktn.ComplexList {
|
|
|
241035
241035
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
241036
241036
|
*/
|
|
241037
241037
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
241038
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
241038
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
241039
241039
|
}
|
|
241040
241040
|
|
|
241041
241041
|
/**
|
|
@@ -241365,7 +241365,7 @@ export class SyntheticsTestApiStepExtractedValueList extends cdktn.ComplexList {
|
|
|
241365
241365
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
241366
241366
|
*/
|
|
241367
241367
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
241368
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
241368
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
241369
241369
|
}
|
|
241370
241370
|
|
|
241371
241371
|
/**
|
|
@@ -243467,7 +243467,7 @@ export class SyntheticsTestApiStepList extends cdktn.ComplexList {
|
|
|
243467
243467
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
243468
243468
|
*/
|
|
243469
243469
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
243470
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
243470
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
243471
243471
|
}
|
|
243472
243472
|
|
|
243473
243473
|
/**
|
|
@@ -243866,7 +243866,7 @@ export class SyntheticsTestAssertionList extends cdktn.ComplexList {
|
|
|
243866
243866
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
243867
243867
|
*/
|
|
243868
243868
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
243869
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
243869
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
243870
243870
|
}
|
|
243871
243871
|
|
|
243872
243872
|
/**
|
|
@@ -245252,7 +245252,7 @@ export class SyntheticsTestBrowserStepList extends cdktn.ComplexList {
|
|
|
245252
245252
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
245253
245253
|
*/
|
|
245254
245254
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
245255
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
245255
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
245256
245256
|
}
|
|
245257
245257
|
|
|
245258
245258
|
/**
|
|
@@ -245507,7 +245507,7 @@ export class SyntheticsTestBrowserVariableList extends cdktn.ComplexList {
|
|
|
245507
245507
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
245508
245508
|
*/
|
|
245509
245509
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
245510
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
245510
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
245511
245511
|
}
|
|
245512
245512
|
|
|
245513
245513
|
/**
|
|
@@ -245762,7 +245762,7 @@ export class SyntheticsTestConfigVariableList extends cdktn.ComplexList {
|
|
|
245762
245762
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
245763
245763
|
*/
|
|
245764
245764
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
245765
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
245765
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
245766
245766
|
}
|
|
245767
245767
|
|
|
245768
245768
|
/**
|
|
@@ -249404,7 +249404,7 @@ export class BranchRestrictionGroupsList extends cdktn.ComplexList {
|
|
|
249404
249404
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
249405
249405
|
*/
|
|
249406
249406
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
249407
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
249407
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
249408
249408
|
}
|
|
249409
249409
|
|
|
249410
249410
|
/**
|
|
@@ -249937,7 +249937,7 @@ export class BranchingModelBranchTypeList extends cdktn.ComplexList {
|
|
|
249937
249937
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
249938
249938
|
*/
|
|
249939
249939
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
249940
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
249940
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
249941
249941
|
}
|
|
249942
249942
|
|
|
249943
249943
|
/**
|
|
@@ -250597,7 +250597,7 @@ export class DataBitbucketCurrentUserEmailList extends cdktn.ComplexList {
|
|
|
250597
250597
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
250598
250598
|
*/
|
|
250599
250599
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
250600
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
250600
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
250601
250601
|
}
|
|
250602
250602
|
|
|
250603
250603
|
/**
|
|
@@ -252274,21 +252274,21 @@ export class Hook extends cdktn.TerraformResource {
|
|
|
252274
252274
|
}
|
|
252275
252275
|
",
|
|
252276
252276
|
"providers/abitbucket/index.ts": "// generated by cdktn get
|
|
252277
|
-
export * as branchRestriction from './branch-restriction';
|
|
252278
|
-
export * as branchingModel from './branching-model';
|
|
252279
|
-
export * as defaultReviewers from './default-reviewers';
|
|
252280
|
-
export * as deployment from './deployment';
|
|
252281
|
-
export * as deploymentVariable from './deployment-variable';
|
|
252282
|
-
export * as group from './group';
|
|
252283
|
-
export * as hook from './hook';
|
|
252284
|
-
export * as project from './project';
|
|
252285
|
-
export * as repository from './repository';
|
|
252286
|
-
export * as repositoryVariable from './repository-variable';
|
|
252287
|
-
export * as sshKey from './ssh-key';
|
|
252288
|
-
export * as dataBitbucketCurrentUser from './data-bitbucket-current-user';
|
|
252289
|
-
export * as dataBitbucketUser from './data-bitbucket-user';
|
|
252290
|
-
export * as dataBitbucketWorkspace from './data-bitbucket-workspace';
|
|
252291
|
-
export * as provider from './provider';
|
|
252277
|
+
export * as branchRestriction from './branch-restriction/index';
|
|
252278
|
+
export * as branchingModel from './branching-model/index';
|
|
252279
|
+
export * as defaultReviewers from './default-reviewers/index';
|
|
252280
|
+
export * as deployment from './deployment/index';
|
|
252281
|
+
export * as deploymentVariable from './deployment-variable/index';
|
|
252282
|
+
export * as group from './group/index';
|
|
252283
|
+
export * as hook from './hook/index';
|
|
252284
|
+
export * as project from './project/index';
|
|
252285
|
+
export * as repository from './repository/index';
|
|
252286
|
+
export * as repositoryVariable from './repository-variable/index';
|
|
252287
|
+
export * as sshKey from './ssh-key/index';
|
|
252288
|
+
export * as dataBitbucketCurrentUser from './data-bitbucket-current-user/index';
|
|
252289
|
+
export * as dataBitbucketUser from './data-bitbucket-user/index';
|
|
252290
|
+
export * as dataBitbucketWorkspace from './data-bitbucket-workspace/index';
|
|
252291
|
+
export * as provider from './provider/index';
|
|
252292
252292
|
|
|
252293
252293
|
",
|
|
252294
252294
|
"providers/abitbucket/lazy-index.ts": "// generated by cdktn get
|
|
@@ -254295,7 +254295,7 @@ export class BranchRestrictionGroupsList extends cdktn.ComplexList {
|
|
|
254295
254295
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
254296
254296
|
*/
|
|
254297
254297
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
254298
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
254298
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
254299
254299
|
}
|
|
254300
254300
|
|
|
254301
254301
|
/**
|
|
@@ -254832,7 +254832,7 @@ export class BranchingModelBranchTypeList extends cdktn.ComplexList {
|
|
|
254832
254832
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
254833
254833
|
*/
|
|
254834
254834
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
254835
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
254835
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
254836
254836
|
}
|
|
254837
254837
|
|
|
254838
254838
|
/**
|
|
@@ -255821,7 +255821,7 @@ export class DataBitbucketCurrentUserEmailList extends cdktn.ComplexList {
|
|
|
255821
255821
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
255822
255822
|
*/
|
|
255823
255823
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
255824
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
255824
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
255825
255825
|
}
|
|
255826
255826
|
|
|
255827
255827
|
/**
|
|
@@ -256473,7 +256473,7 @@ export class DataBitbucketFileMetadataCommitLinkHtmlList extends cdktn.ComplexLi
|
|
|
256473
256473
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256474
256474
|
*/
|
|
256475
256475
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256476
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256476
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256477
256477
|
}
|
|
256478
256478
|
|
|
256479
256479
|
/**
|
|
@@ -256548,7 +256548,7 @@ export class DataBitbucketFileMetadataCommitLinkSelfList extends cdktn.ComplexLi
|
|
|
256548
256548
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256549
256549
|
*/
|
|
256550
256550
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256551
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256551
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256552
256552
|
}
|
|
256553
256553
|
|
|
256554
256554
|
/**
|
|
@@ -256630,7 +256630,7 @@ export class DataBitbucketFileMetadataCommitLinkList extends cdktn.ComplexList {
|
|
|
256630
256630
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256631
256631
|
*/
|
|
256632
256632
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256633
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256633
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256634
256634
|
}
|
|
256635
256635
|
|
|
256636
256636
|
/**
|
|
@@ -256716,7 +256716,7 @@ export class DataBitbucketFileMetadataCommitList extends cdktn.ComplexList {
|
|
|
256716
256716
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256717
256717
|
*/
|
|
256718
256718
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256719
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256719
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256720
256720
|
}
|
|
256721
256721
|
|
|
256722
256722
|
/**
|
|
@@ -256791,7 +256791,7 @@ export class DataBitbucketFileMetadataLinkHistoryList extends cdktn.ComplexList
|
|
|
256791
256791
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256792
256792
|
*/
|
|
256793
256793
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256794
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256794
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256795
256795
|
}
|
|
256796
256796
|
|
|
256797
256797
|
/**
|
|
@@ -256866,7 +256866,7 @@ export class DataBitbucketFileMetadataLinkMetaList extends cdktn.ComplexList {
|
|
|
256866
256866
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256867
256867
|
*/
|
|
256868
256868
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256869
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256869
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256870
256870
|
}
|
|
256871
256871
|
|
|
256872
256872
|
/**
|
|
@@ -256941,7 +256941,7 @@ export class DataBitbucketFileMetadataLinkSelfList extends cdktn.ComplexList {
|
|
|
256941
256941
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
256942
256942
|
*/
|
|
256943
256943
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
256944
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
256944
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
256945
256945
|
}
|
|
256946
256946
|
|
|
256947
256947
|
/**
|
|
@@ -257029,7 +257029,7 @@ export class DataBitbucketFileMetadataLinkList extends cdktn.ComplexList {
|
|
|
257029
257029
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
257030
257030
|
*/
|
|
257031
257031
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
257032
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
257032
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
257033
257033
|
}
|
|
257034
257034
|
|
|
257035
257035
|
/**
|
|
@@ -257136,7 +257136,7 @@ export class DataBitbucketFileMetadataList extends cdktn.ComplexList {
|
|
|
257136
257136
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
257137
257137
|
*/
|
|
257138
257138
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
257139
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
257139
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
257140
257140
|
}
|
|
257141
257141
|
|
|
257142
257142
|
/**
|
|
@@ -257546,7 +257546,7 @@ export class DataBitbucketGroupMembersGroupMembersList extends cdktn.ComplexList
|
|
|
257546
257546
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
257547
257547
|
*/
|
|
257548
257548
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
257549
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
257549
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
257550
257550
|
}
|
|
257551
257551
|
|
|
257552
257552
|
/**
|
|
@@ -258010,7 +258010,7 @@ export class DataBitbucketGroupsGroupsList extends cdktn.ComplexList {
|
|
|
258010
258010
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
258011
258011
|
*/
|
|
258012
258012
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
258013
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
258013
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
258014
258014
|
}
|
|
258015
258015
|
|
|
258016
258016
|
/**
|
|
@@ -258252,7 +258252,7 @@ export class DataBitbucketHookTypesHookTypesList extends cdktn.ComplexList {
|
|
|
258252
258252
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
258253
258253
|
*/
|
|
258254
258254
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
258255
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
258255
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
258256
258256
|
}
|
|
258257
258257
|
|
|
258258
258258
|
/**
|
|
@@ -258510,7 +258510,7 @@ export class DataBitbucketIpRangesRangesList extends cdktn.ComplexList {
|
|
|
258510
258510
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
258511
258511
|
*/
|
|
258512
258512
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
258513
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
258513
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
258514
258514
|
}
|
|
258515
258515
|
|
|
258516
258516
|
/**
|
|
@@ -259241,7 +259241,7 @@ export class DataBitbucketProjectOwnerList extends cdktn.ComplexList {
|
|
|
259241
259241
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
259242
259242
|
*/
|
|
259243
259243
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
259244
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
259244
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
259245
259245
|
}
|
|
259246
259246
|
|
|
259247
259247
|
/**
|
|
@@ -259630,7 +259630,7 @@ export class DataBitbucketRepositoryOwnerList extends cdktn.ComplexList {
|
|
|
259630
259630
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
259631
259631
|
*/
|
|
259632
259632
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
259633
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
259633
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
259634
259634
|
}
|
|
259635
259635
|
|
|
259636
259636
|
/**
|
|
@@ -259705,7 +259705,7 @@ export class DataBitbucketRepositoryLinkAvatarList extends cdktn.ComplexList {
|
|
|
259705
259705
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
259706
259706
|
*/
|
|
259707
259707
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
259708
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
259708
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
259709
259709
|
}
|
|
259710
259710
|
|
|
259711
259711
|
/**
|
|
@@ -259792,7 +259792,7 @@ export class DataBitbucketRepositoryLinkList extends cdktn.ComplexList {
|
|
|
259792
259792
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
259793
259793
|
*/
|
|
259794
259794
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
259795
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
259795
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
259796
259796
|
}
|
|
259797
259797
|
|
|
259798
259798
|
/**
|
|
@@ -259893,7 +259893,7 @@ export class DataBitbucketRepositoryProjectList extends cdktn.ComplexList {
|
|
|
259893
259893
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
259894
259894
|
*/
|
|
259895
259895
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
259896
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
259896
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
259897
259897
|
}
|
|
259898
259898
|
|
|
259899
259899
|
/**
|
|
@@ -260455,7 +260455,7 @@ export class DataBitbucketWorkspaceMembersWorkspaceMembersList extends cdktn.Com
|
|
|
260455
260455
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
260456
260456
|
*/
|
|
260457
260457
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
260458
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
260458
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
260459
260459
|
}
|
|
260460
260460
|
|
|
260461
260461
|
/**
|
|
@@ -263261,49 +263261,49 @@ export class Hook extends cdktn.TerraformResource {
|
|
|
263261
263261
|
}
|
|
263262
263262
|
",
|
|
263263
263263
|
"providers/bitbucket/index.ts": "// generated by cdktn get
|
|
263264
|
-
export * as branchRestriction from './branch-restriction';
|
|
263265
|
-
export * as branchingModel from './branching-model';
|
|
263266
|
-
export * as commitFile from './commit-file';
|
|
263267
|
-
export * as defaultReviewers from './default-reviewers';
|
|
263268
|
-
export * as deployKey from './deploy-key';
|
|
263269
|
-
export * as deployment from './deployment';
|
|
263270
|
-
export * as deploymentVariable from './deployment-variable';
|
|
263271
|
-
export * as forkedRepository from './forked-repository';
|
|
263272
|
-
export * as group from './group';
|
|
263273
|
-
export * as groupMembership from './group-membership';
|
|
263274
|
-
export * as hook from './hook';
|
|
263275
|
-
export * as pipelineSchedule from './pipeline-schedule';
|
|
263276
|
-
export * as pipelineSshKey from './pipeline-ssh-key';
|
|
263277
|
-
export * as pipelineSshKnownHost from './pipeline-ssh-known-host';
|
|
263278
|
-
export * as project from './project';
|
|
263279
|
-
export * as projectBranchingModel from './project-branching-model';
|
|
263280
|
-
export * as projectDefaultReviewers from './project-default-reviewers';
|
|
263281
|
-
export * as projectGroupPermission from './project-group-permission';
|
|
263282
|
-
export * as projectUserPermission from './project-user-permission';
|
|
263283
|
-
export * as repository from './repository';
|
|
263284
|
-
export * as repositoryGroupPermission from './repository-group-permission';
|
|
263285
|
-
export * as repositoryUserPermission from './repository-user-permission';
|
|
263286
|
-
export * as repositoryVariable from './repository-variable';
|
|
263287
|
-
export * as sshKey from './ssh-key';
|
|
263288
|
-
export * as workspaceHook from './workspace-hook';
|
|
263289
|
-
export * as workspaceVariable from './workspace-variable';
|
|
263290
|
-
export * as dataBitbucketCurrentUser from './data-bitbucket-current-user';
|
|
263291
|
-
export * as dataBitbucketDeployment from './data-bitbucket-deployment';
|
|
263292
|
-
export * as dataBitbucketDeployments from './data-bitbucket-deployments';
|
|
263293
|
-
export * as dataBitbucketFile from './data-bitbucket-file';
|
|
263294
|
-
export * as dataBitbucketGroup from './data-bitbucket-group';
|
|
263295
|
-
export * as dataBitbucketGroupMembers from './data-bitbucket-group-members';
|
|
263296
|
-
export * as dataBitbucketGroups from './data-bitbucket-groups';
|
|
263297
|
-
export * as dataBitbucketHookTypes from './data-bitbucket-hook-types';
|
|
263298
|
-
export * as dataBitbucketIpRanges from './data-bitbucket-ip-ranges';
|
|
263299
|
-
export * as dataBitbucketPipelineOidcConfig from './data-bitbucket-pipeline-oidc-config';
|
|
263300
|
-
export * as dataBitbucketPipelineOidcConfigKeys from './data-bitbucket-pipeline-oidc-config-keys';
|
|
263301
|
-
export * as dataBitbucketProject from './data-bitbucket-project';
|
|
263302
|
-
export * as dataBitbucketRepository from './data-bitbucket-repository';
|
|
263303
|
-
export * as dataBitbucketUser from './data-bitbucket-user';
|
|
263304
|
-
export * as dataBitbucketWorkspace from './data-bitbucket-workspace';
|
|
263305
|
-
export * as dataBitbucketWorkspaceMembers from './data-bitbucket-workspace-members';
|
|
263306
|
-
export * as provider from './provider';
|
|
263264
|
+
export * as branchRestriction from './branch-restriction/index';
|
|
263265
|
+
export * as branchingModel from './branching-model/index';
|
|
263266
|
+
export * as commitFile from './commit-file/index';
|
|
263267
|
+
export * as defaultReviewers from './default-reviewers/index';
|
|
263268
|
+
export * as deployKey from './deploy-key/index';
|
|
263269
|
+
export * as deployment from './deployment/index';
|
|
263270
|
+
export * as deploymentVariable from './deployment-variable/index';
|
|
263271
|
+
export * as forkedRepository from './forked-repository/index';
|
|
263272
|
+
export * as group from './group/index';
|
|
263273
|
+
export * as groupMembership from './group-membership/index';
|
|
263274
|
+
export * as hook from './hook/index';
|
|
263275
|
+
export * as pipelineSchedule from './pipeline-schedule/index';
|
|
263276
|
+
export * as pipelineSshKey from './pipeline-ssh-key/index';
|
|
263277
|
+
export * as pipelineSshKnownHost from './pipeline-ssh-known-host/index';
|
|
263278
|
+
export * as project from './project/index';
|
|
263279
|
+
export * as projectBranchingModel from './project-branching-model/index';
|
|
263280
|
+
export * as projectDefaultReviewers from './project-default-reviewers/index';
|
|
263281
|
+
export * as projectGroupPermission from './project-group-permission/index';
|
|
263282
|
+
export * as projectUserPermission from './project-user-permission/index';
|
|
263283
|
+
export * as repository from './repository/index';
|
|
263284
|
+
export * as repositoryGroupPermission from './repository-group-permission/index';
|
|
263285
|
+
export * as repositoryUserPermission from './repository-user-permission/index';
|
|
263286
|
+
export * as repositoryVariable from './repository-variable/index';
|
|
263287
|
+
export * as sshKey from './ssh-key/index';
|
|
263288
|
+
export * as workspaceHook from './workspace-hook/index';
|
|
263289
|
+
export * as workspaceVariable from './workspace-variable/index';
|
|
263290
|
+
export * as dataBitbucketCurrentUser from './data-bitbucket-current-user/index';
|
|
263291
|
+
export * as dataBitbucketDeployment from './data-bitbucket-deployment/index';
|
|
263292
|
+
export * as dataBitbucketDeployments from './data-bitbucket-deployments/index';
|
|
263293
|
+
export * as dataBitbucketFile from './data-bitbucket-file/index';
|
|
263294
|
+
export * as dataBitbucketGroup from './data-bitbucket-group/index';
|
|
263295
|
+
export * as dataBitbucketGroupMembers from './data-bitbucket-group-members/index';
|
|
263296
|
+
export * as dataBitbucketGroups from './data-bitbucket-groups/index';
|
|
263297
|
+
export * as dataBitbucketHookTypes from './data-bitbucket-hook-types/index';
|
|
263298
|
+
export * as dataBitbucketIpRanges from './data-bitbucket-ip-ranges/index';
|
|
263299
|
+
export * as dataBitbucketPipelineOidcConfig from './data-bitbucket-pipeline-oidc-config/index';
|
|
263300
|
+
export * as dataBitbucketPipelineOidcConfigKeys from './data-bitbucket-pipeline-oidc-config-keys/index';
|
|
263301
|
+
export * as dataBitbucketProject from './data-bitbucket-project/index';
|
|
263302
|
+
export * as dataBitbucketRepository from './data-bitbucket-repository/index';
|
|
263303
|
+
export * as dataBitbucketUser from './data-bitbucket-user/index';
|
|
263304
|
+
export * as dataBitbucketWorkspace from './data-bitbucket-workspace/index';
|
|
263305
|
+
export * as dataBitbucketWorkspaceMembers from './data-bitbucket-workspace-members/index';
|
|
263306
|
+
export * as provider from './provider/index';
|
|
263307
263307
|
|
|
263308
263308
|
",
|
|
263309
263309
|
"providers/bitbucket/lazy-index.ts": "// generated by cdktn get
|
|
@@ -264657,7 +264657,7 @@ export class ProjectBranchingModelBranchTypeList extends cdktn.ComplexList {
|
|
|
264657
264657
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
264658
264658
|
*/
|
|
264659
264659
|
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
264660
|
-
super(terraformResource, terraformAttribute, wrapsSet)
|
|
264660
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
264661
264661
|
}
|
|
264662
264662
|
|
|
264663
264663
|
/**
|