@go-to-k/cdkd 0.198.0 → 0.200.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10222,27 +10222,26 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10222
10222
  "FilterCriteria",
10223
10223
  "FunctionName",
10224
10224
  "FunctionResponseTypes",
10225
+ "KmsKeyArn",
10226
+ "LoggingConfig",
10225
10227
  "MaximumBatchingWindowInSeconds",
10226
10228
  "MaximumRecordAgeInSeconds",
10227
10229
  "MaximumRetryAttempts",
10230
+ "MetricsConfig",
10228
10231
  "ParallelizationFactor",
10232
+ "ProvisionedPollerConfig",
10233
+ "Queues",
10229
10234
  "ScalingConfig",
10230
10235
  "SelfManagedEventSource",
10231
10236
  "SelfManagedKafkaEventSourceConfig",
10232
10237
  "SourceAccessConfigurations",
10233
10238
  "StartingPosition",
10239
+ "StartingPositionTimestamp",
10234
10240
  "Tags",
10241
+ "Topics",
10235
10242
  "TumblingWindowInSeconds"
10236
10243
  ]),
10237
- silentDrop: new Map([
10238
- ["KmsKeyArn", "not yet implemented by cdkd"],
10239
- ["LoggingConfig", "not yet implemented by cdkd"],
10240
- ["MetricsConfig", "not yet implemented by cdkd"],
10241
- ["ProvisionedPollerConfig", "not yet implemented by cdkd"],
10242
- ["Queues", "not yet implemented by cdkd"],
10243
- ["StartingPositionTimestamp", "not yet implemented by cdkd"],
10244
- ["Topics", "not yet implemented by cdkd"]
10245
- ])
10244
+ silentDrop: /* @__PURE__ */ new Map()
10246
10245
  }],
