@go-to-k/cdkd 0.217.0 → 0.219.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.
@@ -5885,6 +5885,7 @@ var ReplacementRulesRegistry = class {
5885
5885
  "TargetRole"
5886
5886
  ]) });
5887
5887
  this.rules.set("AWS::RDS::DBProxyTargetGroup", { replacementProperties: new Set(["DBProxyName", "TargetGroupName"]) });
5888
+ this.rules.set("AWS::EC2::Instance", { replacementProperties: new Set(["EbsOptimized"]) });
5888
5889
  this.rules.set("AWS::ECS::TaskDefinition", { replacementProperties: new Set([
5889
5890
  "Family",
5890
5891
  "ContainerDefinitions",
@@ -9704,10 +9705,15 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9704
9705
  ["AWS::EC2::Instance", {
9705
9706
  handled: new Set([
9706
9707
  "BlockDeviceMappings",
9708
+ "CreditSpecification",
9709
+ "DisableApiTermination",
9710
+ "EbsOptimized",
9707
9711
  "IamInstanceProfile",
9708
9712
  "ImageId",
9709
9713
  "InstanceType",
9710
9714
  "KeyName",
9715
+ "MetadataOptions",
9716
+ "Monitoring",
9711
9717
  "SecurityGroupIds",
9712
9718
  "SecurityGroups",
9713
9719
  "SubnetId",
@@ -9719,9 +9725,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9719
9725
  ["Affinity", "not yet implemented by cdkd"],
9720
9726
  ["AvailabilityZone", "not yet implemented by cdkd"],
9721
9727
  ["CpuOptions", "not yet implemented by cdkd"],
9722
- ["CreditSpecification", "not yet implemented by cdkd"],
9723
- ["DisableApiTermination", "not yet implemented by cdkd"],
9724
- ["EbsOptimized", "not yet implemented by cdkd"],
9725
9728
  ["ElasticGpuSpecifications", "AWS Elastic GPU end-of-life (announced 2023-11); no replacement API"],
9726
9729
  ["ElasticInferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"],
9727
9730
  ["EnclaveOptions", "not yet implemented by cdkd"],
@@ -9734,8 +9737,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9734
9737
  ["KernelId", "not yet implemented by cdkd"],
9735
9738
  ["LaunchTemplate", "not yet implemented by cdkd"],
9736
9739
  ["LicenseSpecifications", "not yet implemented by cdkd"],
9737
- ["MetadataOptions", "not yet implemented by cdkd"],
9738
- ["Monitoring", "not yet implemented by cdkd"],
9739
9740
  ["NetworkInterfaces", "not yet implemented by cdkd"],
9740
9741
  ["PlacementGroupName", "not yet implemented by cdkd"],
9741
9742
  ["PrivateDnsNameOptions", "not yet implemented by cdkd"],
@@ -10552,12 +10553,18 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10552
10553
  "DBClusterIdentifier",
10553
10554
  "DBSubnetGroupName",
10554
10555
  "DeletionProtection",
10556
+ "EnableIAMDatabaseAuthentication",
10555
10557
  "Engine",
10556
10558
  "EngineVersion",
10557
10559
  "KmsKeyId",
10560
+ "ManageMasterUserPassword",
10558
10561
  "MasterUsername",
10559
10562
  "MasterUserPassword",
10563
+ "MasterUserSecret",
10564
+ "MonitoringInterval",
10565
+ "MonitoringRoleArn",
10560
10566
  "Port",
10567
+ "PubliclyAccessible",
10561
10568
  "ServerlessV2ScalingConfiguration",
10562
10569
  "StorageEncrypted",
10563
10570
  "Tags",
@@ -10582,24 +10589,18 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10582
10589
  ["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
10583
10590
  ["EnableGlobalWriteForwarding", "not yet implemented by cdkd"],
10584
10591
  ["EnableHttpEndpoint", "not yet implemented by cdkd"],
10585
- ["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
10586
10592
  ["EnableLocalWriteForwarding", "not yet implemented by cdkd"],
10587
10593
  ["EngineLifecycleSupport", "not yet implemented by cdkd"],
10588
10594
  ["EngineMode", "not yet implemented by cdkd"],
10589
10595
  ["GlobalClusterIdentifier", "not yet implemented by cdkd"],
10590
10596
  ["Iops", "not yet implemented by cdkd"],
10591
- ["ManageMasterUserPassword", "not yet implemented by cdkd"],
10592
10597
  ["MasterUserAuthenticationType", "not yet implemented by cdkd"],
10593
- ["MasterUserSecret", "not yet implemented by cdkd"],
10594
- ["MonitoringInterval", "not yet implemented by cdkd"],
10595
- ["MonitoringRoleArn", "not yet implemented by cdkd"],
10596
10598
  ["NetworkType", "not yet implemented by cdkd"],
10597
10599
  ["PerformanceInsightsEnabled", "not yet implemented by cdkd"],
10598
10600
  ["PerformanceInsightsKmsKeyId", "not yet implemented by cdkd"],
10599
10601
  ["PerformanceInsightsRetentionPeriod", "not yet implemented by cdkd"],
10600
10602
  ["PreferredBackupWindow", "not yet implemented by cdkd"],
10601
10603
  ["PreferredMaintenanceWindow", "not yet implemented by cdkd"],
10602
- ["PubliclyAccessible", "not yet implemented by cdkd"],
10603
10604
  ["ReplicationSourceIdentifier", "not yet implemented by cdkd"],
10604
10605
  ["RestoreToTime", "not yet implemented by cdkd"],
10605
10606
  ["RestoreType", "not yet implemented by cdkd"],
@@ -10620,10 +10621,16 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10620
10621
  "DBInstanceIdentifier",
10621
10622
  "DBSubnetGroupName",
10622
10623
  "DeletionProtection",
10624
+ "EnableIAMDatabaseAuthentication",
10623
10625
  "Engine",
10624
10626
  "EngineVersion",
10627
+ "KmsKeyId",
10628
+ "ManageMasterUserPassword",
10625
10629
  "MasterUsername",
10626
10630
  "MasterUserPassword",
10631
+ "MasterUserSecret",
10632
+ "MonitoringInterval",
10633
+ "MonitoringRoleArn",
10627
10634
  "Port",
10628
10635
  "PubliclyAccessible",
10629
10636
  "StorageEncrypted",
@@ -10663,18 +10670,12 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
10663
10670
  ["DomainIAMRoleName", "not yet implemented by cdkd"],
10664
10671
  ["DomainOu", "not yet implemented by cdkd"],
10665
10672
  ["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
10666
- ["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
10667
10673
  ["EnablePerformanceInsights", "not yet implemented by cdkd"],
10668
10674
  ["EngineLifecycleSupport", "not yet implemented by cdkd"],
10669
10675
  ["Iops", "not yet implemented by cdkd"],
10670
- ["KmsKeyId", "not yet implemented by cdkd"],
10671
10676
  ["LicenseModel", "not yet implemented by cdkd"],
10672
- ["ManageMasterUserPassword", "not yet implemented by cdkd"],
10673
10677
  ["MasterUserAuthenticationType", "not yet implemented by cdkd"],
10674
- ["MasterUserSecret", "not yet implemented by cdkd"],
10675
10678
  ["MaxAllocatedStorage", "not yet implemented by cdkd"],
10676
- ["MonitoringInterval", "not yet implemented by cdkd"],
10677
- ["MonitoringRoleArn", "not yet implemented by cdkd"],
10678
10679
  ["MultiAZ", "not yet implemented by cdkd"],
10679
10680
  ["NcharCharacterSetName", "not yet implemented by cdkd"],
10680
10681
  ["NetworkType", "not yet implemented by cdkd"],
@@ -13741,4 +13742,4 @@ var DeployEngine = class {
13741
13742
 
13742
13743
  //#endregion
13743
13744
  export { CFN_TEMPLATE_URL_LIMIT as $, DagBuilder as A, setLogger as At, getDockerCmd as B, CloudControlProvider as C, SynthesisError as Ct, IntrinsicFunctionResolver as D, withErrorHandling as Dt, isTerminationProtectionPropagationError as E, normalizeAwsError as Et, AssetPublisher as F, generateResourceName as Ft, getLegacyStateBucketName as G, runDockerStreaming as H, stringifyValue as I, generateResourceNameWithFallback as It, resolveSkipPrefix as J, resolveApp as K, WorkGraph as L, withSkipPrefix as Lt, LockManager as M, getLiveRenderer as Mt, S3StateBackend as N, PATTERN_B_NAME_PROPERTIES as Nt, applyRoleArnIfSet as O, ConsoleLogger as Ot, shouldRetainResource as P, PATTERN_B_RESOURCE_TYPES as Pt, CFN_TEMPLATE_BODY_LIMIT as Q, buildDockerImage as R, withStackName as Rt, findActionableSilentDrops as S, StateError as St, disableInstanceApiTermination as T, isCdkdError as Tt, Synthesizer as U, runDockerForeground as V, getDefaultStateBucketName as W, resolveStateBucketWithDefaultAndSource as X, resolveStateBucketWithDefault as Y, warnDeprecatedNoPrefixCliFlag as Z, CDK_PATH_TAG as _, ProvisioningError as _t, withRetry as a, resolveBucketRegion as at, resolveExplicitPhysicalId as b, StackHasActiveImportsError as bt, formatResourceLine as c, ConfigError as ct, gray as d, LocalMigrateError as dt, MIGRATE_TMP_PREFIX as et, green as f, LocalStartServiceError as ft, collectInlinePolicyNamesManagedBySiblings as g, PartialFailureError as gt, IAMRoleProvider as h, NestedStackChildDirectDestroyError as ht, withResourceDeadline as i, clearBucketRegionCache as it, TemplateParser as j, runStackBuffered as jt, DiffCalculator as k, getLogger as kt, bold as l, DependencyError as lt, yellow as m, MissingCdkCliError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, uploadCfnTemplate as nt, isRetryableTransientError as o, AssetError as ot, red as p, LockError as pt, resolveCaptureObservedState as q, DeployEngine as r, AssemblyReader as rt, IMPLICIT_DELETE_DEPENDENCIES as s, CdkdError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, findLargeInlineResources as tt, cyan as u, LocalInvokeBuildError as ut, matchesCdkPath as v, ResourceTimeoutError as vt, assertRegionMatch as w, formatError as wt, ProviderRegistry as x, StackTerminationProtectionError as xt, normalizeAwsTagsToCfn as y, ResourceUpdateNotSupportedError as yt, formatDockerLoginError as z };
13744
- //# sourceMappingURL=deploy-engine-UctzfQ8M.js.map
13745
+ //# sourceMappingURL=deploy-engine-39cTZ1WD.js.map