@go-to-k/cdkd 0.199.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.
|
@@ -10459,17 +10459,24 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10459
10459
|
}],
|
|
10460
10460
|
["AWS::RDS::DBInstance", {
|
|
10461
10461
|
handled: new Set([
|
|
10462
|
+
"AllocatedStorage",
|
|
10462
10463
|
"DBClusterIdentifier",
|
|
10463
10464
|
"DBInstanceClass",
|
|
10464
10465
|
"DBInstanceIdentifier",
|
|
10465
10466
|
"DBSubnetGroupName",
|
|
10467
|
+
"DeletionProtection",
|
|
10466
10468
|
"Engine",
|
|
10469
|
+
"EngineVersion",
|
|
10470
|
+
"MasterUsername",
|
|
10471
|
+
"MasterUserPassword",
|
|
10472
|
+
"Port",
|
|
10467
10473
|
"PubliclyAccessible",
|
|
10468
|
-
"
|
|
10474
|
+
"StorageEncrypted",
|
|
10475
|
+
"Tags",
|
|
10476
|
+
"VPCSecurityGroups"
|
|
10469
10477
|
]),
|
|
10470
10478
|
silentDrop: new Map([
|
|
10471
10479
|
["AdditionalStorageVolumes", "not yet implemented by cdkd"],
|
|
10472
|
-
["AllocatedStorage", "not yet implemented by cdkd"],
|
|
10473
10480
|
["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
|
|
10474
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"],
|
|
10475
10482
|
["AssociatedRoles", "not yet implemented by cdkd"],
|
|
@@ -10494,7 +10501,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10494
10501
|
["DBSystemId", "not yet implemented by cdkd"],
|
|
10495
10502
|
["DedicatedLogVolume", "not yet implemented by cdkd"],
|
|
10496
10503
|
["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
|
|
10497
|
-
["DeletionProtection", "not yet implemented by cdkd"],
|
|
10498
10504
|
["Domain", "not yet implemented by cdkd"],
|
|
10499
10505
|
["DomainAuthSecretArn", "not yet implemented by cdkd"],
|
|
10500
10506
|
["DomainDnsIps", "not yet implemented by cdkd"],
|
|
@@ -10505,14 +10511,11 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10505
10511
|
["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
|
|
10506
10512
|
["EnablePerformanceInsights", "not yet implemented by cdkd"],
|
|
10507
10513
|
["EngineLifecycleSupport", "not yet implemented by cdkd"],
|
|
10508
|
-
["EngineVersion", "not yet implemented by cdkd"],
|
|
10509
10514
|
["Iops", "not yet implemented by cdkd"],
|
|
10510
10515
|
["KmsKeyId", "not yet implemented by cdkd"],
|
|
10511
10516
|
["LicenseModel", "not yet implemented by cdkd"],
|
|
10512
10517
|
["ManageMasterUserPassword", "not yet implemented by cdkd"],
|
|
10513
10518
|
["MasterUserAuthenticationType", "not yet implemented by cdkd"],
|
|
10514
|
-
["MasterUsername", "not yet implemented by cdkd"],
|
|
10515
|
-
["MasterUserPassword", "not yet implemented by cdkd"],
|
|
10516
10519
|
["MasterUserSecret", "not yet implemented by cdkd"],
|
|
10517
10520
|
["MaxAllocatedStorage", "not yet implemented by cdkd"],
|
|
10518
10521
|
["MonitoringInterval", "not yet implemented by cdkd"],
|
|
@@ -10523,7 +10526,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10523
10526
|
["OptionGroupName", "not yet implemented by cdkd"],
|
|
10524
10527
|
["PerformanceInsightsKMSKeyId", "not yet implemented by cdkd"],
|
|
10525
10528
|
["PerformanceInsightsRetentionPeriod", "not yet implemented by cdkd"],
|
|
10526
|
-
["Port", "not yet implemented by cdkd"],
|
|
10527
10529
|
["PreferredBackupWindow", "not yet implemented by cdkd"],
|
|
10528
10530
|
["PreferredMaintenanceWindow", "not yet implemented by cdkd"],
|
|
10529
10531
|
["ProcessorFeatures", "not yet implemented by cdkd"],
|
|
@@ -10535,15 +10537,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10535
10537
|
["SourceDBInstanceIdentifier", "not yet implemented by cdkd"],
|
|
10536
10538
|
["SourceDbiResourceId", "not yet implemented by cdkd"],
|
|
10537
10539
|
["SourceRegion", "not yet implemented by cdkd"],
|
|
10538
|
-
["StorageEncrypted", "not yet implemented by cdkd"],
|
|
10539
10540
|
["StorageThroughput", "not yet implemented by cdkd"],
|
|
10540
10541
|
["StorageType", "not yet implemented by cdkd"],
|
|
10541
10542
|
["TdeCredentialArn", "not yet implemented by cdkd"],
|
|
10542
10543
|
["TdeCredentialPassword", "not yet implemented by cdkd"],
|
|
10543
10544
|
["Timezone", "not yet implemented by cdkd"],
|
|
10544
10545
|
["UseDefaultProcessorFeatures", "not yet implemented by cdkd"],
|
|
10545
|
-
["UseLatestRestorableTime", "not yet implemented by cdkd"]
|
|
10546
|
-
["VPCSecurityGroups", "not yet implemented by cdkd"]
|
|
10546
|
+
["UseLatestRestorableTime", "not yet implemented by cdkd"]
|
|
10547
10547
|
])
|
|
10548
10548
|
}],
|
|
10549
10549
|
["AWS::RDS::DBProxy", {
|
|
@@ -13586,4 +13586,4 @@ var DeployEngine = class {
|
|
|
13586
13586
|
|
|
13587
13587
|
//#endregion
|
|
13588
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 };
|
|
13589
|
-
//# sourceMappingURL=deploy-engine-
|
|
13589
|
+
//# sourceMappingURL=deploy-engine-DAPAdI1e.js.map
|