10247
10246
  ["AWS::Lambda::Function", {
10248
10247
  handled: new Set([
@@ -10460,17 +10459,24 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10460
10459
  }],
10461
10460
  ["AWS::RDS::DBInstance", {
10462
10461
  handled: new Set([
10462
+ "AllocatedStorage",
10463
10463
  "DBClusterIdentifier",
10464
10464
  "DBInstanceClass",
10465
10465
  "DBInstanceIdentifier",
10466
10466
  "DBSubnetGroupName",
10467
+ "DeletionProtection",
10467
10468
  "Engine",
10469
+ "EngineVersion",
10470
+ "MasterUsername",
10471
+ "MasterUserPassword",
10472
+ "Port",
10468
10473
  "PubliclyAccessible",
10469
- "Tags"
10474
+ "StorageEncrypted",
10475
+ "Tags",
10476
+ "VPCSecurityGroups"
10470
10477
  ]),
10471
10478
  silentDrop: new Map([
10472
10479
  ["AdditionalStorageVolumes", "not yet implemented by cdkd"],
10473
- ["AllocatedStorage", "not yet implemented by cdkd"],
10474
10480
  ["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
10475
10481
  ["ApplyImmediately", "cdkd always applies modifications immediately (rds:ModifyDBInstance.ApplyImmediately=true is hardcoded); users wanting maintenance-window deferral should run aws rds modify-db-instance directly"],
10476
10482
  ["AssociatedRoles", "not yet implemented by cdkd"],
@@ -10495,7 +10501,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10495
10501
  ["DBSystemId", "not yet implemented by cdkd"],
10496
10502
  ["DedicatedLogVolume", "not yet implemented by cdkd"],
10497
10503
  ["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
10498
- ["DeletionProtection", "not yet implemented by cdkd"],
10499
10504
  ["Domain", "not yet implemented by cdkd"],
10500
10505
  ["DomainAuthSecretArn", "not yet implemented by cdkd"],
10501
10506
  ["DomainDnsIps", "not yet implemented by cdkd"],
@@ -10506,14 +10511,11 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10506
10511
  ["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
10507
10512
  ["EnablePerformanceInsights", "not yet implemented by cdkd"],
10508
10513
  ["EngineLifecycleSupport", "not yet implemented by cdkd"],
10509
- ["EngineVersion", "not yet implemented by cdkd"],
10510
10514
  ["Iops", "not yet implemented by cdkd"],
10511
10515
  ["KmsKeyId", "not yet implemented by cdkd"],
10512
10516
  ["LicenseModel", "not yet implemented by cdkd"],
10513
10517
  ["ManageMasterUserPassword", "not yet implemented by cdkd"],
10514
10518
  ["MasterUserAuthenticationType", "not yet implemented by cdkd"],
10515
- ["MasterUsername", "not yet implemented by cdkd"],
10516
- ["MasterUserPassword", "not yet implemented by cdkd"],
10517
10519
  ["MasterUserSecret", "not yet implemented by cdkd"],
10518
10520
  ["MaxAllocatedStorage", "not yet implemented by cdkd"],
10519
10521
  ["MonitoringInterval", "not yet implemented by cdkd"],
@@ -10524,7 +10526,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10524
10526
  ["OptionGroupName", "not yet implemented by cdkd"],
10525
10527
  ["PerformanceInsightsKMSKeyId", "not yet implemented by cdkd"],
10526
10528
  ["PerformanceInsightsRetentionPeriod", "not yet implemented by cdkd"],
10527
- ["Port", "not yet implemented by cdkd"],
10528
10529
  ["PreferredBackupWindow", "not yet implemented by cdkd"],
10529
10530
  ["PreferredMaintenanceWindow", "not yet implemented by cdkd"],
10530
10531
  ["ProcessorFeatures", "not yet implemented by cdkd"],
@@ -10536,15 +10537,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10536
10537
  ["SourceDBInstanceIdentifier", "not yet implemented by cdkd"],
10537
10538
  ["SourceDbiResourceId", "not yet implemented by cdkd"],
10538
10539
  ["SourceRegion", "not yet implemented by cdkd"],
10539
- ["StorageEncrypted", "not yet implemented by cdkd"],
10540
10540
  ["StorageThroughput", "not yet implemented by cdkd"],
10541
10541
  ["StorageType", "not yet implemented by cdkd"],
10542
10542
  ["TdeCredentialArn", "not yet implemented by cdkd"],
10543
10543
  ["TdeCredentialPassword", "not yet implemented by cdkd"],
10544
10544
  ["Timezone", "not yet implemented by cdkd"],
10545
10545
  ["UseDefaultProcessorFeatures", "not yet implemented by cdkd"],
10546
- ["UseLatestRestorableTime", "not yet implemented by cdkd"],
10547
- ["VPCSecurityGroups", "not yet implemented by cdkd"]
10546
+ ["UseLatestRestorableTime", "not yet implemented by cdkd"]
10548
10547
  ])
10549
10548
  }],
10550
10549
  ["AWS::RDS::DBProxy", {
@@ -13587,4 +13586,4 @@ var DeployEngine = class {
13587
13586
 
13588
13587
  //#endregion
13589
13588
  export { uploadCfnTemplate as $, S3StateBackend as A, PATTERN_B_NAME_PROPERTIES as At, Synthesizer as B, assertRegionMatch as C, normalizeAwsError as Ct, DagBuilder as D, setLogger as Dt, DiffCalculator as E, getLogger as Et, buildDockerImage as F, withStackName as Ft, resolveSkipPrefix as G, getLegacyStateBucketName as H, formatDockerLoginError as I, warnDeprecatedNoPrefixCliFlag as J, resolveStateBucketWithDefault as K, getDockerCmd as L, AssetPublisher as M, generateResourceName as Mt, stringifyValue as N, generateResourceNameWithFallback as Nt, TemplateParser as O, runStackBuffered as Ot, WorkGraph as P, withSkipPrefix as Pt, findLargeInlineResources as Q, runDockerForeground as R, CloudControlProvider as S, isCdkdError as St, applyRoleArnIfSet as T, ConsoleLogger as Tt, resolveApp as U, getDefaultStateBucketName as V, resolveCaptureObservedState as W, CFN_TEMPLATE_URL_LIMIT as X, CFN_TEMPLATE_BODY_LIMIT as Y, MIGRATE_TMP_PREFIX as Z, matchesCdkPath as _, StackHasActiveImportsError as _t, withRetry as a, ConfigError as at, ProviderRegistry as b, SynthesisError as bt, bold as c, LocalMigrateError as ct, green as d, MissingCdkCliError as dt, AssemblyReader as et, red as f, NestedStackChildDirectDestroyError as ft, CDK_PATH_TAG as g, ResourceUpdateNotSupportedError as gt, collectInlinePolicyNamesManagedBySiblings as h, ResourceTimeoutError as ht, withResourceDeadline as i, CdkdError as it, shouldRetainResource as j, PATTERN_B_RESOURCE_TYPES as jt, LockManager as k, getLiveRenderer as kt, cyan as l, LocalStartServiceError as lt, IAMRoleProvider as m, ProvisioningError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, resolveBucketRegion as nt, IMPLICIT_DELETE_DEPENDENCIES as o, DependencyError as ot, yellow as p, PartialFailureError as pt, resolveStateBucketWithDefaultAndSource as q, DeployEngine as r, AssetError as rt, formatResourceLine as s, LocalInvokeBuildError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, clearBucketRegionCache as tt, gray as u, LockError as ut, normalizeAwsTagsToCfn as v, StackTerminationProtectionError as vt, IntrinsicFunctionResolver as w, withErrorHandling as wt, findActionableSilentDrops as x, formatError as xt, resolveExplicitPhysicalId as y, StateError as yt, runDockerStreaming as z };
13590
- //# sourceMappingURL=deploy-engine-B3Xc-bxB.js.map
13589
+ //# sourceMappingURL=deploy-engine-DAPAdI1e.js.map