@go-to-k/cdkd 0.158.0 → 0.158.1
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.
- package/README.md +63 -166
- package/dist/cli.js +138 -45
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-UmoqjtWH.js → deploy-engine-CGmdz5WP.js} +38 -36
- package/dist/{deploy-engine-UmoqjtWH.js.map → deploy-engine-CGmdz5WP.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -7980,8 +7980,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
7980
7980
|
handled: new Set(["Description", "RestApiId"]),
|
|
7981
7981
|
silentDrop: new Map([
|
|
7982
7982
|
["DeploymentCanarySettings", "not yet implemented by cdkd"],
|
|
7983
|
-
["StageDescription", "
|
|
7984
|
-
["StageName", "
|
|
7983
|
+
["StageDescription", "CFn-only convenience for inline-creating a Stage; declare AWS::ApiGateway::Stage with the Description property instead"],
|
|
7984
|
+
["StageName", "CFn-only convenience for inline-creating a Stage from a Deployment; declare AWS::ApiGateway::Stage explicitly to attach to this Deployment"]
|
|
7985
7985
|
])
|
|
7986
7986
|
}],
|
|
7987
7987
|
["AWS::ApiGateway::Method", {
|
|
@@ -8150,7 +8150,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8150
8150
|
"Type"
|
|
8151
8151
|
]),
|
|
8152
8152
|
silentDrop: new Map([
|
|
8153
|
-
["ElasticsearchConfig", "
|
|
8153
|
+
["ElasticsearchConfig", "Legacy Elasticsearch alias; use OpenSearchServiceConfig (AppSync deprecated the Elasticsearch DataSource type in favor of OpenSearch)"],
|
|
8154
8154
|
["EventBridgeConfig", "not yet implemented by cdkd"],
|
|
8155
8155
|
["MetricsConfig", "not yet implemented by cdkd"],
|
|
8156
8156
|
["OpenSearchServiceConfig", "not yet implemented by cdkd"],
|
|
@@ -8252,8 +8252,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8252
8252
|
["AvailabilityZoneIds", "not yet implemented by cdkd"],
|
|
8253
8253
|
["InstanceId", "not yet implemented by cdkd"],
|
|
8254
8254
|
["InstanceLifecyclePolicy", "not yet implemented by cdkd"],
|
|
8255
|
-
["LaunchConfigurationName", "
|
|
8256
|
-
["NotificationConfiguration", "
|
|
8255
|
+
["LaunchConfigurationName", "AWS Launch Configurations end-of-life 2024-10; use LaunchTemplate instead"],
|
|
8256
|
+
["NotificationConfiguration", "Legacy singular form; use NotificationConfigurations (plural) which cdkd already wires"],
|
|
8257
8257
|
["PlacementGroup", "not yet implemented by cdkd"]
|
|
8258
8258
|
])
|
|
8259
8259
|
}],
|
|
@@ -8567,8 +8567,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8567
8567
|
["CreditSpecification", "not yet implemented by cdkd"],
|
|
8568
8568
|
["DisableApiTermination", "not yet implemented by cdkd"],
|
|
8569
8569
|
["EbsOptimized", "not yet implemented by cdkd"],
|
|
8570
|
-
["ElasticGpuSpecifications", "
|
|
8571
|
-
["ElasticInferenceAccelerators", "
|
|
8570
|
+
["ElasticGpuSpecifications", "AWS Elastic GPU end-of-life (announced 2023-11); no replacement API"],
|
|
8571
|
+
["ElasticInferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"],
|
|
8572
8572
|
["EnclaveOptions", "not yet implemented by cdkd"],
|
|
8573
8573
|
["HibernationOptions", "not yet implemented by cdkd"],
|
|
8574
8574
|
["HostId", "not yet implemented by cdkd"],
|
|
@@ -8612,7 +8612,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8612
8612
|
silentDrop: new Map([
|
|
8613
8613
|
["AvailabilityMode", "not yet implemented by cdkd"],
|
|
8614
8614
|
["AvailabilityZoneAddresses", "not yet implemented by cdkd"],
|
|
8615
|
-
["VpcId", "
|
|
8615
|
+
["VpcId", "AWS derives the VPC from SubnetId; the ec2:CreateNatGateway API has no VpcId parameter"]
|
|
8616
8616
|
])
|
|
8617
8617
|
}],
|
|
8618
8618
|
["AWS::EC2::NetworkAcl", {
|
|
@@ -8623,7 +8623,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8623
8623
|
handled: new Set([
|
|
8624
8624
|
"CidrBlock",
|
|
8625
8625
|
"Egress",
|
|
8626
|
-
"
|
|
8626
|
+
"Icmp",
|
|
8627
8627
|
"Ipv6CidrBlock",
|
|
8628
8628
|
"NetworkAclId",
|
|
8629
8629
|
"PortRange",
|
|
@@ -8631,7 +8631,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8631
8631
|
"RuleAction",
|
|
8632
8632
|
"RuleNumber"
|
|
8633
8633
|
]),
|
|
8634
|
-
silentDrop: new Map(
|
|
8634
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8635
8635
|
}],
|
|
8636
8636
|
["AWS::EC2::Route", {
|
|
8637
8637
|
handled: new Set([
|
|
@@ -8672,20 +8672,17 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8672
8672
|
["AWS::EC2::SecurityGroupIngress", {
|
|
8673
8673
|
handled: new Set([
|
|
8674
8674
|
"CidrIp",
|
|
8675
|
+
"CidrIpv6",
|
|
8675
8676
|
"Description",
|
|
8676
8677
|
"FromPort",
|
|
8677
8678
|
"GroupId",
|
|
8678
8679
|
"IpProtocol",
|
|
8680
|
+
"SourcePrefixListId",
|
|
8679
8681
|
"SourceSecurityGroupId",
|
|
8680
8682
|
"SourceSecurityGroupOwnerId",
|
|
8681
8683
|
"ToPort"
|
|
8682
8684
|
]),
|
|
8683
|
-
silentDrop: new Map([
|
|
8684
|
-
["CidrIpv6", "not yet implemented by cdkd"],
|
|
8685
|
-
["GroupName", "not yet implemented by cdkd"],
|
|
8686
|
-
["SourcePrefixListId", "not yet implemented by cdkd"],
|
|
8687
|
-
["SourceSecurityGroupName", "not yet implemented by cdkd"]
|
|
8688
|
-
])
|
|
8685
|
+
silentDrop: new Map([["GroupName", "EC2-Classic-only — use GroupId for VPC security groups (EC2-Classic retired 2022-08-15)"], ["SourceSecurityGroupName", "EC2-Classic-only — use SourceSecurityGroupId for VPC peer security groups (EC2-Classic retired 2022-08-15)"]])
|
|
8689
8686
|
}],
|
|
8690
8687
|
["AWS::EC2::Subnet", {
|
|
8691
8688
|
handled: new Set([
|
|
@@ -8770,7 +8767,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8770
8767
|
"LoadBalancers",
|
|
8771
8768
|
"NetworkConfiguration",
|
|
8772
8769
|
"PlacementConstraints",
|
|
8773
|
-
"
|
|
8770
|
+
"PlacementStrategies",
|
|
8774
8771
|
"PlatformVersion",
|
|
8775
8772
|
"PropagateTags",
|
|
8776
8773
|
"SchedulingStrategy",
|
|
@@ -8783,8 +8780,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8783
8780
|
["AvailabilityZoneRebalancing", "not yet implemented by cdkd"],
|
|
8784
8781
|
["DeploymentController", "not yet implemented by cdkd"],
|
|
8785
8782
|
["ForceNewDeployment", "not yet implemented by cdkd"],
|
|
8786
|
-
["
|
|
8787
|
-
["Role", "not yet implemented by cdkd"],
|
|
8783
|
+
["Role", "Legacy classic-ELB service-linked-role override; AWS uses the AWSServiceRoleForECS service-linked role automatically since 2017"],
|
|
8788
8784
|
["ServiceConnectConfiguration", "not yet implemented by cdkd"],
|
|
8789
8785
|
["VolumeConfigurations", "not yet implemented by cdkd"],
|
|
8790
8786
|
["VpcLatticeConfigurations", "not yet implemented by cdkd"]
|
|
@@ -8809,7 +8805,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8809
8805
|
"TaskRoleArn",
|
|
8810
8806
|
"Volumes"
|
|
8811
8807
|
]),
|
|
8812
|
-
silentDrop: new Map([["EnableFaultInjection", "not yet implemented by cdkd"], ["InferenceAccelerators", "
|
|
8808
|
+
silentDrop: new Map([["EnableFaultInjection", "not yet implemented by cdkd"], ["InferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"]])
|
|
8813
8809
|
}],
|
|
8814
8810
|
["AWS::EFS::AccessPoint", {
|
|
8815
8811
|
handled: new Set([
|
|
@@ -8818,7 +8814,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8818
8814
|
"PosixUser",
|
|
8819
8815
|
"RootDirectory"
|
|
8820
8816
|
]),
|
|
8821
|
-
silentDrop: new Map([["ClientToken", "
|
|
8817
|
+
silentDrop: new Map([["ClientToken", "AWS SDK manages this idempotency token internally on CreateAccessPoint; no user-supplied value is honored"]])
|
|
8822
8818
|
}],
|
|
8823
8819
|
["AWS::EFS::FileSystem", {
|
|
8824
8820
|
handled: new Set([
|
|
@@ -8877,16 +8873,17 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8877
8873
|
"TransitEncryptionEnabled",
|
|
8878
8874
|
"VpcSecurityGroupIds"
|
|
8879
8875
|
]),
|
|
8880
|
-
silentDrop: new Map([["CacheSecurityGroupNames", "
|
|
8876
|
+
silentDrop: new Map([["CacheSecurityGroupNames", "EC2-Classic-only — use VpcSecurityGroupIds for VPC-deployed clusters (EC2-Classic retired 2022-08-15)"], ["SnapshotArns", "not yet implemented by cdkd"]])
|
|
8881
8877
|
}],
|
|
8882
8878
|
["AWS::ElastiCache::SubnetGroup", {
|
|
8883
8879
|
handled: new Set([
|
|
8884
8880
|
"CacheSubnetGroupDescription",
|
|
8885
8881
|
"CacheSubnetGroupName",
|
|
8882
|
+
"Description",
|
|
8886
8883
|
"SubnetIds",
|
|
8887
8884
|
"Tags"
|
|
8888
8885
|
]),
|
|
8889
|
-
silentDrop: new Map(
|
|
8886
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8890
8887
|
}],
|
|
8891
8888
|
["AWS::ElasticLoadBalancingV2::Listener", {
|
|
8892
8889
|
handled: new Set([
|
|
@@ -8998,8 +8995,12 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8998
8995
|
silentDrop: /* @__PURE__ */ new Map()
|
|
8999
8996
|
}],
|
|
9000
8997
|
["AWS::Glue::Database", {
|
|
9001
|
-
handled: new Set([
|
|
9002
|
-
|
|
8998
|
+
handled: new Set([
|
|
8999
|
+
"CatalogId",
|
|
9000
|
+
"DatabaseInput",
|
|
9001
|
+
"DatabaseName"
|
|
9002
|
+
]),
|
|
9003
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9003
9004
|
}],
|
|
9004
9005
|
["AWS::Glue::Job", {
|
|
9005
9006
|
handled: new Set([
|
|
@@ -9038,9 +9039,10 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9038
9039
|
handled: new Set([
|
|
9039
9040
|
"CatalogId",
|
|
9040
9041
|
"DatabaseName",
|
|
9042
|
+
"Name",
|
|
9041
9043
|
"TableInput"
|
|
9042
9044
|
]),
|
|
9043
|
-
silentDrop: new Map([["
|
|
9045
|
+
silentDrop: new Map([["OpenTableFormatInput", "not yet implemented by cdkd"]])
|
|
9044
9046
|
}],
|
|
9045
9047
|
["AWS::Glue::Trigger", {
|
|
9046
9048
|
handled: new Set([
|
|
@@ -9331,6 +9333,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9331
9333
|
"BackupRetentionPeriod",
|
|
9332
9334
|
"DBClusterIdentifier",
|
|
9333
9335
|
"DBClusterParameterGroupName",
|
|
9336
|
+
"DBPort",
|
|
9334
9337
|
"DBSubnetGroupName",
|
|
9335
9338
|
"DeletionProtection",
|
|
9336
9339
|
"EngineVersion",
|
|
@@ -9348,7 +9351,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9348
9351
|
["AvailabilityZones", "not yet implemented by cdkd"],
|
|
9349
9352
|
["CopyTagsToSnapshot", "not yet implemented by cdkd"],
|
|
9350
9353
|
["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
|
|
9351
|
-
["DBPort", "not yet implemented by cdkd"],
|
|
9352
9354
|
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
9353
9355
|
["RestoreToTime", "not yet implemented by cdkd"],
|
|
9354
9356
|
["RestoreType", "not yet implemented by cdkd"],
|
|
@@ -9417,7 +9419,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9417
9419
|
["DBClusterParameterGroupName", "not yet implemented by cdkd"],
|
|
9418
9420
|
["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
|
|
9419
9421
|
["DBSystemId", "not yet implemented by cdkd"],
|
|
9420
|
-
["DeleteAutomatedBackups", "
|
|
9422
|
+
["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
|
|
9421
9423
|
["Domain", "not yet implemented by cdkd"],
|
|
9422
9424
|
["DomainIAMRoleName", "not yet implemented by cdkd"],
|
|
9423
9425
|
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
@@ -9467,7 +9469,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9467
9469
|
["AdditionalStorageVolumes", "not yet implemented by cdkd"],
|
|
9468
9470
|
["AllocatedStorage", "not yet implemented by cdkd"],
|
|
9469
9471
|
["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
|
|
9470
|
-
["ApplyImmediately", "
|
|
9472
|
+
["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"],
|
|
9471
9473
|
["AssociatedRoles", "not yet implemented by cdkd"],
|
|
9472
9474
|
["AutomaticBackupReplicationKmsKeyId", "not yet implemented by cdkd"],
|
|
9473
9475
|
["AutomaticBackupReplicationRegion", "not yet implemented by cdkd"],
|
|
@@ -9485,11 +9487,11 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9485
9487
|
["DBClusterSnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9486
9488
|
["DBName", "not yet implemented by cdkd"],
|
|
9487
9489
|
["DBParameterGroupName", "not yet implemented by cdkd"],
|
|
9488
|
-
["DBSecurityGroups", "
|
|
9490
|
+
["DBSecurityGroups", "EC2-Classic-only feature retired by AWS (2022-08-15); new accounts cannot use this — use VPCSecurityGroups instead"],
|
|
9489
9491
|
["DBSnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9490
9492
|
["DBSystemId", "not yet implemented by cdkd"],
|
|
9491
9493
|
["DedicatedLogVolume", "not yet implemented by cdkd"],
|
|
9492
|
-
["DeleteAutomatedBackups", "
|
|
9494
|
+
["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
|
|
9493
9495
|
["DeletionProtection", "not yet implemented by cdkd"],
|
|
9494
9496
|
["Domain", "not yet implemented by cdkd"],
|
|
9495
9497
|
["DomainAuthSecretArn", "not yet implemented by cdkd"],
|
|
@@ -9645,7 +9647,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9645
9647
|
]),
|
|
9646
9648
|
silentDrop: new Map([
|
|
9647
9649
|
["AbacStatus", "not yet implemented by cdkd"],
|
|
9648
|
-
["AccessControl", "
|
|
9650
|
+
["AccessControl", "Legacy canned ACL; AWS disables ACLs by default since 2023-04 — use BucketOwnershipControls + BucketPolicy / PublicAccessBlockConfiguration instead"],
|
|
9649
9651
|
["BucketNamePrefix", "not yet implemented by cdkd"],
|
|
9650
9652
|
["BucketNamespace", "not yet implemented by cdkd"],
|
|
9651
9653
|
["MetadataConfiguration", "not yet implemented by cdkd"],
|
|
@@ -9679,7 +9681,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9679
9681
|
"Format",
|
|
9680
9682
|
"Name",
|
|
9681
9683
|
"Namespace",
|
|
9682
|
-
"TableBucketARN"
|
|
9684
|
+
"TableBucketARN",
|
|
9685
|
+
"TableName"
|
|
9683
9686
|
]),
|
|
9684
9687
|
silentDrop: new Map([
|
|
9685
9688
|
["Compaction", "not yet implemented by cdkd"],
|
|
@@ -9687,7 +9690,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9687
9690
|
["OpenTableFormat", "not yet implemented by cdkd"],
|
|
9688
9691
|
["SnapshotManagement", "not yet implemented by cdkd"],
|
|
9689
9692
|
["StorageClassConfiguration", "not yet implemented by cdkd"],
|
|
9690
|
-
["TableName", "not yet implemented by cdkd"],
|
|
9691
9693
|
["Tags", "not yet implemented by cdkd"],
|
|
9692
9694
|
["WithoutMetadata", "not yet implemented by cdkd"]
|
|
9693
9695
|
])
|
|
@@ -9754,7 +9756,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9754
9756
|
["FilterPolicyScope", "not yet implemented by cdkd"],
|
|
9755
9757
|
["RawMessageDelivery", "not yet implemented by cdkd"],
|
|
9756
9758
|
["RedrivePolicy", "not yet implemented by cdkd"],
|
|
9757
|
-
["Region", "
|
|
9759
|
+
["Region", "CFn-only cross-region subscription hint; cdkd uses the SDK client region directly and has no per-resource region override"],
|
|
9758
9760
|
["ReplayPolicy", "not yet implemented by cdkd"],
|
|
9759
9761
|
["SubscriptionRoleArn", "not yet implemented by cdkd"]
|
|
9760
9762
|
])
|
|
@@ -12369,4 +12371,4 @@ var DeployEngine = class {
|
|
|
12369
12371
|
|
|
12370
12372
|
//#endregion
|
|
12371
12373
|
export { CdkdError as $, shouldRetainResource as A, resolveSkipPrefix as B, IntrinsicFunctionResolver as C, TemplateParser as D, DagBuilder as E, Synthesizer as F, CFN_TEMPLATE_URL_LIMIT as G, resolveStateBucketWithDefaultAndSource as H, getDefaultStateBucketName as I, uploadCfnTemplate as J, MIGRATE_TMP_PREFIX as K, getLegacyStateBucketName as L, stringifyValue as M, WorkGraph as N, LockManager as O, buildDockerImage as P, AssetError as Q, resolveApp as R, assertRegionMatch as S, DiffCalculator as T, warnDeprecatedNoPrefixCliFlag as U, resolveStateBucketWithDefault as V, CFN_TEMPLATE_BODY_LIMIT as W, clearBucketRegionCache as X, AssemblyReader as Y, resolveBucketRegion as Z, matchesCdkPath as _, formatError as _t, withRetry as a, LockError as at, ProviderRegistry as b, withErrorHandling as bt, bold as c, PartialFailureError as ct, green as d, ResourceUpdateNotSupportedError as dt, ConfigError as et, red as f, RouteDiscoveryError as ft, CDK_PATH_TAG as g, SynthesisError as gt, collectInlinePolicyNamesManagedBySiblings as h, StateError as ht, withResourceDeadline as i, LocalStartServiceError as it, AssetPublisher as j, S3StateBackend as k, cyan as l, ProvisioningError as lt, IAMRoleProvider as m, StackTerminationProtectionError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, LocalInvokeBuildError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, MissingCdkCliError as ot, yellow as p, StackHasActiveImportsError as pt, findLargeInlineResources as q, DeployEngine as r, LocalMigrateError as rt, formatResourceLine as s, NestedStackChildDirectDestroyError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, DependencyError as tt, gray as u, ResourceTimeoutError as ut, normalizeAwsTagsToCfn as v, isCdkdError as vt, applyRoleArnIfSet as w, CloudControlProvider as x, resolveExplicitPhysicalId as y, normalizeAwsError as yt, resolveCaptureObservedState as z };
|
|
12372
|
-
//# sourceMappingURL=deploy-engine-
|
|
12374
|
+
//# sourceMappingURL=deploy-engine-CGmdz5WP.js.map
|