diff --git a/packages/cdktf-cli/lib/get/generator/emitter/resource-emitter.ts b/packages/cdktf-cli/lib/get/generator/emitter/resource-emitter.ts index 2056ebb224..c3d92cf217 100644 --- a/packages/cdktf-cli/lib/get/generator/emitter/resource-emitter.ts +++ b/packages/cdktf-cli/lib/get/generator/emitter/resource-emitter.ts @@ -37,7 +37,7 @@ export class ResourceEmitter { private emitResourceSynthesis(resource: ResourceModel) { this.code.line(); - this.code.openBlock(`public synthesizeAttributes(): { [name: string]: any }`); + this.code.openBlock(`protected synthesizeAttributes(): { [name: string]: any }`); this.code.open(`return {`); for (const att of resource.synthesizableAttributes) { diff --git a/packages/cdktf-cli/test/get/__snapshots__/provider.test.ts.snap b/packages/cdktf-cli/test/get/__snapshots__/provider.test.ts.snap index 3ea590608c..17d1d49bd4 100644 --- a/packages/cdktf-cli/test/get/__snapshots__/provider.test.ts.snap +++ b/packages/cdktf-cli/test/get/__snapshots__/provider.test.ts.snap @@ -48,7 +48,7 @@ Object { }, }, "description": "aws", - "fingerprint": "GhqNbU3bqaT2hKQqawzul2jDBR+JWL1ugiqwzAUYsqI=", + "fingerprint": "KxsixKKal8psKLDjpf0HY+xeuuAQuHEdiMuZB6zn4TE=", "homepage": "http://repo", "jsiiVersion": "1.1.0 (build df55f5e)", "license": "Apache-2.0", @@ -107,6 +107,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -301,6 +302,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -767,6 +769,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -958,6 +961,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -1697,6 +1701,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -2328,6 +2333,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -2484,6 +2490,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -3275,6 +3282,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -4471,6 +4479,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -4728,6 +4737,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -5354,6 +5364,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -5831,6 +5842,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -6510,6 +6522,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -7003,6 +7016,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -7182,6 +7196,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -7368,6 +7383,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -7685,6 +7701,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -7989,6 +8006,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -8164,6 +8182,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -8348,6 +8367,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -8591,6 +8611,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -8829,6 +8850,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -8979,6 +9001,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -9442,6 +9465,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -9660,6 +9684,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -10172,6 +10197,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -10482,6 +10508,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -10850,6 +10877,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -11112,6 +11140,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -11438,6 +11467,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -11634,6 +11664,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -11808,6 +11839,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -11967,6 +11999,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -12388,6 +12421,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -12855,6 +12889,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -13200,6 +13235,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -13459,6 +13495,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -13664,6 +13701,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -14173,6 +14211,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -14345,6 +14384,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -14654,6 +14694,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -14793,6 +14834,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -15090,6 +15132,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -15525,6 +15568,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -15755,6 +15799,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -15949,6 +15994,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -16311,6 +16357,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -16517,6 +16564,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -17156,6 +17204,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -17369,6 +17418,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -17539,6 +17589,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -18403,6 +18454,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -18734,6 +18786,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -18950,6 +19003,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -19218,6 +19272,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -20016,6 +20071,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -20849,6 +20905,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -21198,6 +21255,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -21565,6 +21623,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -21728,6 +21787,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -22222,6 +22282,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -22484,6 +22545,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -23230,6 +23292,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -23549,6 +23612,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -23774,6 +23838,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -23970,6 +24035,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -24387,6 +24453,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -24539,6 +24606,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -26026,6 +26094,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -26294,6 +26363,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -26462,6 +26532,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -27154,6 +27225,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -27435,6 +27507,7 @@ Object { }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformProvider", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -30410,6 +30483,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -30865,6 +30939,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -31133,6 +31208,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -31317,6 +31393,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -31888,6 +31965,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -32220,6 +32298,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -32411,6 +32490,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -33060,6 +33140,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -33358,6 +33439,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -33817,6 +33899,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -34190,6 +34273,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -34588,6 +34672,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -37192,6 +37277,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -37353,6 +37439,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -37571,6 +37658,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -37981,6 +38069,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -38269,6 +38358,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -38830,6 +38920,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -38967,6 +39058,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -39204,6 +39296,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -39499,6 +39592,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -40302,6 +40396,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -40461,6 +40556,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -40588,6 +40684,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -40811,6 +40908,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -41056,6 +41154,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -41182,6 +41281,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -41319,6 +41419,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -41537,6 +41638,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -42393,6 +42495,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -44160,6 +44263,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -44343,6 +44447,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -44625,6 +44730,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -44855,6 +44961,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -45090,6 +45197,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -45242,6 +45350,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -45640,6 +45749,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -47104,6 +47214,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -47677,6 +47788,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -48040,6 +48152,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -48364,6 +48477,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -48752,6 +48866,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -49057,6 +49172,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -49305,6 +49421,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -49543,6 +49660,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -49741,6 +49859,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -50268,6 +50387,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -51331,6 +51451,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -52223,6 +52344,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -52394,6 +52516,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -52878,6 +53001,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -53218,6 +53342,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -53440,6 +53565,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -53566,6 +53692,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -53805,6 +53932,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -54265,6 +54393,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -54693,6 +54822,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -54997,6 +55127,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -55179,6 +55310,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -55454,6 +55586,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -55803,6 +55936,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -56177,6 +56311,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -57027,6 +57162,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -57545,6 +57681,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -58156,6 +58293,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -58507,6 +58645,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -58700,6 +58839,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -58868,6 +59008,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -59169,6 +59310,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -59356,6 +59498,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -59515,6 +59658,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -59827,6 +59971,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -60021,6 +60166,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -60334,6 +60480,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -60677,6 +60824,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -60848,6 +60996,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61012,6 +61161,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61183,6 +61333,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61384,6 +61535,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61604,6 +61756,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61696,6 +61849,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61810,6 +61964,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -61901,6 +62056,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -62067,6 +62223,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -62292,6 +62449,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -62527,6 +62685,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -62787,6 +62946,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -62904,6 +63064,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -63086,6 +63247,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -63234,6 +63396,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -63370,6 +63533,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -63573,6 +63737,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -63802,6 +63967,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -64211,6 +64377,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -64333,6 +64500,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -64904,6 +65072,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -65337,6 +65506,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -65778,6 +65948,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -66004,6 +66175,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -66746,6 +66918,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -66838,6 +67011,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -66930,6 +67104,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -67362,6 +67537,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -67608,6 +67784,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -67938,6 +68115,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -68169,6 +68347,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -68371,6 +68550,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -68646,6 +68826,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -68932,6 +69113,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -69172,6 +69354,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -69401,6 +69584,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -69668,6 +69852,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -69911,6 +70096,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -70125,6 +70311,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -70316,6 +70503,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -70575,6 +70763,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -70767,6 +70956,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -70948,6 +71138,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -71128,6 +71319,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -71418,6 +71610,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -71605,6 +71798,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -71963,6 +72157,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -72168,6 +72363,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -72626,6 +72822,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -72835,6 +73032,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -72941,6 +73139,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -73100,6 +73299,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -73528,6 +73728,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -73918,6 +74119,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -74889,6 +75091,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -75377,6 +75580,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -75577,6 +75781,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -75694,6 +75899,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76063,6 +76269,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76177,6 +76384,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76268,6 +76476,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76507,6 +76716,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76677,6 +76887,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -76826,6 +77037,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -77364,6 +77576,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -77637,6 +77850,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -77881,6 +78095,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -78030,6 +78245,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -78227,6 +78443,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -79290,6 +79507,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -79588,6 +79806,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -79879,6 +80098,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -79996,6 +80216,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -80222,6 +80443,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -80452,6 +80674,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -80589,6 +80812,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -80760,6 +80984,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -81041,6 +81266,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -81251,6 +81477,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -81441,6 +81668,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -81651,6 +81879,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -82282,6 +82511,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -82443,6 +82673,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -82748,6 +82979,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -83485,6 +83717,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -84966,6 +85199,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -85340,6 +85574,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -86190,6 +86425,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -86729,6 +86965,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -87413,6 +87650,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -87617,6 +87855,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -87782,6 +88021,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -88094,6 +88334,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -88370,6 +88611,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -88910,6 +89152,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -89182,6 +89425,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -89697,6 +89941,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -89873,6 +90118,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -89976,6 +90222,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -90201,6 +90448,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -90388,6 +90636,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -90514,6 +90763,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -90775,6 +91025,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -91213,6 +91464,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -91675,6 +91927,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -91793,6 +92046,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -91959,6 +92213,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -92160,6 +92415,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -92335,6 +92591,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -92456,6 +92713,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -92726,6 +92984,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -92921,6 +93180,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -93403,6 +93663,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -93936,6 +94197,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -94171,6 +94433,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -94372,6 +94635,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -94778,6 +95042,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -95095,6 +95360,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -95336,6 +95602,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -95538,6 +95805,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -95804,6 +96072,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96031,6 +96300,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96146,6 +96416,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96365,6 +96636,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96493,6 +96765,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96652,6 +96925,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96767,6 +97041,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -96927,6 +97202,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -97112,6 +97388,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -97284,6 +97561,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -97482,6 +97760,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -97646,6 +97925,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -98075,6 +98355,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -98308,6 +98589,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -98499,6 +98781,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -98908,6 +99191,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -99229,6 +99513,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -99703,6 +99988,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -100138,6 +100424,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -100550,6 +100837,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -100762,6 +101050,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101053,6 +101342,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101157,6 +101447,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101261,6 +101552,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101365,6 +101657,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101469,6 +101762,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101573,6 +101867,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101677,6 +101972,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101781,6 +102077,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -101925,6 +102222,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -102229,6 +102527,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -102392,6 +102691,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -102644,6 +102944,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -102905,6 +103206,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -103152,6 +103454,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -103394,6 +103697,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -103739,6 +104043,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -104198,6 +104503,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -104858,6 +105164,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -105060,6 +105367,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -105231,6 +105539,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -105592,6 +105901,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -105995,6 +106305,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -107461,6 +107772,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -107735,6 +108047,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -108213,6 +108526,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -108521,6 +108835,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -108794,6 +109109,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -109194,6 +109510,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -109425,6 +109742,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -109943,6 +110261,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -110302,6 +110621,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -110944,6 +111264,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -111285,6 +111606,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -111630,6 +111952,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -111848,6 +112171,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -111963,6 +112287,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -112121,6 +112446,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -112674,6 +113000,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -112800,6 +113127,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -113274,6 +113602,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -113437,6 +113766,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -114403,6 +114733,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -114767,6 +115098,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -115323,6 +115655,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -115537,6 +115870,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -115845,6 +116179,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -116635,6 +116970,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -117211,6 +117547,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -117519,6 +117856,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -117876,6 +118214,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -118107,6 +118446,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -118426,6 +118766,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -118582,6 +118923,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -118778,6 +119120,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -118886,6 +119229,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -119180,6 +119524,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -119557,6 +119902,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -119782,6 +120128,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -120253,6 +120600,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -120471,6 +120819,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -120885,6 +121234,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -121110,6 +121460,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -121555,6 +121906,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -121818,6 +122170,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -122311,6 +122664,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -122740,6 +123094,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -123207,6 +123562,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -123461,6 +123817,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -124225,6 +124582,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -124642,6 +125000,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -124747,6 +125106,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -124853,6 +125213,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -125108,6 +125469,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -125434,6 +125796,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -125751,6 +126114,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -125877,6 +126241,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -126225,6 +126590,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -126685,6 +127051,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -126849,6 +127216,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -127646,6 +128014,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -127820,6 +128189,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -128234,6 +128604,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -128511,6 +128882,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -128700,6 +129072,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129028,6 +129401,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129234,6 +129608,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129408,6 +129783,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129522,6 +129898,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129716,6 +130093,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -129864,6 +130242,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -130036,6 +130415,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -130420,6 +130800,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -130557,6 +130938,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -130841,6 +131223,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -131004,6 +131387,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -131312,6 +131696,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -131657,6 +132042,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -132756,6 +133142,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -133626,6 +134013,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -133994,6 +134382,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -134211,6 +134600,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -134350,6 +134740,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -134576,6 +134967,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -135009,6 +135401,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -135747,6 +136140,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -136149,6 +136543,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -136902,6 +137297,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -137176,6 +137572,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -137439,6 +137836,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -137756,6 +138154,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -138462,6 +138861,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -139269,6 +139669,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -139493,6 +139894,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -140436,6 +140838,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -140596,6 +140999,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -140756,6 +141160,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -141795,6 +142200,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -142021,6 +142427,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -142672,6 +143079,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -143663,6 +144071,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -144052,6 +144461,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -144597,6 +145007,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -146347,6 +146758,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -146739,6 +147151,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -146902,6 +147315,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -147257,6 +147671,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -147363,6 +147778,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -147789,6 +148205,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -148438,6 +148855,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -148697,6 +149115,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -148976,6 +149395,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -149713,6 +150133,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -149995,6 +150416,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -150216,6 +150638,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -150450,6 +150873,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -150812,6 +151236,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -151160,6 +151585,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -151384,6 +151810,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -151594,6 +152021,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -152470,6 +152898,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -152930,6 +153359,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -153266,6 +153696,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -154002,6 +154433,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -154669,6 +155101,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -154998,6 +155431,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -155598,6 +156032,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -155763,6 +156198,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -155904,6 +156340,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156083,6 +156520,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156275,6 +156713,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156572,6 +157011,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156676,6 +157116,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156802,6 +157243,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -156994,6 +157436,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -157201,6 +157644,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -157306,6 +157750,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -157615,6 +158060,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -157765,6 +158211,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -157923,6 +158370,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -158031,6 +158479,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -158224,6 +158673,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -158469,6 +158919,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -158648,6 +159099,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -158779,6 +159231,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -159087,6 +159540,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -159426,6 +159880,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -159534,6 +159989,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -159726,6 +160182,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -159874,6 +160331,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160107,6 +160565,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160314,6 +160773,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160549,6 +161009,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160685,6 +161146,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160881,6 +161343,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -160989,6 +161452,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -161181,6 +161645,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -161375,6 +161840,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -161514,6 +161980,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -161739,6 +162206,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -161864,6 +162332,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -163451,6 +163920,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -163602,6 +164072,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -163774,6 +164245,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -163882,6 +164354,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -164048,6 +164521,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -164209,6 +164683,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -164404,6 +164879,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -164530,6 +165006,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -164750,6 +165227,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -166018,6 +166496,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -166226,6 +166705,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -167843,6 +168323,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -171014,6 +171495,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -171394,6 +171876,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -171740,6 +172223,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -171914,6 +172398,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -172086,6 +172571,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -172390,6 +172876,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -172763,6 +173250,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -173069,6 +173557,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -173331,6 +173820,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -173835,6 +174325,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -174634,6 +175125,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -175050,6 +175542,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -175411,6 +175904,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -175703,6 +176197,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -175917,6 +176412,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -176753,6 +177249,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -178790,6 +179287,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -179421,6 +179919,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -179593,6 +180092,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -179749,6 +180249,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -180540,6 +181041,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -181697,6 +182199,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -181958,6 +182461,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -182215,6 +182719,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -182841,6 +183346,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -182967,6 +183473,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -183233,6 +183740,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -183348,6 +183856,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -183700,6 +184209,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -183933,6 +184443,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184042,6 +184553,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184207,6 +184719,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184367,6 +184880,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184527,6 +185041,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184751,6 +185266,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -184855,6 +185371,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -185083,6 +185600,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -185220,6 +185738,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -185547,6 +186066,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -185840,6 +186360,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -186000,6 +186521,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -186146,6 +186668,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -187016,6 +187539,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -187266,6 +187790,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -188393,6 +188918,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -188597,6 +189123,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -188791,6 +189318,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -189597,6 +190125,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -190249,6 +190778,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -190557,6 +191087,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -190936,6 +191467,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -191339,6 +191871,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -191621,6 +192154,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -191852,6 +192386,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -192387,6 +192922,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -192725,6 +193261,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -192979,6 +193516,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -193304,6 +193842,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -193430,6 +193969,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -194153,6 +194693,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -194962,6 +195503,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -195821,6 +196363,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -196752,6 +197295,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -198227,6 +198771,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -199136,6 +199681,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -199949,6 +200495,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -200786,6 +201333,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -201599,6 +202147,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -201799,6 +202348,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -202588,6 +203138,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -203521,6 +204072,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -203691,6 +204243,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -204427,6 +204980,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -205216,6 +205770,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -205390,6 +205945,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -205727,6 +206283,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -206293,6 +206850,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -206512,6 +207070,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -206631,6 +207190,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -206823,6 +207383,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -206995,6 +207556,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -207291,6 +207853,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -207587,6 +208150,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -207883,6 +208447,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -208180,6 +208745,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -208633,6 +209199,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -208805,6 +209372,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209010,6 +209578,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209158,6 +209727,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209308,6 +209878,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209506,6 +210077,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209677,6 +210249,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209814,6 +210387,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -209989,6 +210563,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -210176,6 +210751,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -210455,6 +211031,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -210581,6 +211158,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -210707,6 +211285,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -210832,6 +211411,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -211199,6 +211779,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -212313,6 +212894,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -212585,6 +213167,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -213357,6 +213940,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -213869,6 +214453,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -214115,6 +214700,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -215350,6 +215936,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -215762,6 +216349,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -216031,6 +216619,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -216246,6 +216835,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -216419,6 +217009,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -216571,6 +217162,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -216800,6 +217392,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -217005,6 +217598,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -217251,6 +217845,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -217482,6 +218077,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -217604,6 +218200,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -218170,6 +218767,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -218296,6 +218894,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -218970,6 +219569,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -219338,6 +219938,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -219522,6 +220123,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -219949,6 +220551,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -220139,6 +220742,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -220620,6 +221224,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -220755,6 +221360,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -221158,6 +221764,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -221541,6 +222148,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -221744,6 +222352,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -222124,6 +222733,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -223074,6 +223684,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -224017,6 +224628,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -224224,6 +224836,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -224683,6 +225296,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -225450,6 +226064,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -225576,6 +226191,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -226368,6 +226984,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -226541,6 +227158,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -226839,6 +227457,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -227332,6 +227951,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -227656,6 +228276,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -227822,6 +228443,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -228190,6 +228812,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -228399,6 +229022,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229052,6 +229676,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229461,6 +230086,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229541,6 +230167,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229713,6 +230340,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229828,6 +230456,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -229932,6 +230561,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -230071,6 +230701,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -230243,6 +230874,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -230393,6 +231025,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -230840,6 +231473,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231127,6 +231761,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231352,6 +231987,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231456,6 +232092,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231560,6 +232197,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231680,6 +232318,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231806,6 +232445,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -231974,6 +232614,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -232124,6 +232765,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -232239,6 +232881,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -232643,6 +233286,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -232817,6 +233461,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -232965,6 +233610,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -233113,6 +233759,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -233903,6 +234550,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234144,6 +234792,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234320,6 +234969,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234469,6 +235119,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234673,6 +235324,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234799,6 +235451,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -234903,6 +235556,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -235029,6 +235683,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -235381,6 +236036,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -235608,6 +236264,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -236167,6 +236824,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -236293,6 +236951,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -236572,6 +237231,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -236700,6 +237360,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -238100,6 +238761,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -239899,6 +240561,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -240338,6 +241001,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -240464,6 +241128,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -240731,6 +241396,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -241246,6 +241912,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -241810,6 +242477,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -242158,6 +242826,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -242433,6 +243102,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -243521,6 +244191,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -243845,6 +244516,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -244352,6 +245024,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -244478,6 +245151,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -244693,6 +245367,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -244819,6 +245494,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -245148,6 +245824,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -245661,6 +246338,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -246281,6 +246959,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -246835,6 +247514,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -246961,6 +247641,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -247087,6 +247768,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -247490,6 +248172,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -247712,6 +248395,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -248091,6 +248775,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -248239,6 +248924,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -248480,6 +249166,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -248676,6 +249363,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -249058,6 +249746,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -249221,6 +249910,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -249481,6 +250171,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -249942,6 +250633,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -250208,6 +250900,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -250334,6 +251027,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -250544,6 +251238,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -250751,6 +251446,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -250995,6 +251691,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -251187,6 +251884,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -251428,6 +252126,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -251978,6 +252677,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -252384,6 +253084,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -252864,6 +253565,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -253155,6 +253857,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -253270,6 +253973,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -253469,6 +254173,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -253595,6 +254300,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -253844,6 +254550,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -254033,6 +254740,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -254222,6 +254930,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -254523,6 +255232,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -254770,6 +255480,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -254919,6 +255630,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -255127,6 +255839,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -255479,6 +256192,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -255738,6 +256452,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -255962,6 +256677,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -256526,6 +257242,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -256761,6 +257478,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -257155,6 +257873,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -257333,6 +258052,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -257522,6 +258242,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -257823,6 +258544,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -258059,6 +258781,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -258197,6 +258920,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -258405,6 +259129,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -258757,6 +259482,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -259016,6 +259742,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -259240,6 +259967,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -259400,6 +260128,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -259930,6 +260659,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -260154,6 +260884,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -260568,6 +261299,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -260729,6 +261461,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -261016,6 +261749,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { @@ -261253,6 +261987,7 @@ using temporary security credentials.", }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", + "protected": true, "returns": Object { "type": Object { "collection": Object { diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.js.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.js.snap index d6e1fabbc3..e2b8d44a0c 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.js.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.js.snap @@ -240,7 +240,7 @@ export class AcmCertificate extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes() { + protected synthesizeAttributes() { return { certificate_authority_arn: this._certificateAuthorityArn, certificate_body: this._certificateBody, diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.ts.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.ts.snap index 24b8003fbd..901915c4f2 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.ts.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/complex-computed-types.test.ts.snap @@ -192,7 +192,7 @@ export class AcmCertificate extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { certificate_authority_arn: this._certificateAuthorityArn, certificate_body: this._certificateBody, diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/description-escaping.test.ts.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/description-escaping.test.ts.snap index 46ec3913df..c8092c2878 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/description-escaping.test.ts.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/description-escaping.test.ts.snap @@ -58,7 +58,7 @@ export class DescriptionEscaping extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { broken_comments: this._brokenComments, }; diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/provider.test.ts.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/provider.test.ts.snap index 528434fe9f..4501aa60c6 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/provider.test.ts.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/provider.test.ts.snap @@ -575,7 +575,7 @@ export class AwsProvider extends TerraformProvider { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { access_key: this._accessKey, allowed_account_ids: this._allowedAccountIds, diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/resource-types.test.ts.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/resource-types.test.ts.snap index 9feb9aceda..07e8086659 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/resource-types.test.ts.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/resource-types.test.ts.snap @@ -492,7 +492,7 @@ export class CloudfrontDistribution extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { aliases: this._aliases, comment: this._comment, @@ -582,7 +582,7 @@ export class FmsAdminAccount extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { account_id: this._accountId, }; @@ -1025,7 +1025,7 @@ export class S3Bucket extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { acceleration_status: this._accelerationStatus, acl: this._acl, @@ -1241,7 +1241,7 @@ export class SecurityGroup extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { description: this._description, egress: this._egress, diff --git a/packages/cdktf-cli/test/get/generator/__snapshots__/types.test.ts.snap b/packages/cdktf-cli/test/get/generator/__snapshots__/types.test.ts.snap index 4102c21527..126286c484 100644 --- a/packages/cdktf-cli/test/get/generator/__snapshots__/types.test.ts.snap +++ b/packages/cdktf-cli/test/get/generator/__snapshots__/types.test.ts.snap @@ -64,7 +64,7 @@ export class BooleanList extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_required: this._fooRequired, foo_optional: this._fooOptional, @@ -144,7 +144,7 @@ export class BooleanMap extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_computed_optional: this._fooComputedOptional, foo_optional: this._fooOptional, @@ -249,7 +249,7 @@ export class ComputedComplex extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { }; } @@ -324,7 +324,7 @@ export class ComputedComplexNested extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { }; } @@ -389,7 +389,7 @@ export class BlockTypeNestedComputedList extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { inputs: this._inputs, }; @@ -462,7 +462,7 @@ export class ComputedOptionalComplex extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { egress: this._egress, }; @@ -533,7 +533,7 @@ export class DeeplyNestedBlockTypes extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { lifecycle_rule: this._lifecycleRule, }; @@ -598,7 +598,7 @@ export class IgnoredAttributes extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { }; } @@ -670,7 +670,7 @@ export class IncompatibleAttributeNames extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { get_password_data: this._getPasswordData, self: this._self, @@ -728,7 +728,7 @@ export class ListOfStringMap extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { }; } @@ -800,7 +800,7 @@ export class NumberList extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_required: this._fooRequired, foo_optional: this._fooOptional, @@ -880,7 +880,7 @@ export class NumberMap extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_computed_optional: this._fooComputedOptional, foo_optional: this._fooOptional, @@ -970,7 +970,7 @@ export class PrimitiveBoolean extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_computed_optional: this._fooComputedOptional, foo_optional: this._fooOptional, @@ -1061,7 +1061,7 @@ export class PrimitiveNumber extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_computed_optional: this._fooComputedOptional, foo_optional: this._fooOptional, @@ -1152,7 +1152,7 @@ export class PrimitiveString extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { foo_computed_optional: this._fooComputedOptional, foo_optional: this._fooOptional, @@ -1235,7 +1235,7 @@ export class BlockTypeSetList extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { timeouts_set: this._timeoutsSet, timeouts_list: this._timeoutsList, @@ -1302,7 +1302,7 @@ export class SingleBlockType extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { timeouts: this._timeouts, }; @@ -1391,7 +1391,7 @@ export class StringList extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { subject_alternative_names_optional_computed: this._subjectAlternativeNamesOptionalComputed, subject_alternative_names_required: this._subjectAlternativeNamesRequired, @@ -1472,7 +1472,7 @@ export class StringMap extends TerraformResource { // SYNTHESIS // ========= - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { subject_alternative_names_computed_optional: this._subjectAlternativeNamesComputedOptional, subject_alternative_names_optional: this._subjectAlternativeNamesOptional, diff --git a/packages/cdktf/lib/terraform-output.ts b/packages/cdktf/lib/terraform-output.ts index dd55404f8c..fa5061d8a7 100644 --- a/packages/cdktf/lib/terraform-output.ts +++ b/packages/cdktf/lib/terraform-output.ts @@ -25,7 +25,7 @@ export class TerraformOutput extends TerraformElement { this.dependsOn = config.dependsOn; } - public synthesizeAttributes(): {[key: string]: any} { + protected synthesizeAttributes(): {[key: string]: any} { return { value: this.value, description: this.description, diff --git a/packages/cdktf/test/helper/provider.ts b/packages/cdktf/test/helper/provider.ts index 1ca5993f8a..e916f50312 100644 --- a/packages/cdktf/test/helper/provider.ts +++ b/packages/cdktf/test/helper/provider.ts @@ -23,7 +23,7 @@ export class TestProvider extends TerraformProvider { this.accessKey = config.accessKey } - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { // eslint-disable-next-line @typescript-eslint/camelcase access_key: this.accessKey diff --git a/packages/cdktf/test/helper/resource.ts b/packages/cdktf/test/helper/resource.ts index 1f1469a6f4..80df51f597 100644 --- a/packages/cdktf/test/helper/resource.ts +++ b/packages/cdktf/test/helper/resource.ts @@ -30,7 +30,7 @@ export class TestResource extends TerraformResource { this.nestedType = config.nestedType } - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return { name: this.name, names: this.names, @@ -60,7 +60,7 @@ export class OtherTestResource extends TerraformResource { return new TestComplexComputedList(this, 'complex_computed_list', index); } - public synthesizeAttributes(): { [name: string]: any } { + protected synthesizeAttributes(): { [name: string]: any } { return {} } }