skip to Main Content

add dependency on custom resource cdk

I have the following problem that i cannot add dependsOn on a cfnResource for a CustomResource const cfnRawTable = new timestream.CfnTable(this, 'MyCfnTableRaw', { databaseName: dbName, // the properties below are optional magneticStoreWriteProperties: { enableMagneticStoreWrites: true, }, retentionProperties: { magneticStoreRetentionPeriodInDays: '1825',…

VIEW QUESTION
Back To Top
Search