@go-to-k/cdkd 0.154.0 → 0.156.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.
- package/dist/cli.js +548 -8
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-Yb3E5e9J.js → deploy-engine-YQwoPaCE.js} +2046 -6
- package/dist/deploy-engine-YQwoPaCE.js.map +1 -0
- package/dist/{docker-cmd-EtWSTAje.js → docker-cmd-iDMcWcre.js} +7 -1
- package/dist/docker-cmd-iDMcWcre.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/deploy-engine-Yb3E5e9J.js.map +0 -1
- package/dist/docker-cmd-EtWSTAje.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as runDockerStreaming, c as getLogger, d as getLiveRenderer, g as generateResourceNameWithFallback, m as applyDefaultNameForFallback, n as formatDockerLoginError, o as spawnStreaming, r as getDockerCmd, v as withStackName } from "./docker-cmd-
|
|
1
|
+
import { a as runDockerStreaming, c as getLogger, d as getLiveRenderer, g as generateResourceNameWithFallback, m as applyDefaultNameForFallback, n as formatDockerLoginError, o as spawnStreaming, r as getDockerCmd, v as withStackName } from "./docker-cmd-iDMcWcre.js";
|
|
2
2
|
import { r as getAwsClients } from "./aws-clients-BF03Alpe.js";
|
|
3
3
|
import { randomUUID } from "node:crypto";
|
|
4
4
|
import { DeleteObjectCommand, GetBucketLocationCommand, GetObjectCommand, HeadBucketCommand, HeadObjectCommand, ListObjectsV2Command, NoSuchKey, PutObjectCommand, S3Client, S3ServiceException } from "@aws-sdk/client-s3";
|
|
@@ -6797,12 +6797,9 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
6797
6797
|
"AWS::Config::DeliveryChannel",
|
|
6798
6798
|
"AWS::Config::OrganizationConfigRule",
|
|
6799
6799
|
"AWS::Config::RemediationConfiguration",
|
|
6800
|
-
"AWS::DataZone::ProjectProfile",
|
|
6801
6800
|
"AWS::DAX::Cluster",
|
|
6802
6801
|
"AWS::DAX::ParameterGroup",
|
|
6803
6802
|
"AWS::DAX::SubnetGroup",
|
|
6804
|
-
"AWS::Deadline::Limit",
|
|
6805
|
-
"AWS::Deadline::QueueFleetAssociation",
|
|
6806
6803
|
"AWS::DirectoryService::MicrosoftAD",
|
|
6807
6804
|
"AWS::DLM::LifecyclePolicy",
|
|
6808
6805
|
"AWS::DMS::Certificate",
|
|
@@ -7331,7 +7328,6 @@ var CloudControlProvider = class {
|
|
|
7331
7328
|
if (new Set([
|
|
7332
7329
|
"AWS::IAM::Role",
|
|
7333
7330
|
"AWS::IAM::Policy",
|
|
7334
|
-
"AWS::IAM::ManagedPolicy",
|
|
7335
7331
|
"AWS::IAM::User",
|
|
7336
7332
|
"AWS::IAM::Group",
|
|
7337
7333
|
"AWS::IAM::InstanceProfile",
|
|
@@ -7960,6 +7956,1956 @@ var CustomResourceProvider = class CustomResourceProvider {
|
|
|
7960
7956
|
}
|
|
7961
7957
|
};
|
|
7962
7958
|
|
|
7959
|
+
//#endregion
|
|
7960
|
+
//#region src/provisioning/property-coverage.generated.ts
|
|
7961
|
+
const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
7962
|
+
["AWS::ApiGateway::Account", {
|
|
7963
|
+
handled: new Set(["CloudWatchRoleArn"]),
|
|
7964
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
7965
|
+
}],
|
|
7966
|
+
["AWS::ApiGateway::Authorizer", {
|
|
7967
|
+
handled: new Set([
|
|
7968
|
+
"AuthorizerCredentials",
|
|
7969
|
+
"AuthorizerResultTtlInSeconds",
|
|
7970
|
+
"AuthorizerUri",
|
|
7971
|
+
"IdentitySource",
|
|
7972
|
+
"IdentityValidationExpression",
|
|
7973
|
+
"Name",
|
|
7974
|
+
"ProviderARNs",
|
|
7975
|
+
"RestApiId",
|
|
7976
|
+
"Type"
|
|
7977
|
+
]),
|
|
7978
|
+
silentDrop: new Map([["AuthType", "not yet implemented by cdkd"]])
|
|
7979
|
+
}],
|
|
7980
|
+
["AWS::ApiGateway::Deployment", {
|
|
7981
|
+
handled: new Set(["Description", "RestApiId"]),
|
|
7982
|
+
silentDrop: new Map([
|
|
7983
|
+
["DeploymentCanarySettings", "not yet implemented by cdkd"],
|
|
7984
|
+
["StageDescription", "not yet implemented by cdkd"],
|
|
7985
|
+
["StageName", "not yet implemented by cdkd"]
|
|
7986
|
+
])
|
|
7987
|
+
}],
|
|
7988
|
+
["AWS::ApiGateway::Method", {
|
|
7989
|
+
handled: new Set([
|
|
7990
|
+
"ApiKeyRequired",
|
|
7991
|
+
"AuthorizationScopes",
|
|
7992
|
+
"AuthorizationType",
|
|
7993
|
+
"AuthorizerId",
|
|
7994
|
+
"HttpMethod",
|
|
7995
|
+
"Integration",
|
|
7996
|
+
"MethodResponses",
|
|
7997
|
+
"OperationName",
|
|
7998
|
+
"RequestModels",
|
|
7999
|
+
"RequestParameters",
|
|
8000
|
+
"RequestValidatorId",
|
|
8001
|
+
"ResourceId",
|
|
8002
|
+
"RestApiId"
|
|
8003
|
+
]),
|
|
8004
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8005
|
+
}],
|
|
8006
|
+
["AWS::ApiGateway::Resource", {
|
|
8007
|
+
handled: new Set([
|
|
8008
|
+
"ParentId",
|
|
8009
|
+
"PathPart",
|
|
8010
|
+
"RestApiId"
|
|
8011
|
+
]),
|
|
8012
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8013
|
+
}],
|
|
8014
|
+
["AWS::ApiGateway::Stage", {
|
|
8015
|
+
handled: new Set([
|
|
8016
|
+
"DeploymentId",
|
|
8017
|
+
"Description",
|
|
8018
|
+
"RestApiId",
|
|
8019
|
+
"StageName",
|
|
8020
|
+
"Tags"
|
|
8021
|
+
]),
|
|
8022
|
+
silentDrop: new Map([
|
|
8023
|
+
["AccessLogSetting", "not yet implemented by cdkd"],
|
|
8024
|
+
["CacheClusterEnabled", "not yet implemented by cdkd"],
|
|
8025
|
+
["CacheClusterSize", "not yet implemented by cdkd"],
|
|
8026
|
+
["CanarySetting", "not yet implemented by cdkd"],
|
|
8027
|
+
["ClientCertificateId", "not yet implemented by cdkd"],
|
|
8028
|
+
["DocumentationVersion", "not yet implemented by cdkd"],
|
|
8029
|
+
["MethodSettings", "not yet implemented by cdkd"],
|
|
8030
|
+
["TracingEnabled", "not yet implemented by cdkd"],
|
|
8031
|
+
["Variables", "not yet implemented by cdkd"]
|
|
8032
|
+
])
|
|
8033
|
+
}],
|
|
8034
|
+
["AWS::ApiGatewayV2::Api", {
|
|
8035
|
+
handled: new Set([
|
|
8036
|
+
"CorsConfiguration",
|
|
8037
|
+
"Description",
|
|
8038
|
+
"Name",
|
|
8039
|
+
"ProtocolType",
|
|
8040
|
+
"Tags"
|
|
8041
|
+
]),
|
|
8042
|
+
silentDrop: new Map([
|
|
8043
|
+
["ApiKeySelectionExpression", "not yet implemented by cdkd"],
|
|
8044
|
+
["BasePath", "OpenAPI-import-only basePath override; meaningful only on the ImportApi code path."],
|
|
8045
|
+
["Body", "OpenAPI/Swagger inline spec; routed through ImportApi, not the field-by-field CreateApi path."],
|
|
8046
|
+
["BodyS3Location", "OpenAPI/Swagger spec on S3; routed through ImportApi, not the field-by-field CreateApi path."],
|
|
8047
|
+
["CredentialsArn", "not yet implemented by cdkd"],
|
|
8048
|
+
["DisableExecuteApiEndpoint", "not yet implemented by cdkd"],
|
|
8049
|
+
["DisableSchemaValidation", "Schema-validation toggle on CreateApi/UpdateApi that AWS docs scope to WebSocket APIs using AWS::ApiGatewayV2::Model — that resource type is not yet registered in cdkd, so the toggle has no effect to wire."],
|
|
8050
|
+
["FailOnWarnings", "OpenAPI-import-only flag; meaningful only on the ImportApi code path."],
|
|
8051
|
+
["IpAddressType", "not yet implemented by cdkd"],
|
|
8052
|
+
["RouteKey", "not yet implemented by cdkd"],
|
|
8053
|
+
["RouteSelectionExpression", "not yet implemented by cdkd"],
|
|
8054
|
+
["Target", "not yet implemented by cdkd"],
|
|
8055
|
+
["Version", "not yet implemented by cdkd"]
|
|
8056
|
+
])
|
|
8057
|
+
}],
|
|
8058
|
+
["AWS::ApiGatewayV2::Authorizer", {
|
|
8059
|
+
handled: new Set([
|
|
8060
|
+
"ApiId",
|
|
8061
|
+
"AuthorizerPayloadFormatVersion",
|
|
8062
|
+
"AuthorizerType",
|
|
8063
|
+
"AuthorizerUri",
|
|
8064
|
+
"IdentitySource",
|
|
8065
|
+
"JwtConfiguration",
|
|
8066
|
+
"Name"
|
|
8067
|
+
]),
|
|
8068
|
+
silentDrop: new Map([
|
|
8069
|
+
["AuthorizerCredentialsArn", "not yet implemented by cdkd"],
|
|
8070
|
+
["AuthorizerResultTtlInSeconds", "not yet implemented by cdkd"],
|
|
8071
|
+
["EnableSimpleResponses", "not yet implemented by cdkd"],
|
|
8072
|
+
["IdentityValidationExpression", "not yet implemented by cdkd"]
|
|
8073
|
+
])
|
|
8074
|
+
}],
|
|
8075
|
+
["AWS::ApiGatewayV2::Integration", {
|
|
8076
|
+
handled: new Set([
|
|
8077
|
+
"ApiId",
|
|
8078
|
+
"IntegrationMethod",
|
|
8079
|
+
"IntegrationType",
|
|
8080
|
+
"IntegrationUri",
|
|
8081
|
+
"PayloadFormatVersion"
|
|
8082
|
+
]),
|
|
8083
|
+
silentDrop: new Map([
|
|
8084
|
+
["ConnectionId", "not yet implemented by cdkd"],
|
|
8085
|
+
["ConnectionType", "not yet implemented by cdkd"],
|
|
8086
|
+
["ContentHandlingStrategy", "not yet implemented by cdkd"],
|
|
8087
|
+
["CredentialsArn", "not yet implemented by cdkd"],
|
|
8088
|
+
["Description", "not yet implemented by cdkd"],
|
|
8089
|
+
["IntegrationSubtype", "not yet implemented by cdkd"],
|
|
8090
|
+
["PassthroughBehavior", "not yet implemented by cdkd"],
|
|
8091
|
+
["RequestParameters", "not yet implemented by cdkd"],
|
|
8092
|
+
["RequestTemplates", "not yet implemented by cdkd"],
|
|
8093
|
+
["ResponseParameters", "not yet implemented by cdkd"],
|
|
8094
|
+
["TemplateSelectionExpression", "not yet implemented by cdkd"],
|
|
8095
|
+
["TimeoutInMillis", "not yet implemented by cdkd"],
|
|
8096
|
+
["TlsConfig", "not yet implemented by cdkd"]
|
|
8097
|
+
])
|
|
8098
|
+
}],
|
|
8099
|
+
["AWS::ApiGatewayV2::Route", {
|
|
8100
|
+
handled: new Set([
|
|
8101
|
+
"ApiId",
|
|
8102
|
+
"AuthorizationType",
|
|
8103
|
+
"AuthorizerId",
|
|
8104
|
+
"RouteKey",
|
|
8105
|
+
"Target"
|
|
8106
|
+
]),
|
|
8107
|
+
silentDrop: new Map([
|
|
8108
|
+
["ApiKeyRequired", "not yet implemented by cdkd"],
|
|
8109
|
+
["AuthorizationScopes", "not yet implemented by cdkd"],
|
|
8110
|
+
["ModelSelectionExpression", "not yet implemented by cdkd"],
|
|
8111
|
+
["OperationName", "not yet implemented by cdkd"],
|
|
8112
|
+
["RequestModels", "not yet implemented by cdkd"],
|
|
8113
|
+
["RequestParameters", "not yet implemented by cdkd"],
|
|
8114
|
+
["RouteResponseSelectionExpression", "not yet implemented by cdkd"]
|
|
8115
|
+
])
|
|
8116
|
+
}],
|
|
8117
|
+
["AWS::ApiGatewayV2::Stage", {
|
|
8118
|
+
handled: new Set([
|
|
8119
|
+
"ApiId",
|
|
8120
|
+
"AutoDeploy",
|
|
8121
|
+
"Description",
|
|
8122
|
+
"StageName",
|
|
8123
|
+
"Tags"
|
|
8124
|
+
]),
|
|
8125
|
+
silentDrop: new Map([
|
|
8126
|
+
["AccessLogSettings", "not yet implemented by cdkd"],
|
|
8127
|
+
["ClientCertificateId", "not yet implemented by cdkd"],
|
|
8128
|
+
["DefaultRouteSettings", "not yet implemented by cdkd"],
|
|
8129
|
+
["DeploymentId", "not yet implemented by cdkd"],
|
|
8130
|
+
["RouteSettings", "not yet implemented by cdkd"],
|
|
8131
|
+
["StageVariables", "not yet implemented by cdkd"]
|
|
8132
|
+
])
|
|
8133
|
+
}],
|
|
8134
|
+
["AWS::AppSync::ApiKey", {
|
|
8135
|
+
handled: new Set([
|
|
8136
|
+
"ApiId",
|
|
8137
|
+
"Description",
|
|
8138
|
+
"Expires"
|
|
8139
|
+
]),
|
|
8140
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8141
|
+
}],
|
|
8142
|
+
["AWS::AppSync::DataSource", {
|
|
8143
|
+
handled: new Set([
|
|
8144
|
+
"ApiId",
|
|
8145
|
+
"Description",
|
|
8146
|
+
"DynamoDBConfig",
|
|
8147
|
+
"HttpConfig",
|
|
8148
|
+
"LambdaConfig",
|
|
8149
|
+
"Name",
|
|
8150
|
+
"ServiceRoleArn",
|
|
8151
|
+
"Type"
|
|
8152
|
+
]),
|
|
8153
|
+
silentDrop: new Map([
|
|
8154
|
+
["ElasticsearchConfig", "not yet implemented by cdkd"],
|
|
8155
|
+
["EventBridgeConfig", "not yet implemented by cdkd"],
|
|
8156
|
+
["MetricsConfig", "not yet implemented by cdkd"],
|
|
8157
|
+
["OpenSearchServiceConfig", "not yet implemented by cdkd"],
|
|
8158
|
+
["RelationalDatabaseConfig", "not yet implemented by cdkd"]
|
|
8159
|
+
])
|
|
8160
|
+
}],
|
|
8161
|
+
["AWS::AppSync::GraphQLApi", {
|
|
8162
|
+
handled: new Set([
|
|
8163
|
+
"AuthenticationType",
|
|
8164
|
+
"LogConfig",
|
|
8165
|
+
"Name",
|
|
8166
|
+
"Tags",
|
|
8167
|
+
"XrayEnabled"
|
|
8168
|
+
]),
|
|
8169
|
+
silentDrop: new Map([
|
|
8170
|
+
["AdditionalAuthenticationProviders", "not yet implemented by cdkd"],
|
|
8171
|
+
["ApiType", "not yet implemented by cdkd"],
|
|
8172
|
+
["EnhancedMetricsConfig", "not yet implemented by cdkd"],
|
|
8173
|
+
["EnvironmentVariables", "not yet implemented by cdkd"],
|
|
8174
|
+
["IntrospectionConfig", "not yet implemented by cdkd"],
|
|
8175
|
+
["LambdaAuthorizerConfig", "not yet implemented by cdkd"],
|
|
8176
|
+
["MergedApiExecutionRoleArn", "not yet implemented by cdkd"],
|
|
8177
|
+
["OpenIDConnectConfig", "not yet implemented by cdkd"],
|
|
8178
|
+
["OwnerContact", "not yet implemented by cdkd"],
|
|
8179
|
+
["QueryDepthLimit", "not yet implemented by cdkd"],
|
|
8180
|
+
["ResolverCountLimit", "not yet implemented by cdkd"],
|
|
8181
|
+
["UserPoolConfig", "not yet implemented by cdkd"],
|
|
8182
|
+
["Visibility", "not yet implemented by cdkd"]
|
|
8183
|
+
])
|
|
8184
|
+
}],
|
|
8185
|
+
["AWS::AppSync::GraphQLSchema", {
|
|
8186
|
+
handled: new Set([
|
|
8187
|
+
"ApiId",
|
|
8188
|
+
"Definition",
|
|
8189
|
+
"DefinitionS3Location"
|
|
8190
|
+
]),
|
|
8191
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8192
|
+
}],
|
|
8193
|
+
["AWS::AppSync::Resolver", {
|
|
8194
|
+
handled: new Set([
|
|
8195
|
+
"ApiId",
|
|
8196
|
+
"Code",
|
|
8197
|
+
"DataSourceName",
|
|
8198
|
+
"FieldName",
|
|
8199
|
+
"Kind",
|
|
8200
|
+
"PipelineConfig",
|
|
8201
|
+
"RequestMappingTemplate",
|
|
8202
|
+
"ResponseMappingTemplate",
|
|
8203
|
+
"Runtime",
|
|
8204
|
+
"TypeName"
|
|
8205
|
+
]),
|
|
8206
|
+
silentDrop: new Map([
|
|
8207
|
+
["CachingConfig", "not yet implemented by cdkd"],
|
|
8208
|
+
["CodeS3Location", "not yet implemented by cdkd"],
|
|
8209
|
+
["MaxBatchSize", "not yet implemented by cdkd"],
|
|
8210
|
+
["MetricsConfig", "not yet implemented by cdkd"],
|
|
8211
|
+
["RequestMappingTemplateS3Location", "not yet implemented by cdkd"],
|
|
8212
|
+
["ResponseMappingTemplateS3Location", "not yet implemented by cdkd"],
|
|
8213
|
+
["SyncConfig", "not yet implemented by cdkd"]
|
|
8214
|
+
])
|
|
8215
|
+
}],
|
|
8216
|
+
["AWS::AutoScaling::AutoScalingGroup", {
|
|
8217
|
+
handled: new Set([
|
|
8218
|
+
"AutoScalingGroupName",
|
|
8219
|
+
"AvailabilityZoneDistribution",
|
|
8220
|
+
"AvailabilityZoneImpairmentPolicy",
|
|
8221
|
+
"AvailabilityZones",
|
|
8222
|
+
"CapacityRebalance",
|
|
8223
|
+
"CapacityReservationSpecification",
|
|
8224
|
+
"Context",
|
|
8225
|
+
"Cooldown",
|
|
8226
|
+
"DefaultCooldown",
|
|
8227
|
+
"DefaultInstanceWarmup",
|
|
8228
|
+
"DeletionProtection",
|
|
8229
|
+
"DesiredCapacity",
|
|
8230
|
+
"DesiredCapacityType",
|
|
8231
|
+
"HealthCheckGracePeriod",
|
|
8232
|
+
"HealthCheckType",
|
|
8233
|
+
"InstanceMaintenancePolicy",
|
|
8234
|
+
"LaunchTemplate",
|
|
8235
|
+
"LifecycleHookSpecificationList",
|
|
8236
|
+
"LoadBalancerNames",
|
|
8237
|
+
"MaxInstanceLifetime",
|
|
8238
|
+
"MaxSize",
|
|
8239
|
+
"MetricsCollection",
|
|
8240
|
+
"MinSize",
|
|
8241
|
+
"MixedInstancesPolicy",
|
|
8242
|
+
"NewInstancesProtectedFromScaleIn",
|
|
8243
|
+
"NotificationConfigurations",
|
|
8244
|
+
"ServiceLinkedRoleARN",
|
|
8245
|
+
"SkipZonalShiftValidation",
|
|
8246
|
+
"Tags",
|
|
8247
|
+
"TargetGroupARNs",
|
|
8248
|
+
"TerminationPolicies",
|
|
8249
|
+
"TrafficSources",
|
|
8250
|
+
"VPCZoneIdentifier"
|
|
8251
|
+
]),
|
|
8252
|
+
silentDrop: new Map([
|
|
8253
|
+
["AvailabilityZoneIds", "not yet implemented by cdkd"],
|
|
8254
|
+
["InstanceId", "not yet implemented by cdkd"],
|
|
8255
|
+
["InstanceLifecyclePolicy", "not yet implemented by cdkd"],
|
|
8256
|
+
["LaunchConfigurationName", "not yet implemented by cdkd"],
|
|
8257
|
+
["NotificationConfiguration", "not yet implemented by cdkd"],
|
|
8258
|
+
["PlacementGroup", "not yet implemented by cdkd"]
|
|
8259
|
+
])
|
|
8260
|
+
}],
|
|
8261
|
+
["AWS::BedrockAgentCore::Runtime", {
|
|
8262
|
+
handled: new Set([
|
|
8263
|
+
"AgentRuntimeArtifact",
|
|
8264
|
+
"AgentRuntimeName",
|
|
8265
|
+
"AuthorizerConfiguration",
|
|
8266
|
+
"ClientToken",
|
|
8267
|
+
"Description",
|
|
8268
|
+
"EnvironmentVariables",
|
|
8269
|
+
"LifecycleConfiguration",
|
|
8270
|
+
"NetworkConfiguration",
|
|
8271
|
+
"ProtocolConfiguration",
|
|
8272
|
+
"RoleArn"
|
|
8273
|
+
]),
|
|
8274
|
+
silentDrop: new Map([
|
|
8275
|
+
["FilesystemConfigurations", "not yet implemented by cdkd"],
|
|
8276
|
+
["RequestHeaderConfiguration", "not yet implemented by cdkd"],
|
|
8277
|
+
["Tags", "not yet implemented by cdkd"]
|
|
8278
|
+
])
|
|
8279
|
+
}],
|
|
8280
|
+
["AWS::CloudFormation::Stack", {
|
|
8281
|
+
handled: new Set(["Parameters", "TemplateURL"]),
|
|
8282
|
+
silentDrop: new Map([
|
|
8283
|
+
["Capabilities", "CFn-only IAM capability declaration — cdkd does not go through CloudFormation so capabilities have no equivalent"],
|
|
8284
|
+
["Description", "CFn-only informational — no semantic effect on the recursive deploy"],
|
|
8285
|
+
["DisableRollback", "CFn-only — cdkd controls rollback via the top-level deploy-engine --no-rollback flag, not per nested stack"],
|
|
8286
|
+
["EnableTerminationProtection", "CFn-only per-nested-stack flag — cdkd records stack-level terminationProtection at CDK synth time (parent only) and `cdkd destroy` consults that for refusal"],
|
|
8287
|
+
["NotificationARNs", "CFn-only SNS-on-stack-event surface — cdkd has no equivalent (issue #459 design §9)"],
|
|
8288
|
+
["RoleARN", "CFn-only role-assumption — cdkd uses the caller credentials directly, no per-resource role assumption"],
|
|
8289
|
+
["StackName", "cdkd derives the child stack name as `<parent>~<logicalId>` per design §3 (state-key uniqueness); a user-provided StackName has no effect"],
|
|
8290
|
+
["StackPolicyBody", "CFn-only stack-update policy — cdkd has no equivalent (per-resource diff replaces stack-level policy)"],
|
|
8291
|
+
["StackPolicyURL", "CFn-only stack-update policy URL — cdkd has no equivalent"],
|
|
8292
|
+
["StackStatusReason", "CFn-only read-only output — never a real input property"],
|
|
8293
|
+
["Tags", "CFn-only — cdkd does not tag the synthesized \"stack\" (the parent's synthesized ARN is a cdkd-local placeholder, not a real AWS resource)"],
|
|
8294
|
+
["TemplateBody", "CFn-only inline template — cdkd reads the child template from the synth output via Metadata['aws:asset:path'] instead of accepting it inline"],
|
|
8295
|
+
["TimeoutInMinutes", "CFn-only stack-create deadline — cdkd uses per-resource --resource-timeout instead (issue #459 design §9)"]
|
|
8296
|
+
])
|
|
8297
|
+
}],
|
|
8298
|
+
["AWS::CloudFront::CloudFrontOriginAccessIdentity", {
|
|
8299
|
+
handled: new Set(["CloudFrontOriginAccessIdentityConfig"]),
|
|
8300
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8301
|
+
}],
|
|
8302
|
+
["AWS::CloudFront::Distribution", {
|
|
8303
|
+
handled: new Set(["DistributionConfig"]),
|
|
8304
|
+
silentDrop: new Map([["Tags", "not yet implemented by cdkd"]])
|
|
8305
|
+
}],
|
|
8306
|
+
["AWS::CloudTrail::Trail", {
|
|
8307
|
+
handled: new Set([
|
|
8308
|
+
"CloudWatchLogsLogGroupArn",
|
|
8309
|
+
"CloudWatchLogsRoleArn",
|
|
8310
|
+
"EnableLogFileValidation",
|
|
8311
|
+
"EventSelectors",
|
|
8312
|
+
"IncludeGlobalServiceEvents",
|
|
8313
|
+
"InsightSelectors",
|
|
8314
|
+
"IsLogging",
|
|
8315
|
+
"IsMultiRegionTrail",
|
|
8316
|
+
"IsOrganizationTrail",
|
|
8317
|
+
"KMSKeyId",
|
|
8318
|
+
"S3BucketName",
|
|
8319
|
+
"S3KeyPrefix",
|
|
8320
|
+
"SnsTopicName",
|
|
8321
|
+
"Tags",
|
|
8322
|
+
"TrailName"
|
|
8323
|
+
]),
|
|
8324
|
+
silentDrop: new Map([["AdvancedEventSelectors", "not yet implemented by cdkd"], ["AggregationConfigurations", "not yet implemented by cdkd"]])
|
|
8325
|
+
}],
|
|
8326
|
+
["AWS::CloudWatch::Alarm", {
|
|
8327
|
+
handled: new Set([
|
|
8328
|
+
"ActionsEnabled",
|
|
8329
|
+
"AlarmActions",
|
|
8330
|
+
"AlarmDescription",
|
|
8331
|
+
"AlarmName",
|
|
8332
|
+
"ComparisonOperator",
|
|
8333
|
+
"DatapointsToAlarm",
|
|
8334
|
+
"Dimensions",
|
|
8335
|
+
"EvaluationPeriods",
|
|
8336
|
+
"InsufficientDataActions",
|
|
8337
|
+
"MetricName",
|
|
8338
|
+
"Metrics",
|
|
8339
|
+
"Namespace",
|
|
8340
|
+
"OKActions",
|
|
8341
|
+
"Period",
|
|
8342
|
+
"Statistic",
|
|
8343
|
+
"Threshold",
|
|
8344
|
+
"TreatMissingData",
|
|
8345
|
+
"Unit"
|
|
8346
|
+
]),
|
|
8347
|
+
silentDrop: new Map([
|
|
8348
|
+
["EvaluateLowSampleCountPercentile", "not yet implemented by cdkd"],
|
|
8349
|
+
["EvaluationCriteria", "not yet implemented by cdkd"],
|
|
8350
|
+
["EvaluationInterval", "not yet implemented by cdkd"],
|
|
8351
|
+
["ExtendedStatistic", "not yet implemented by cdkd"],
|
|
8352
|
+
["Tags", "not yet implemented by cdkd"],
|
|
8353
|
+
["ThresholdMetricId", "not yet implemented by cdkd"]
|
|
8354
|
+
])
|
|
8355
|
+
}],
|
|
8356
|
+
["AWS::CodeBuild::Project", {
|
|
8357
|
+
handled: new Set([
|
|
8358
|
+
"Artifacts",
|
|
8359
|
+
"BadgeEnabled",
|
|
8360
|
+
"BuildBatchConfig",
|
|
8361
|
+
"Cache",
|
|
8362
|
+
"ConcurrentBuildLimit",
|
|
8363
|
+
"Description",
|
|
8364
|
+
"EncryptionKey",
|
|
8365
|
+
"Environment",
|
|
8366
|
+
"FileSystemLocations",
|
|
8367
|
+
"LogsConfig",
|
|
8368
|
+
"Name",
|
|
8369
|
+
"QueuedTimeoutInMinutes",
|
|
8370
|
+
"SecondaryArtifacts",
|
|
8371
|
+
"SecondarySources",
|
|
8372
|
+
"SecondarySourceVersions",
|
|
8373
|
+
"ServiceRole",
|
|
8374
|
+
"Source",
|
|
8375
|
+
"SourceVersion",
|
|
8376
|
+
"Tags",
|
|
8377
|
+
"TimeoutInMinutes",
|
|
8378
|
+
"VpcConfig"
|
|
8379
|
+
]),
|
|
8380
|
+
silentDrop: new Map([
|
|
8381
|
+
["AutoRetryLimit", "not yet implemented by cdkd"],
|
|
8382
|
+
["ResourceAccessRole", "not yet implemented by cdkd"],
|
|
8383
|
+
["Triggers", "not yet implemented by cdkd"],
|
|
8384
|
+
["Visibility", "not yet implemented by cdkd"]
|
|
8385
|
+
])
|
|
8386
|
+
}],
|
|
8387
|
+
["AWS::Cognito::UserPool", {
|
|
8388
|
+
handled: new Set([
|
|
8389
|
+
"AccountRecoverySetting",
|
|
8390
|
+
"AdminCreateUserConfig",
|
|
8391
|
+
"AliasAttributes",
|
|
8392
|
+
"AutoVerifiedAttributes",
|
|
8393
|
+
"DeletionProtection",
|
|
8394
|
+
"DeviceConfiguration",
|
|
8395
|
+
"EmailConfiguration",
|
|
8396
|
+
"EmailVerificationMessage",
|
|
8397
|
+
"EmailVerificationSubject",
|
|
8398
|
+
"LambdaConfig",
|
|
8399
|
+
"MfaConfiguration",
|
|
8400
|
+
"Policies",
|
|
8401
|
+
"Schema",
|
|
8402
|
+
"SmsAuthenticationMessage",
|
|
8403
|
+
"SmsConfiguration",
|
|
8404
|
+
"SmsVerificationMessage",
|
|
8405
|
+
"UserAttributeUpdateSettings",
|
|
8406
|
+
"UsernameAttributes",
|
|
8407
|
+
"UsernameConfiguration",
|
|
8408
|
+
"UserPoolAddOns",
|
|
8409
|
+
"UserPoolName",
|
|
8410
|
+
"UserPoolTags",
|
|
8411
|
+
"VerificationMessageTemplate"
|
|
8412
|
+
]),
|
|
8413
|
+
silentDrop: new Map([
|
|
8414
|
+
["EmailAuthenticationMessage", "not yet implemented by cdkd"],
|
|
8415
|
+
["EmailAuthenticationSubject", "not yet implemented by cdkd"],
|
|
8416
|
+
["EnabledMfas", "not yet implemented by cdkd"],
|
|
8417
|
+
["UserPoolTier", "not yet implemented by cdkd"],
|
|
8418
|
+
["WebAuthnFactorConfiguration", "not yet implemented by cdkd"],
|
|
8419
|
+
["WebAuthnRelyingPartyID", "not yet implemented by cdkd"],
|
|
8420
|
+
["WebAuthnUserVerification", "not yet implemented by cdkd"]
|
|
8421
|
+
])
|
|
8422
|
+
}],
|
|
8423
|
+
["AWS::DocDB::DBCluster", {
|
|
8424
|
+
handled: new Set([
|
|
8425
|
+
"BackupRetentionPeriod",
|
|
8426
|
+
"DBClusterIdentifier",
|
|
8427
|
+
"DBClusterParameterGroupName",
|
|
8428
|
+
"DBSubnetGroupName",
|
|
8429
|
+
"DeletionProtection",
|
|
8430
|
+
"EngineVersion",
|
|
8431
|
+
"KmsKeyId",
|
|
8432
|
+
"MasterUsername",
|
|
8433
|
+
"MasterUserPassword",
|
|
8434
|
+
"Port",
|
|
8435
|
+
"PreferredBackupWindow",
|
|
8436
|
+
"PreferredMaintenanceWindow",
|
|
8437
|
+
"StorageEncrypted",
|
|
8438
|
+
"Tags",
|
|
8439
|
+
"VpcSecurityGroupIds"
|
|
8440
|
+
]),
|
|
8441
|
+
silentDrop: new Map([
|
|
8442
|
+
["AvailabilityZones", "not yet implemented by cdkd"],
|
|
8443
|
+
["CopyTagsToSnapshot", "not yet implemented by cdkd"],
|
|
8444
|
+
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
8445
|
+
["GlobalClusterIdentifier", "not yet implemented by cdkd"],
|
|
8446
|
+
["ManageMasterUserPassword", "not yet implemented by cdkd"],
|
|
8447
|
+
["MasterUserSecretKmsKeyId", "not yet implemented by cdkd"],
|
|
8448
|
+
["NetworkType", "not yet implemented by cdkd"],
|
|
8449
|
+
["RestoreToTime", "not yet implemented by cdkd"],
|
|
8450
|
+
["RestoreType", "not yet implemented by cdkd"],
|
|
8451
|
+
["RotateMasterUserPassword", "not yet implemented by cdkd"],
|
|
8452
|
+
["ServerlessV2ScalingConfiguration", "not yet implemented by cdkd"],
|
|
8453
|
+
["SnapshotIdentifier", "not yet implemented by cdkd"],
|
|
8454
|
+
["SourceDBClusterIdentifier", "not yet implemented by cdkd"],
|
|
8455
|
+
["StorageType", "not yet implemented by cdkd"],
|
|
8456
|
+
["UseLatestRestorableTime", "not yet implemented by cdkd"]
|
|
8457
|
+
])
|
|
8458
|
+
}],
|
|
8459
|
+
["AWS::DocDB::DBInstance", {
|
|
8460
|
+
handled: new Set([
|
|
8461
|
+
"AutoMinorVersionUpgrade",
|
|
8462
|
+
"AvailabilityZone",
|
|
8463
|
+
"DBClusterIdentifier",
|
|
8464
|
+
"DBInstanceClass",
|
|
8465
|
+
"DBInstanceIdentifier",
|
|
8466
|
+
"PreferredMaintenanceWindow",
|
|
8467
|
+
"Tags"
|
|
8468
|
+
]),
|
|
8469
|
+
silentDrop: new Map([
|
|
8470
|
+
["CACertificateIdentifier", "not yet implemented by cdkd"],
|
|
8471
|
+
["CertificateRotationRestart", "not yet implemented by cdkd"],
|
|
8472
|
+
["EnablePerformanceInsights", "not yet implemented by cdkd"]
|
|
8473
|
+
])
|
|
8474
|
+
}],
|
|
8475
|
+
["AWS::DocDB::DBSubnetGroup", {
|
|
8476
|
+
handled: new Set([
|
|
8477
|
+
"DBSubnetGroupDescription",
|
|
8478
|
+
"DBSubnetGroupName",
|
|
8479
|
+
"SubnetIds",
|
|
8480
|
+
"Tags"
|
|
8481
|
+
]),
|
|
8482
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8483
|
+
}],
|
|
8484
|
+
["AWS::DynamoDB::GlobalTable", {
|
|
8485
|
+
handled: new Set([
|
|
8486
|
+
"AttributeDefinitions",
|
|
8487
|
+
"BillingMode",
|
|
8488
|
+
"DeletionProtectionEnabled",
|
|
8489
|
+
"GlobalSecondaryIndexes",
|
|
8490
|
+
"KeySchema",
|
|
8491
|
+
"LocalSecondaryIndexes",
|
|
8492
|
+
"Replicas",
|
|
8493
|
+
"SSESpecification",
|
|
8494
|
+
"StreamSpecification",
|
|
8495
|
+
"TableClass",
|
|
8496
|
+
"TableName",
|
|
8497
|
+
"TimeToLiveSpecification",
|
|
8498
|
+
"WriteOnDemandThroughputSettings",
|
|
8499
|
+
"WriteProvisionedThroughputSettings"
|
|
8500
|
+
]),
|
|
8501
|
+
silentDrop: new Map([
|
|
8502
|
+
["GlobalTableSourceArn", "not yet implemented by cdkd"],
|
|
8503
|
+
["GlobalTableWitnesses", "not yet implemented by cdkd"],
|
|
8504
|
+
["MultiRegionConsistency", "not yet implemented by cdkd"],
|
|
8505
|
+
["ReadOnDemandThroughputSettings", "not yet implemented by cdkd"],
|
|
8506
|
+
["ReadProvisionedThroughputSettings", "not yet implemented by cdkd"],
|
|
8507
|
+
["WarmThroughput", "not yet implemented by cdkd"]
|
|
8508
|
+
])
|
|
8509
|
+
}],
|
|
8510
|
+
["AWS::DynamoDB::Table", {
|
|
8511
|
+
handled: new Set([
|
|
8512
|
+
"AttributeDefinitions",
|
|
8513
|
+
"BillingMode",
|
|
8514
|
+
"DeletionProtectionEnabled",
|
|
8515
|
+
"GlobalSecondaryIndexes",
|
|
8516
|
+
"KeySchema",
|
|
8517
|
+
"LocalSecondaryIndexes",
|
|
8518
|
+
"ProvisionedThroughput",
|
|
8519
|
+
"SSESpecification",
|
|
8520
|
+
"StreamSpecification",
|
|
8521
|
+
"TableClass",
|
|
8522
|
+
"TableName",
|
|
8523
|
+
"Tags"
|
|
8524
|
+
]),
|
|
8525
|
+
silentDrop: new Map([
|
|
8526
|
+
["ContributorInsightsSpecification", "not yet implemented by cdkd"],
|
|
8527
|
+
["ImportSourceSpecification", "not yet implemented by cdkd"],
|
|
8528
|
+
["KinesisStreamSpecification", "not yet implemented by cdkd"],
|
|
8529
|
+
["OnDemandThroughput", "not yet implemented by cdkd"],
|
|
8530
|
+
["PointInTimeRecoverySpecification", "not yet implemented by cdkd"],
|
|
8531
|
+
["ResourcePolicy", "not yet implemented by cdkd"],
|
|
8532
|
+
["TimeToLiveSpecification", "not yet implemented by cdkd"],
|
|
8533
|
+
["WarmThroughput", "not yet implemented by cdkd"]
|
|
8534
|
+
])
|
|
8535
|
+
}],
|
|
8536
|
+
["AWS::EC2::Instance", {
|
|
8537
|
+
handled: new Set([
|
|
8538
|
+
"BlockDeviceMappings",
|
|
8539
|
+
"IamInstanceProfile",
|
|
8540
|
+
"ImageId",
|
|
8541
|
+
"InstanceType",
|
|
8542
|
+
"KeyName",
|
|
8543
|
+
"SecurityGroupIds",
|
|
8544
|
+
"SecurityGroups",
|
|
8545
|
+
"SubnetId",
|
|
8546
|
+
"Tags",
|
|
8547
|
+
"UserData"
|
|
8548
|
+
]),
|
|
8549
|
+
silentDrop: new Map([
|
|
8550
|
+
["AdditionalInfo", "not yet implemented by cdkd"],
|
|
8551
|
+
["Affinity", "not yet implemented by cdkd"],
|
|
8552
|
+
["AvailabilityZone", "not yet implemented by cdkd"],
|
|
8553
|
+
["CpuOptions", "not yet implemented by cdkd"],
|
|
8554
|
+
["CreditSpecification", "not yet implemented by cdkd"],
|
|
8555
|
+
["DisableApiTermination", "not yet implemented by cdkd"],
|
|
8556
|
+
["EbsOptimized", "not yet implemented by cdkd"],
|
|
8557
|
+
["ElasticGpuSpecifications", "not yet implemented by cdkd"],
|
|
8558
|
+
["ElasticInferenceAccelerators", "not yet implemented by cdkd"],
|
|
8559
|
+
["EnclaveOptions", "not yet implemented by cdkd"],
|
|
8560
|
+
["HibernationOptions", "not yet implemented by cdkd"],
|
|
8561
|
+
["HostId", "not yet implemented by cdkd"],
|
|
8562
|
+
["HostResourceGroupArn", "not yet implemented by cdkd"],
|
|
8563
|
+
["InstanceInitiatedShutdownBehavior", "not yet implemented by cdkd"],
|
|
8564
|
+
["Ipv6AddressCount", "not yet implemented by cdkd"],
|
|
8565
|
+
["Ipv6Addresses", "not yet implemented by cdkd"],
|
|
8566
|
+
["KernelId", "not yet implemented by cdkd"],
|
|
8567
|
+
["LaunchTemplate", "not yet implemented by cdkd"],
|
|
8568
|
+
["LicenseSpecifications", "not yet implemented by cdkd"],
|
|
8569
|
+
["MetadataOptions", "not yet implemented by cdkd"],
|
|
8570
|
+
["Monitoring", "not yet implemented by cdkd"],
|
|
8571
|
+
["NetworkInterfaces", "not yet implemented by cdkd"],
|
|
8572
|
+
["PlacementGroupName", "not yet implemented by cdkd"],
|
|
8573
|
+
["PrivateDnsNameOptions", "not yet implemented by cdkd"],
|
|
8574
|
+
["PrivateIpAddress", "not yet implemented by cdkd"],
|
|
8575
|
+
["PropagateTagsToVolumeOnCreation", "not yet implemented by cdkd"],
|
|
8576
|
+
["RamdiskId", "not yet implemented by cdkd"],
|
|
8577
|
+
["SourceDestCheck", "not yet implemented by cdkd"],
|
|
8578
|
+
["SsmAssociations", "not yet implemented by cdkd"],
|
|
8579
|
+
["Tenancy", "not yet implemented by cdkd"],
|
|
8580
|
+
["Volumes", "not yet implemented by cdkd"]
|
|
8581
|
+
])
|
|
8582
|
+
}],
|
|
8583
|
+
["AWS::EC2::InternetGateway", {
|
|
8584
|
+
handled: new Set(["Tags"]),
|
|
8585
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8586
|
+
}],
|
|
8587
|
+
["AWS::EC2::NatGateway", {
|
|
8588
|
+
handled: new Set([
|
|
8589
|
+
"AllocationId",
|
|
8590
|
+
"ConnectivityType",
|
|
8591
|
+
"MaxDrainDurationSeconds",
|
|
8592
|
+
"PrivateIpAddress",
|
|
8593
|
+
"SecondaryAllocationIds",
|
|
8594
|
+
"SecondaryPrivateIpAddressCount",
|
|
8595
|
+
"SecondaryPrivateIpAddresses",
|
|
8596
|
+
"SubnetId",
|
|
8597
|
+
"Tags"
|
|
8598
|
+
]),
|
|
8599
|
+
silentDrop: new Map([
|
|
8600
|
+
["AvailabilityMode", "not yet implemented by cdkd"],
|
|
8601
|
+
["AvailabilityZoneAddresses", "not yet implemented by cdkd"],
|
|
8602
|
+
["VpcId", "not yet implemented by cdkd"]
|
|
8603
|
+
])
|
|
8604
|
+
}],
|
|
8605
|
+
["AWS::EC2::NetworkAcl", {
|
|
8606
|
+
handled: new Set(["Tags", "VpcId"]),
|
|
8607
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8608
|
+
}],
|
|
8609
|
+
["AWS::EC2::NetworkAclEntry", {
|
|
8610
|
+
handled: new Set([
|
|
8611
|
+
"CidrBlock",
|
|
8612
|
+
"Egress",
|
|
8613
|
+
"IcmpTypeCode",
|
|
8614
|
+
"Ipv6CidrBlock",
|
|
8615
|
+
"NetworkAclId",
|
|
8616
|
+
"PortRange",
|
|
8617
|
+
"Protocol",
|
|
8618
|
+
"RuleAction",
|
|
8619
|
+
"RuleNumber"
|
|
8620
|
+
]),
|
|
8621
|
+
silentDrop: new Map([["Icmp", "not yet implemented by cdkd"]])
|
|
8622
|
+
}],
|
|
8623
|
+
["AWS::EC2::Route", {
|
|
8624
|
+
handled: new Set([
|
|
8625
|
+
"DestinationCidrBlock",
|
|
8626
|
+
"DestinationIpv6CidrBlock",
|
|
8627
|
+
"EgressOnlyInternetGatewayId",
|
|
8628
|
+
"GatewayId",
|
|
8629
|
+
"InstanceId",
|
|
8630
|
+
"NatGatewayId",
|
|
8631
|
+
"NetworkInterfaceId",
|
|
8632
|
+
"RouteTableId",
|
|
8633
|
+
"VpcPeeringConnectionId"
|
|
8634
|
+
]),
|
|
8635
|
+
silentDrop: new Map([
|
|
8636
|
+
["CarrierGatewayId", "not yet implemented by cdkd"],
|
|
8637
|
+
["CoreNetworkArn", "not yet implemented by cdkd"],
|
|
8638
|
+
["DestinationPrefixListId", "not yet implemented by cdkd"],
|
|
8639
|
+
["LocalGatewayId", "not yet implemented by cdkd"],
|
|
8640
|
+
["TransitGatewayId", "not yet implemented by cdkd"],
|
|
8641
|
+
["VpcEndpointId", "not yet implemented by cdkd"]
|
|
8642
|
+
])
|
|
8643
|
+
}],
|
|
8644
|
+
["AWS::EC2::RouteTable", {
|
|
8645
|
+
handled: new Set(["Tags", "VpcId"]),
|
|
8646
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8647
|
+
}],
|
|
8648
|
+
["AWS::EC2::SecurityGroup", {
|
|
8649
|
+
handled: new Set([
|
|
8650
|
+
"GroupDescription",
|
|
8651
|
+
"GroupName",
|
|
8652
|
+
"SecurityGroupEgress",
|
|
8653
|
+
"SecurityGroupIngress",
|
|
8654
|
+
"Tags",
|
|
8655
|
+
"VpcId"
|
|
8656
|
+
]),
|
|
8657
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8658
|
+
}],
|
|
8659
|
+
["AWS::EC2::SecurityGroupIngress", {
|
|
8660
|
+
handled: new Set([
|
|
8661
|
+
"CidrIp",
|
|
8662
|
+
"Description",
|
|
8663
|
+
"FromPort",
|
|
8664
|
+
"GroupId",
|
|
8665
|
+
"IpProtocol",
|
|
8666
|
+
"SourceSecurityGroupId",
|
|
8667
|
+
"SourceSecurityGroupOwnerId",
|
|
8668
|
+
"ToPort"
|
|
8669
|
+
]),
|
|
8670
|
+
silentDrop: new Map([
|
|
8671
|
+
["CidrIpv6", "not yet implemented by cdkd"],
|
|
8672
|
+
["GroupName", "not yet implemented by cdkd"],
|
|
8673
|
+
["SourcePrefixListId", "not yet implemented by cdkd"],
|
|
8674
|
+
["SourceSecurityGroupName", "not yet implemented by cdkd"]
|
|
8675
|
+
])
|
|
8676
|
+
}],
|
|
8677
|
+
["AWS::EC2::Subnet", {
|
|
8678
|
+
handled: new Set([
|
|
8679
|
+
"AvailabilityZone",
|
|
8680
|
+
"CidrBlock",
|
|
8681
|
+
"MapPublicIpOnLaunch",
|
|
8682
|
+
"Tags",
|
|
8683
|
+
"VpcId"
|
|
8684
|
+
]),
|
|
8685
|
+
silentDrop: new Map([
|
|
8686
|
+
["AssignIpv6AddressOnCreation", "not yet implemented by cdkd"],
|
|
8687
|
+
["AvailabilityZoneId", "not yet implemented by cdkd"],
|
|
8688
|
+
["EnableDns64", "not yet implemented by cdkd"],
|
|
8689
|
+
["EnableLniAtDeviceIndex", "not yet implemented by cdkd"],
|
|
8690
|
+
["Ipv4IpamPoolId", "not yet implemented by cdkd"],
|
|
8691
|
+
["Ipv4NetmaskLength", "not yet implemented by cdkd"],
|
|
8692
|
+
["Ipv6CidrBlock", "not yet implemented by cdkd"],
|
|
8693
|
+
["Ipv6IpamPoolId", "not yet implemented by cdkd"],
|
|
8694
|
+
["Ipv6Native", "not yet implemented by cdkd"],
|
|
8695
|
+
["Ipv6NetmaskLength", "not yet implemented by cdkd"],
|
|
8696
|
+
["OutpostArn", "not yet implemented by cdkd"],
|
|
8697
|
+
["PrivateDnsNameOptionsOnLaunch", "not yet implemented by cdkd"]
|
|
8698
|
+
])
|
|
8699
|
+
}],
|
|
8700
|
+
["AWS::EC2::SubnetNetworkAclAssociation", {
|
|
8701
|
+
handled: new Set(["NetworkAclId", "SubnetId"]),
|
|
8702
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8703
|
+
}],
|
|
8704
|
+
["AWS::EC2::SubnetRouteTableAssociation", {
|
|
8705
|
+
handled: new Set(["RouteTableId", "SubnetId"]),
|
|
8706
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8707
|
+
}],
|
|
8708
|
+
["AWS::EC2::VPC", {
|
|
8709
|
+
handled: new Set([
|
|
8710
|
+
"CidrBlock",
|
|
8711
|
+
"EnableDnsHostnames",
|
|
8712
|
+
"EnableDnsSupport",
|
|
8713
|
+
"InstanceTenancy",
|
|
8714
|
+
"Tags"
|
|
8715
|
+
]),
|
|
8716
|
+
silentDrop: new Map([["Ipv4IpamPoolId", "not yet implemented by cdkd"], ["Ipv4NetmaskLength", "not yet implemented by cdkd"]])
|
|
8717
|
+
}],
|
|
8718
|
+
["AWS::EC2::VPCGatewayAttachment", {
|
|
8719
|
+
handled: new Set(["InternetGatewayId", "VpcId"]),
|
|
8720
|
+
silentDrop: new Map([["VpnGatewayId", "not yet implemented by cdkd"]])
|
|
8721
|
+
}],
|
|
8722
|
+
["AWS::ECR::Repository", {
|
|
8723
|
+
handled: new Set([
|
|
8724
|
+
"EmptyOnDelete",
|
|
8725
|
+
"EncryptionConfiguration",
|
|
8726
|
+
"ImageScanningConfiguration",
|
|
8727
|
+
"ImageTagMutability",
|
|
8728
|
+
"ImageTagMutabilityExclusionFilters",
|
|
8729
|
+
"LifecyclePolicy",
|
|
8730
|
+
"RepositoryName",
|
|
8731
|
+
"RepositoryPolicyText",
|
|
8732
|
+
"Tags"
|
|
8733
|
+
]),
|
|
8734
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8735
|
+
}],
|
|
8736
|
+
["AWS::ECS::Cluster", {
|
|
8737
|
+
handled: new Set([
|
|
8738
|
+
"CapacityProviders",
|
|
8739
|
+
"ClusterName",
|
|
8740
|
+
"ClusterSettings",
|
|
8741
|
+
"Configuration",
|
|
8742
|
+
"DefaultCapacityProviderStrategy",
|
|
8743
|
+
"Tags"
|
|
8744
|
+
]),
|
|
8745
|
+
silentDrop: new Map([["ServiceConnectDefaults", "not yet implemented by cdkd"]])
|
|
8746
|
+
}],
|
|
8747
|
+
["AWS::ECS::Service", {
|
|
8748
|
+
handled: new Set([
|
|
8749
|
+
"CapacityProviderStrategy",
|
|
8750
|
+
"Cluster",
|
|
8751
|
+
"DeploymentConfiguration",
|
|
8752
|
+
"DesiredCount",
|
|
8753
|
+
"EnableECSManagedTags",
|
|
8754
|
+
"EnableExecuteCommand",
|
|
8755
|
+
"HealthCheckGracePeriodSeconds",
|
|
8756
|
+
"LaunchType",
|
|
8757
|
+
"LoadBalancers",
|
|
8758
|
+
"NetworkConfiguration",
|
|
8759
|
+
"PlacementConstraints",
|
|
8760
|
+
"PlacementStrategy",
|
|
8761
|
+
"PlatformVersion",
|
|
8762
|
+
"PropagateTags",
|
|
8763
|
+
"SchedulingStrategy",
|
|
8764
|
+
"ServiceName",
|
|
8765
|
+
"ServiceRegistries",
|
|
8766
|
+
"Tags",
|
|
8767
|
+
"TaskDefinition"
|
|
8768
|
+
]),
|
|
8769
|
+
silentDrop: new Map([
|
|
8770
|
+
["AvailabilityZoneRebalancing", "not yet implemented by cdkd"],
|
|
8771
|
+
["DeploymentController", "not yet implemented by cdkd"],
|
|
8772
|
+
["ForceNewDeployment", "not yet implemented by cdkd"],
|
|
8773
|
+
["PlacementStrategies", "not yet implemented by cdkd"],
|
|
8774
|
+
["Role", "not yet implemented by cdkd"],
|
|
8775
|
+
["ServiceConnectConfiguration", "not yet implemented by cdkd"],
|
|
8776
|
+
["VolumeConfigurations", "not yet implemented by cdkd"],
|
|
8777
|
+
["VpcLatticeConfigurations", "not yet implemented by cdkd"]
|
|
8778
|
+
])
|
|
8779
|
+
}],
|
|
8780
|
+
["AWS::ECS::TaskDefinition", {
|
|
8781
|
+
handled: new Set([
|
|
8782
|
+
"ContainerDefinitions",
|
|
8783
|
+
"Cpu",
|
|
8784
|
+
"EphemeralStorage",
|
|
8785
|
+
"ExecutionRoleArn",
|
|
8786
|
+
"Family",
|
|
8787
|
+
"IpcMode",
|
|
8788
|
+
"Memory",
|
|
8789
|
+
"NetworkMode",
|
|
8790
|
+
"PidMode",
|
|
8791
|
+
"PlacementConstraints",
|
|
8792
|
+
"ProxyConfiguration",
|
|
8793
|
+
"RequiresCompatibilities",
|
|
8794
|
+
"RuntimePlatform",
|
|
8795
|
+
"Tags",
|
|
8796
|
+
"TaskRoleArn",
|
|
8797
|
+
"Volumes"
|
|
8798
|
+
]),
|
|
8799
|
+
silentDrop: new Map([["EnableFaultInjection", "not yet implemented by cdkd"], ["InferenceAccelerators", "not yet implemented by cdkd"]])
|
|
8800
|
+
}],
|
|
8801
|
+
["AWS::EFS::AccessPoint", {
|
|
8802
|
+
handled: new Set([
|
|
8803
|
+
"AccessPointTags",
|
|
8804
|
+
"FileSystemId",
|
|
8805
|
+
"PosixUser",
|
|
8806
|
+
"RootDirectory"
|
|
8807
|
+
]),
|
|
8808
|
+
silentDrop: new Map([["ClientToken", "not yet implemented by cdkd"]])
|
|
8809
|
+
}],
|
|
8810
|
+
["AWS::EFS::FileSystem", {
|
|
8811
|
+
handled: new Set([
|
|
8812
|
+
"Encrypted",
|
|
8813
|
+
"FileSystemTags",
|
|
8814
|
+
"KmsKeyId",
|
|
8815
|
+
"PerformanceMode",
|
|
8816
|
+
"ProvisionedThroughputInMibps",
|
|
8817
|
+
"ThroughputMode"
|
|
8818
|
+
]),
|
|
8819
|
+
silentDrop: new Map([
|
|
8820
|
+
["AvailabilityZoneName", "not yet implemented by cdkd"],
|
|
8821
|
+
["BackupPolicy", "not yet implemented by cdkd"],
|
|
8822
|
+
["BypassPolicyLockoutSafetyCheck", "not yet implemented by cdkd"],
|
|
8823
|
+
["FileSystemPolicy", "not yet implemented by cdkd"],
|
|
8824
|
+
["FileSystemProtection", "not yet implemented by cdkd"],
|
|
8825
|
+
["LifecyclePolicies", "not yet implemented by cdkd"],
|
|
8826
|
+
["ReplicationConfiguration", "not yet implemented by cdkd"]
|
|
8827
|
+
])
|
|
8828
|
+
}],
|
|
8829
|
+
["AWS::EFS::MountTarget", {
|
|
8830
|
+
handled: new Set([
|
|
8831
|
+
"FileSystemId",
|
|
8832
|
+
"SecurityGroups",
|
|
8833
|
+
"SubnetId"
|
|
8834
|
+
]),
|
|
8835
|
+
silentDrop: new Map([
|
|
8836
|
+
["IpAddress", "not yet implemented by cdkd"],
|
|
8837
|
+
["IpAddressType", "not yet implemented by cdkd"],
|
|
8838
|
+
["Ipv6Address", "not yet implemented by cdkd"]
|
|
8839
|
+
])
|
|
8840
|
+
}],
|
|
8841
|
+
["AWS::ElastiCache::CacheCluster", {
|
|
8842
|
+
handled: new Set([
|
|
8843
|
+
"AutoMinorVersionUpgrade",
|
|
8844
|
+
"AZMode",
|
|
8845
|
+
"CacheNodeType",
|
|
8846
|
+
"CacheParameterGroupName",
|
|
8847
|
+
"CacheSubnetGroupName",
|
|
8848
|
+
"ClusterName",
|
|
8849
|
+
"Engine",
|
|
8850
|
+
"EngineVersion",
|
|
8851
|
+
"IpDiscovery",
|
|
8852
|
+
"LogDeliveryConfigurations",
|
|
8853
|
+
"NetworkType",
|
|
8854
|
+
"NotificationTopicArn",
|
|
8855
|
+
"NumCacheNodes",
|
|
8856
|
+
"Port",
|
|
8857
|
+
"PreferredAvailabilityZone",
|
|
8858
|
+
"PreferredAvailabilityZones",
|
|
8859
|
+
"PreferredMaintenanceWindow",
|
|
8860
|
+
"SnapshotName",
|
|
8861
|
+
"SnapshotRetentionLimit",
|
|
8862
|
+
"SnapshotWindow",
|
|
8863
|
+
"Tags",
|
|
8864
|
+
"TransitEncryptionEnabled",
|
|
8865
|
+
"VpcSecurityGroupIds"
|
|
8866
|
+
]),
|
|
8867
|
+
silentDrop: new Map([["CacheSecurityGroupNames", "not yet implemented by cdkd"], ["SnapshotArns", "not yet implemented by cdkd"]])
|
|
8868
|
+
}],
|
|
8869
|
+
["AWS::ElastiCache::SubnetGroup", {
|
|
8870
|
+
handled: new Set([
|
|
8871
|
+
"CacheSubnetGroupDescription",
|
|
8872
|
+
"CacheSubnetGroupName",
|
|
8873
|
+
"SubnetIds",
|
|
8874
|
+
"Tags"
|
|
8875
|
+
]),
|
|
8876
|
+
silentDrop: new Map([["Description", "not yet implemented by cdkd"]])
|
|
8877
|
+
}],
|
|
8878
|
+
["AWS::ElasticLoadBalancingV2::Listener", {
|
|
8879
|
+
handled: new Set([
|
|
8880
|
+
"AlpnPolicy",
|
|
8881
|
+
"Certificates",
|
|
8882
|
+
"DefaultActions",
|
|
8883
|
+
"LoadBalancerArn",
|
|
8884
|
+
"MutualAuthentication",
|
|
8885
|
+
"Port",
|
|
8886
|
+
"Protocol",
|
|
8887
|
+
"SslPolicy"
|
|
8888
|
+
]),
|
|
8889
|
+
silentDrop: new Map([["ListenerAttributes", "not yet implemented by cdkd"]])
|
|
8890
|
+
}],
|
|
8891
|
+
["AWS::ElasticLoadBalancingV2::LoadBalancer", {
|
|
8892
|
+
handled: new Set([
|
|
8893
|
+
"IpAddressType",
|
|
8894
|
+
"LoadBalancerAttributes",
|
|
8895
|
+
"Name",
|
|
8896
|
+
"Scheme",
|
|
8897
|
+
"SecurityGroups",
|
|
8898
|
+
"SubnetMappings",
|
|
8899
|
+
"Subnets",
|
|
8900
|
+
"Tags",
|
|
8901
|
+
"Type"
|
|
8902
|
+
]),
|
|
8903
|
+
silentDrop: new Map([
|
|
8904
|
+
["EnableCapacityReservationProvisionStabilize", "not yet implemented by cdkd"],
|
|
8905
|
+
["EnablePrefixForIpv6SourceNat", "not yet implemented by cdkd"],
|
|
8906
|
+
["EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic", "not yet implemented by cdkd"],
|
|
8907
|
+
["Ipv4IpamPoolId", "not yet implemented by cdkd"],
|
|
8908
|
+
["MinimumLoadBalancerCapacity", "not yet implemented by cdkd"]
|
|
8909
|
+
])
|
|
8910
|
+
}],
|
|
8911
|
+
["AWS::ElasticLoadBalancingV2::TargetGroup", {
|
|
8912
|
+
handled: new Set([
|
|
8913
|
+
"HealthCheckEnabled",
|
|
8914
|
+
"HealthCheckIntervalSeconds",
|
|
8915
|
+
"HealthCheckPath",
|
|
8916
|
+
"HealthCheckPort",
|
|
8917
|
+
"HealthCheckProtocol",
|
|
8918
|
+
"HealthCheckTimeoutSeconds",
|
|
8919
|
+
"HealthyThresholdCount",
|
|
8920
|
+
"Matcher",
|
|
8921
|
+
"Name",
|
|
8922
|
+
"Port",
|
|
8923
|
+
"Protocol",
|
|
8924
|
+
"ProtocolVersion",
|
|
8925
|
+
"Tags",
|
|
8926
|
+
"TargetType",
|
|
8927
|
+
"UnhealthyThresholdCount",
|
|
8928
|
+
"VpcId"
|
|
8929
|
+
]),
|
|
8930
|
+
silentDrop: new Map([
|
|
8931
|
+
["IpAddressType", "not yet implemented by cdkd"],
|
|
8932
|
+
["TargetControlPort", "not yet implemented by cdkd"],
|
|
8933
|
+
["TargetGroupAttributes", "not yet implemented by cdkd"],
|
|
8934
|
+
["Targets", "not yet implemented by cdkd"]
|
|
8935
|
+
])
|
|
8936
|
+
}],
|
|
8937
|
+
["AWS::Events::EventBus", {
|
|
8938
|
+
handled: new Set([
|
|
8939
|
+
"DeadLetterConfig",
|
|
8940
|
+
"Description",
|
|
8941
|
+
"EventSourceName",
|
|
8942
|
+
"KmsKeyIdentifier",
|
|
8943
|
+
"Name",
|
|
8944
|
+
"Policy",
|
|
8945
|
+
"Tags"
|
|
8946
|
+
]),
|
|
8947
|
+
silentDrop: new Map([["LogConfig", "not yet implemented by cdkd"]])
|
|
8948
|
+
}],
|
|
8949
|
+
["AWS::Events::Rule", {
|
|
8950
|
+
handled: new Set([
|
|
8951
|
+
"Description",
|
|
8952
|
+
"EventBusName",
|
|
8953
|
+
"EventPattern",
|
|
8954
|
+
"Name",
|
|
8955
|
+
"RoleArn",
|
|
8956
|
+
"ScheduleExpression",
|
|
8957
|
+
"State",
|
|
8958
|
+
"Tags",
|
|
8959
|
+
"Targets"
|
|
8960
|
+
]),
|
|
8961
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8962
|
+
}],
|
|
8963
|
+
["AWS::Glue::Connection", {
|
|
8964
|
+
handled: new Set(["CatalogId", "ConnectionInput"]),
|
|
8965
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8966
|
+
}],
|
|
8967
|
+
["AWS::Glue::Crawler", {
|
|
8968
|
+
handled: new Set([
|
|
8969
|
+
"Classifiers",
|
|
8970
|
+
"Configuration",
|
|
8971
|
+
"CrawlerSecurityConfiguration",
|
|
8972
|
+
"DatabaseName",
|
|
8973
|
+
"Description",
|
|
8974
|
+
"LakeFormationConfiguration",
|
|
8975
|
+
"LineageConfiguration",
|
|
8976
|
+
"Name",
|
|
8977
|
+
"RecrawlPolicy",
|
|
8978
|
+
"Role",
|
|
8979
|
+
"Schedule",
|
|
8980
|
+
"SchemaChangePolicy",
|
|
8981
|
+
"TablePrefix",
|
|
8982
|
+
"Tags",
|
|
8983
|
+
"Targets"
|
|
8984
|
+
]),
|
|
8985
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8986
|
+
}],
|
|
8987
|
+
["AWS::Glue::Database", {
|
|
8988
|
+
handled: new Set(["CatalogId", "DatabaseInput"]),
|
|
8989
|
+
silentDrop: new Map([["DatabaseName", "not yet implemented by cdkd"]])
|
|
8990
|
+
}],
|
|
8991
|
+
["AWS::Glue::Job", {
|
|
8992
|
+
handled: new Set([
|
|
8993
|
+
"AllocatedCapacity",
|
|
8994
|
+
"Command",
|
|
8995
|
+
"Connections",
|
|
8996
|
+
"DefaultArguments",
|
|
8997
|
+
"Description",
|
|
8998
|
+
"ExecutionClass",
|
|
8999
|
+
"ExecutionProperty",
|
|
9000
|
+
"GlueVersion",
|
|
9001
|
+
"JobMode",
|
|
9002
|
+
"JobRunQueuingEnabled",
|
|
9003
|
+
"LogUri",
|
|
9004
|
+
"MaintenanceWindow",
|
|
9005
|
+
"MaxCapacity",
|
|
9006
|
+
"MaxRetries",
|
|
9007
|
+
"Name",
|
|
9008
|
+
"NonOverridableArguments",
|
|
9009
|
+
"NotificationProperty",
|
|
9010
|
+
"NumberOfWorkers",
|
|
9011
|
+
"Role",
|
|
9012
|
+
"SecurityConfiguration",
|
|
9013
|
+
"SourceControlDetails",
|
|
9014
|
+
"Tags",
|
|
9015
|
+
"Timeout",
|
|
9016
|
+
"WorkerType"
|
|
9017
|
+
]),
|
|
9018
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9019
|
+
}],
|
|
9020
|
+
["AWS::Glue::SecurityConfiguration", {
|
|
9021
|
+
handled: new Set(["EncryptionConfiguration", "Name"]),
|
|
9022
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9023
|
+
}],
|
|
9024
|
+
["AWS::Glue::Table", {
|
|
9025
|
+
handled: new Set([
|
|
9026
|
+
"CatalogId",
|
|
9027
|
+
"DatabaseName",
|
|
9028
|
+
"TableInput"
|
|
9029
|
+
]),
|
|
9030
|
+
silentDrop: new Map([["Name", "not yet implemented by cdkd"], ["OpenTableFormatInput", "not yet implemented by cdkd"]])
|
|
9031
|
+
}],
|
|
9032
|
+
["AWS::Glue::Trigger", {
|
|
9033
|
+
handled: new Set([
|
|
9034
|
+
"Actions",
|
|
9035
|
+
"Description",
|
|
9036
|
+
"EventBatchingCondition",
|
|
9037
|
+
"Name",
|
|
9038
|
+
"Predicate",
|
|
9039
|
+
"Schedule",
|
|
9040
|
+
"StartOnCreation",
|
|
9041
|
+
"Tags",
|
|
9042
|
+
"Type",
|
|
9043
|
+
"WorkflowName"
|
|
9044
|
+
]),
|
|
9045
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9046
|
+
}],
|
|
9047
|
+
["AWS::Glue::Workflow", {
|
|
9048
|
+
handled: new Set([
|
|
9049
|
+
"DefaultRunProperties",
|
|
9050
|
+
"Description",
|
|
9051
|
+
"MaxConcurrentRuns",
|
|
9052
|
+
"Name",
|
|
9053
|
+
"Tags"
|
|
9054
|
+
]),
|
|
9055
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9056
|
+
}],
|
|
9057
|
+
["AWS::IAM::Group", {
|
|
9058
|
+
handled: new Set([
|
|
9059
|
+
"GroupName",
|
|
9060
|
+
"ManagedPolicyArns",
|
|
9061
|
+
"Path",
|
|
9062
|
+
"Policies"
|
|
9063
|
+
]),
|
|
9064
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9065
|
+
}],
|
|
9066
|
+
["AWS::IAM::InstanceProfile", {
|
|
9067
|
+
handled: new Set([
|
|
9068
|
+
"InstanceProfileName",
|
|
9069
|
+
"Path",
|
|
9070
|
+
"Roles"
|
|
9071
|
+
]),
|
|
9072
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9073
|
+
}],
|
|
9074
|
+
["AWS::IAM::ManagedPolicy", {
|
|
9075
|
+
handled: new Set([
|
|
9076
|
+
"Description",
|
|
9077
|
+
"Groups",
|
|
9078
|
+
"ManagedPolicyName",
|
|
9079
|
+
"Path",
|
|
9080
|
+
"PolicyDocument",
|
|
9081
|
+
"Roles",
|
|
9082
|
+
"Tags",
|
|
9083
|
+
"Users"
|
|
9084
|
+
]),
|
|
9085
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9086
|
+
}],
|
|
9087
|
+
["AWS::IAM::Policy", {
|
|
9088
|
+
handled: new Set([
|
|
9089
|
+
"Groups",
|
|
9090
|
+
"PolicyDocument",
|
|
9091
|
+
"PolicyName",
|
|
9092
|
+
"Roles",
|
|
9093
|
+
"Users"
|
|
9094
|
+
]),
|
|
9095
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9096
|
+
}],
|
|
9097
|
+
["AWS::IAM::Role", {
|
|
9098
|
+
handled: new Set([
|
|
9099
|
+
"AssumeRolePolicyDocument",
|
|
9100
|
+
"Description",
|
|
9101
|
+
"ManagedPolicyArns",
|
|
9102
|
+
"MaxSessionDuration",
|
|
9103
|
+
"Path",
|
|
9104
|
+
"PermissionsBoundary",
|
|
9105
|
+
"Policies",
|
|
9106
|
+
"RoleName",
|
|
9107
|
+
"Tags"
|
|
9108
|
+
]),
|
|
9109
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9110
|
+
}],
|
|
9111
|
+
["AWS::IAM::User", {
|
|
9112
|
+
handled: new Set([
|
|
9113
|
+
"Groups",
|
|
9114
|
+
"LoginProfile",
|
|
9115
|
+
"ManagedPolicyArns",
|
|
9116
|
+
"Path",
|
|
9117
|
+
"PermissionsBoundary",
|
|
9118
|
+
"Policies",
|
|
9119
|
+
"Tags",
|
|
9120
|
+
"UserName"
|
|
9121
|
+
]),
|
|
9122
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9123
|
+
}],
|
|
9124
|
+
["AWS::IAM::UserToGroupAddition", {
|
|
9125
|
+
handled: new Set(["GroupName", "Users"]),
|
|
9126
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9127
|
+
}],
|
|
9128
|
+
["AWS::Kinesis::Stream", {
|
|
9129
|
+
handled: new Set([
|
|
9130
|
+
"Name",
|
|
9131
|
+
"RetentionPeriodHours",
|
|
9132
|
+
"ShardCount",
|
|
9133
|
+
"StreamEncryption",
|
|
9134
|
+
"StreamModeDetails",
|
|
9135
|
+
"Tags"
|
|
9136
|
+
]),
|
|
9137
|
+
silentDrop: new Map([
|
|
9138
|
+
["DesiredShardLevelMetrics", "not yet implemented by cdkd"],
|
|
9139
|
+
["MaxRecordSizeInKiB", "not yet implemented by cdkd"],
|
|
9140
|
+
["WarmThroughputMiBps", "not yet implemented by cdkd"]
|
|
9141
|
+
])
|
|
9142
|
+
}],
|
|
9143
|
+
["AWS::Kinesis::StreamConsumer", {
|
|
9144
|
+
handled: new Set([
|
|
9145
|
+
"ConsumerName",
|
|
9146
|
+
"StreamARN",
|
|
9147
|
+
"Tags"
|
|
9148
|
+
]),
|
|
9149
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9150
|
+
}],
|
|
9151
|
+
["AWS::KinesisFirehose::DeliveryStream", {
|
|
9152
|
+
handled: new Set([
|
|
9153
|
+
"AmazonOpenSearchServerlessDestinationConfiguration",
|
|
9154
|
+
"AmazonopensearchserviceDestinationConfiguration",
|
|
9155
|
+
"DeliveryStreamEncryptionConfigurationInput",
|
|
9156
|
+
"DeliveryStreamName",
|
|
9157
|
+
"DeliveryStreamType",
|
|
9158
|
+
"ElasticsearchDestinationConfiguration",
|
|
9159
|
+
"ExtendedS3DestinationConfiguration",
|
|
9160
|
+
"HttpEndpointDestinationConfiguration",
|
|
9161
|
+
"KinesisStreamSourceConfiguration",
|
|
9162
|
+
"RedshiftDestinationConfiguration",
|
|
9163
|
+
"S3DestinationConfiguration",
|
|
9164
|
+
"SplunkDestinationConfiguration",
|
|
9165
|
+
"Tags"
|
|
9166
|
+
]),
|
|
9167
|
+
silentDrop: new Map([
|
|
9168
|
+
["DatabaseSourceConfiguration", "not yet implemented by cdkd"],
|
|
9169
|
+
["DirectPutSourceConfiguration", "not yet implemented by cdkd"],
|
|
9170
|
+
["IcebergDestinationConfiguration", "not yet implemented by cdkd"],
|
|
9171
|
+
["MSKSourceConfiguration", "not yet implemented by cdkd"],
|
|
9172
|
+
["SnowflakeDestinationConfiguration", "not yet implemented by cdkd"]
|
|
9173
|
+
])
|
|
9174
|
+
}],
|
|
9175
|
+
["AWS::KMS::Alias", {
|
|
9176
|
+
handled: new Set(["AliasName", "TargetKeyId"]),
|
|
9177
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9178
|
+
}],
|
|
9179
|
+
["AWS::KMS::Key", {
|
|
9180
|
+
handled: new Set([
|
|
9181
|
+
"BypassPolicyLockoutSafetyCheck",
|
|
9182
|
+
"Description",
|
|
9183
|
+
"Enabled",
|
|
9184
|
+
"EnableKeyRotation",
|
|
9185
|
+
"KeyPolicy",
|
|
9186
|
+
"KeySpec",
|
|
9187
|
+
"KeyUsage",
|
|
9188
|
+
"MultiRegion",
|
|
9189
|
+
"Origin",
|
|
9190
|
+
"PendingWindowInDays",
|
|
9191
|
+
"RotationPeriodInDays",
|
|
9192
|
+
"Tags"
|
|
9193
|
+
]),
|
|
9194
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9195
|
+
}],
|
|
9196
|
+
["AWS::Lambda::EventSourceMapping", {
|
|
9197
|
+
handled: new Set([
|
|
9198
|
+
"AmazonManagedKafkaEventSourceConfig",
|
|
9199
|
+
"BatchSize",
|
|
9200
|
+
"BisectBatchOnFunctionError",
|
|
9201
|
+
"DestinationConfig",
|
|
9202
|
+
"DocumentDBEventSourceConfig",
|
|
9203
|
+
"Enabled",
|
|
9204
|
+
"EventSourceArn",
|
|
9205
|
+
"FilterCriteria",
|
|
9206
|
+
"FunctionName",
|
|
9207
|
+
"FunctionResponseTypes",
|
|
9208
|
+
"MaximumBatchingWindowInSeconds",
|
|
9209
|
+
"MaximumRecordAgeInSeconds",
|
|
9210
|
+
"MaximumRetryAttempts",
|
|
9211
|
+
"ParallelizationFactor",
|
|
9212
|
+
"ScalingConfig",
|
|
9213
|
+
"SelfManagedEventSource",
|
|
9214
|
+
"SelfManagedKafkaEventSourceConfig",
|
|
9215
|
+
"SourceAccessConfigurations",
|
|
9216
|
+
"StartingPosition",
|
|
9217
|
+
"Tags",
|
|
9218
|
+
"TumblingWindowInSeconds"
|
|
9219
|
+
]),
|
|
9220
|
+
silentDrop: new Map([
|
|
9221
|
+
["KmsKeyArn", "not yet implemented by cdkd"],
|
|
9222
|
+
["LoggingConfig", "not yet implemented by cdkd"],
|
|
9223
|
+
["MetricsConfig", "not yet implemented by cdkd"],
|
|
9224
|
+
["ProvisionedPollerConfig", "not yet implemented by cdkd"],
|
|
9225
|
+
["Queues", "not yet implemented by cdkd"],
|
|
9226
|
+
["StartingPositionTimestamp", "not yet implemented by cdkd"],
|
|
9227
|
+
["Topics", "not yet implemented by cdkd"]
|
|
9228
|
+
])
|
|
9229
|
+
}],
|
|
9230
|
+
["AWS::Lambda::Function", {
|
|
9231
|
+
handled: new Set([
|
|
9232
|
+
"Architectures",
|
|
9233
|
+
"Code",
|
|
9234
|
+
"Description",
|
|
9235
|
+
"Environment",
|
|
9236
|
+
"EphemeralStorage",
|
|
9237
|
+
"FunctionName",
|
|
9238
|
+
"Handler",
|
|
9239
|
+
"Layers",
|
|
9240
|
+
"MemorySize",
|
|
9241
|
+
"PackageType",
|
|
9242
|
+
"Role",
|
|
9243
|
+
"Runtime",
|
|
9244
|
+
"Tags",
|
|
9245
|
+
"Timeout",
|
|
9246
|
+
"TracingConfig",
|
|
9247
|
+
"VpcConfig"
|
|
9248
|
+
]),
|
|
9249
|
+
silentDrop: new Map([
|
|
9250
|
+
["CapacityProviderConfig", "not yet implemented by cdkd"],
|
|
9251
|
+
["CodeSigningConfigArn", "not yet implemented by cdkd"],
|
|
9252
|
+
["DeadLetterConfig", "not yet implemented by cdkd"],
|
|
9253
|
+
["DurableConfig", "not yet implemented by cdkd"],
|
|
9254
|
+
["FileSystemConfigs", "not yet implemented by cdkd"],
|
|
9255
|
+
["FunctionScalingConfig", "not yet implemented by cdkd"],
|
|
9256
|
+
["ImageConfig", "not yet implemented by cdkd"],
|
|
9257
|
+
["KmsKeyArn", "not yet implemented by cdkd"],
|
|
9258
|
+
["LoggingConfig", "not yet implemented by cdkd"],
|
|
9259
|
+
["PublishToLatestPublished", "not yet implemented by cdkd"],
|
|
9260
|
+
["RecursiveLoop", "not yet implemented by cdkd"],
|
|
9261
|
+
["ReservedConcurrentExecutions", "not yet implemented by cdkd"],
|
|
9262
|
+
["RuntimeManagementConfig", "not yet implemented by cdkd"],
|
|
9263
|
+
["SnapStart", "not yet implemented by cdkd"],
|
|
9264
|
+
["TenancyConfig", "not yet implemented by cdkd"]
|
|
9265
|
+
])
|
|
9266
|
+
}],
|
|
9267
|
+
["AWS::Lambda::LayerVersion", {
|
|
9268
|
+
handled: new Set([
|
|
9269
|
+
"CompatibleArchitectures",
|
|
9270
|
+
"CompatibleRuntimes",
|
|
9271
|
+
"Content",
|
|
9272
|
+
"Description",
|
|
9273
|
+
"LayerName",
|
|
9274
|
+
"LicenseInfo"
|
|
9275
|
+
]),
|
|
9276
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9277
|
+
}],
|
|
9278
|
+
["AWS::Lambda::Permission", {
|
|
9279
|
+
handled: new Set([
|
|
9280
|
+
"Action",
|
|
9281
|
+
"EventSourceToken",
|
|
9282
|
+
"FunctionName",
|
|
9283
|
+
"FunctionUrlAuthType",
|
|
9284
|
+
"Principal",
|
|
9285
|
+
"PrincipalOrgID",
|
|
9286
|
+
"SourceAccount",
|
|
9287
|
+
"SourceArn"
|
|
9288
|
+
]),
|
|
9289
|
+
silentDrop: new Map([["InvokedViaFunctionUrl", "not yet implemented by cdkd"]])
|
|
9290
|
+
}],
|
|
9291
|
+
["AWS::Lambda::Url", {
|
|
9292
|
+
handled: new Set([
|
|
9293
|
+
"AuthType",
|
|
9294
|
+
"Cors",
|
|
9295
|
+
"InvokeMode",
|
|
9296
|
+
"Qualifier",
|
|
9297
|
+
"TargetFunctionArn"
|
|
9298
|
+
]),
|
|
9299
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9300
|
+
}],
|
|
9301
|
+
["AWS::Logs::LogGroup", {
|
|
9302
|
+
handled: new Set([
|
|
9303
|
+
"BearerTokenAuthenticationEnabled",
|
|
9304
|
+
"DataProtectionPolicy",
|
|
9305
|
+
"DeletionProtectionEnabled",
|
|
9306
|
+
"FieldIndexPolicies",
|
|
9307
|
+
"KmsKeyId",
|
|
9308
|
+
"LogGroupClass",
|
|
9309
|
+
"LogGroupName",
|
|
9310
|
+
"ResourcePolicyDocument",
|
|
9311
|
+
"RetentionInDays",
|
|
9312
|
+
"Tags"
|
|
9313
|
+
]),
|
|
9314
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9315
|
+
}],
|
|
9316
|
+
["AWS::Neptune::DBCluster", {
|
|
9317
|
+
handled: new Set([
|
|
9318
|
+
"BackupRetentionPeriod",
|
|
9319
|
+
"DBClusterIdentifier",
|
|
9320
|
+
"DBClusterParameterGroupName",
|
|
9321
|
+
"DBSubnetGroupName",
|
|
9322
|
+
"DeletionProtection",
|
|
9323
|
+
"EngineVersion",
|
|
9324
|
+
"IamAuthEnabled",
|
|
9325
|
+
"KmsKeyId",
|
|
9326
|
+
"Port",
|
|
9327
|
+
"PreferredBackupWindow",
|
|
9328
|
+
"PreferredMaintenanceWindow",
|
|
9329
|
+
"StorageEncrypted",
|
|
9330
|
+
"Tags",
|
|
9331
|
+
"VpcSecurityGroupIds"
|
|
9332
|
+
]),
|
|
9333
|
+
silentDrop: new Map([
|
|
9334
|
+
["AssociatedRoles", "not yet implemented by cdkd"],
|
|
9335
|
+
["AvailabilityZones", "not yet implemented by cdkd"],
|
|
9336
|
+
["CopyTagsToSnapshot", "not yet implemented by cdkd"],
|
|
9337
|
+
["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
|
|
9338
|
+
["DBPort", "not yet implemented by cdkd"],
|
|
9339
|
+
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
9340
|
+
["RestoreToTime", "not yet implemented by cdkd"],
|
|
9341
|
+
["RestoreType", "not yet implemented by cdkd"],
|
|
9342
|
+
["ServerlessScalingConfiguration", "not yet implemented by cdkd"],
|
|
9343
|
+
["SnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9344
|
+
["SourceDBClusterIdentifier", "not yet implemented by cdkd"],
|
|
9345
|
+
["UseLatestRestorableTime", "not yet implemented by cdkd"]
|
|
9346
|
+
])
|
|
9347
|
+
}],
|
|
9348
|
+
["AWS::Neptune::DBInstance", {
|
|
9349
|
+
handled: new Set([
|
|
9350
|
+
"AutoMinorVersionUpgrade",
|
|
9351
|
+
"AvailabilityZone",
|
|
9352
|
+
"DBClusterIdentifier",
|
|
9353
|
+
"DBInstanceClass",
|
|
9354
|
+
"DBInstanceIdentifier",
|
|
9355
|
+
"DBParameterGroupName",
|
|
9356
|
+
"DBSubnetGroupName",
|
|
9357
|
+
"DeletionProtection",
|
|
9358
|
+
"PreferredMaintenanceWindow",
|
|
9359
|
+
"Tags"
|
|
9360
|
+
]),
|
|
9361
|
+
silentDrop: new Map([
|
|
9362
|
+
["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
|
|
9363
|
+
["DBSnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9364
|
+
["PubliclyAccessible", "not yet implemented by cdkd"]
|
|
9365
|
+
])
|
|
9366
|
+
}],
|
|
9367
|
+
["AWS::Neptune::DBSubnetGroup", {
|
|
9368
|
+
handled: new Set([
|
|
9369
|
+
"DBSubnetGroupDescription",
|
|
9370
|
+
"DBSubnetGroupName",
|
|
9371
|
+
"SubnetIds",
|
|
9372
|
+
"Tags"
|
|
9373
|
+
]),
|
|
9374
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9375
|
+
}],
|
|
9376
|
+
["AWS::RDS::DBCluster", {
|
|
9377
|
+
handled: new Set([
|
|
9378
|
+
"BackupRetentionPeriod",
|
|
9379
|
+
"DatabaseName",
|
|
9380
|
+
"DBClusterIdentifier",
|
|
9381
|
+
"DBSubnetGroupName",
|
|
9382
|
+
"DeletionProtection",
|
|
9383
|
+
"Engine",
|
|
9384
|
+
"EngineVersion",
|
|
9385
|
+
"KmsKeyId",
|
|
9386
|
+
"MasterUsername",
|
|
9387
|
+
"MasterUserPassword",
|
|
9388
|
+
"Port",
|
|
9389
|
+
"ServerlessV2ScalingConfiguration",
|
|
9390
|
+
"StorageEncrypted",
|
|
9391
|
+
"Tags",
|
|
9392
|
+
"VpcSecurityGroupIds"
|
|
9393
|
+
]),
|
|
9394
|
+
silentDrop: new Map([
|
|
9395
|
+
["AllocatedStorage", "not yet implemented by cdkd"],
|
|
9396
|
+
["AssociatedRoles", "not yet implemented by cdkd"],
|
|
9397
|
+
["AutoMinorVersionUpgrade", "not yet implemented by cdkd"],
|
|
9398
|
+
["AvailabilityZones", "not yet implemented by cdkd"],
|
|
9399
|
+
["BacktrackWindow", "not yet implemented by cdkd"],
|
|
9400
|
+
["ClusterScalabilityType", "not yet implemented by cdkd"],
|
|
9401
|
+
["CopyTagsToSnapshot", "not yet implemented by cdkd"],
|
|
9402
|
+
["DatabaseInsightsMode", "not yet implemented by cdkd"],
|
|
9403
|
+
["DBClusterInstanceClass", "not yet implemented by cdkd"],
|
|
9404
|
+
["DBClusterParameterGroupName", "not yet implemented by cdkd"],
|
|
9405
|
+
["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
|
|
9406
|
+
["DBSystemId", "not yet implemented by cdkd"],
|
|
9407
|
+
["DeleteAutomatedBackups", "not yet implemented by cdkd"],
|
|
9408
|
+
["Domain", "not yet implemented by cdkd"],
|
|
9409
|
+
["DomainIAMRoleName", "not yet implemented by cdkd"],
|
|
9410
|
+
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
9411
|
+
["EnableGlobalWriteForwarding", "not yet implemented by cdkd"],
|
|
9412
|
+
["EnableHttpEndpoint", "not yet implemented by cdkd"],
|
|
9413
|
+
["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
|
|
9414
|
+
["EnableLocalWriteForwarding", "not yet implemented by cdkd"],
|
|
9415
|
+
["EngineLifecycleSupport", "not yet implemented by cdkd"],
|
|
9416
|
+
["EngineMode", "not yet implemented by cdkd"],
|
|
9417
|
+
["GlobalClusterIdentifier", "not yet implemented by cdkd"],
|
|
9418
|
+
["Iops", "not yet implemented by cdkd"],
|
|
9419
|
+
["ManageMasterUserPassword", "not yet implemented by cdkd"],
|
|
9420
|
+
["MasterUserAuthenticationType", "not yet implemented by cdkd"],
|
|
9421
|
+
["MasterUserSecret", "not yet implemented by cdkd"],
|
|
9422
|
+
["MonitoringInterval", "not yet implemented by cdkd"],
|
|
9423
|
+
["MonitoringRoleArn", "not yet implemented by cdkd"],
|
|
9424
|
+
["NetworkType", "not yet implemented by cdkd"],
|
|
9425
|
+
["PerformanceInsightsEnabled", "not yet implemented by cdkd"],
|
|
9426
|
+
["PerformanceInsightsKmsKeyId", "not yet implemented by cdkd"],
|
|
9427
|
+
["PerformanceInsightsRetentionPeriod", "not yet implemented by cdkd"],
|
|
9428
|
+
["PreferredBackupWindow", "not yet implemented by cdkd"],
|
|
9429
|
+
["PreferredMaintenanceWindow", "not yet implemented by cdkd"],
|
|
9430
|
+
["PubliclyAccessible", "not yet implemented by cdkd"],
|
|
9431
|
+
["ReplicationSourceIdentifier", "not yet implemented by cdkd"],
|
|
9432
|
+
["RestoreToTime", "not yet implemented by cdkd"],
|
|
9433
|
+
["RestoreType", "not yet implemented by cdkd"],
|
|
9434
|
+
["ScalingConfiguration", "not yet implemented by cdkd"],
|
|
9435
|
+
["SnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9436
|
+
["SourceDBClusterIdentifier", "not yet implemented by cdkd"],
|
|
9437
|
+
["SourceDbClusterResourceId", "not yet implemented by cdkd"],
|
|
9438
|
+
["SourceRegion", "not yet implemented by cdkd"],
|
|
9439
|
+
["StorageType", "not yet implemented by cdkd"],
|
|
9440
|
+
["UseLatestRestorableTime", "not yet implemented by cdkd"]
|
|
9441
|
+
])
|
|
9442
|
+
}],
|
|
9443
|
+
["AWS::RDS::DBInstance", {
|
|
9444
|
+
handled: new Set([
|
|
9445
|
+
"DBClusterIdentifier",
|
|
9446
|
+
"DBInstanceClass",
|
|
9447
|
+
"DBInstanceIdentifier",
|
|
9448
|
+
"DBSubnetGroupName",
|
|
9449
|
+
"Engine",
|
|
9450
|
+
"PubliclyAccessible",
|
|
9451
|
+
"Tags"
|
|
9452
|
+
]),
|
|
9453
|
+
silentDrop: new Map([
|
|
9454
|
+
["AdditionalStorageVolumes", "not yet implemented by cdkd"],
|
|
9455
|
+
["AllocatedStorage", "not yet implemented by cdkd"],
|
|
9456
|
+
["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
|
|
9457
|
+
["ApplyImmediately", "not yet implemented by cdkd"],
|
|
9458
|
+
["AssociatedRoles", "not yet implemented by cdkd"],
|
|
9459
|
+
["AutomaticBackupReplicationKmsKeyId", "not yet implemented by cdkd"],
|
|
9460
|
+
["AutomaticBackupReplicationRegion", "not yet implemented by cdkd"],
|
|
9461
|
+
["AutomaticBackupReplicationRetentionPeriod", "not yet implemented by cdkd"],
|
|
9462
|
+
["AutoMinorVersionUpgrade", "not yet implemented by cdkd"],
|
|
9463
|
+
["AvailabilityZone", "not yet implemented by cdkd"],
|
|
9464
|
+
["BackupRetentionPeriod", "not yet implemented by cdkd"],
|
|
9465
|
+
["BackupTarget", "not yet implemented by cdkd"],
|
|
9466
|
+
["CACertificateIdentifier", "not yet implemented by cdkd"],
|
|
9467
|
+
["CertificateRotationRestart", "not yet implemented by cdkd"],
|
|
9468
|
+
["CharacterSetName", "not yet implemented by cdkd"],
|
|
9469
|
+
["CopyTagsToSnapshot", "not yet implemented by cdkd"],
|
|
9470
|
+
["CustomIAMInstanceProfile", "not yet implemented by cdkd"],
|
|
9471
|
+
["DatabaseInsightsMode", "not yet implemented by cdkd"],
|
|
9472
|
+
["DBClusterSnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9473
|
+
["DBName", "not yet implemented by cdkd"],
|
|
9474
|
+
["DBParameterGroupName", "not yet implemented by cdkd"],
|
|
9475
|
+
["DBSecurityGroups", "not yet implemented by cdkd"],
|
|
9476
|
+
["DBSnapshotIdentifier", "not yet implemented by cdkd"],
|
|
9477
|
+
["DBSystemId", "not yet implemented by cdkd"],
|
|
9478
|
+
["DedicatedLogVolume", "not yet implemented by cdkd"],
|
|
9479
|
+
["DeleteAutomatedBackups", "not yet implemented by cdkd"],
|
|
9480
|
+
["DeletionProtection", "not yet implemented by cdkd"],
|
|
9481
|
+
["Domain", "not yet implemented by cdkd"],
|
|
9482
|
+
["DomainAuthSecretArn", "not yet implemented by cdkd"],
|
|
9483
|
+
["DomainDnsIps", "not yet implemented by cdkd"],
|
|
9484
|
+
["DomainFqdn", "not yet implemented by cdkd"],
|
|
9485
|
+
["DomainIAMRoleName", "not yet implemented by cdkd"],
|
|
9486
|
+
["DomainOu", "not yet implemented by cdkd"],
|
|
9487
|
+
["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
|
|
9488
|
+
["EnableIAMDatabaseAuthentication", "not yet implemented by cdkd"],
|
|
9489
|
+
["EnablePerformanceInsights", "not yet implemented by cdkd"],
|
|
9490
|
+
["EngineLifecycleSupport", "not yet implemented by cdkd"],
|
|
9491
|
+
["EngineVersion", "not yet implemented by cdkd"],
|
|
9492
|
+
["Iops", "not yet implemented by cdkd"],
|
|
9493
|
+
["KmsKeyId", "not yet implemented by cdkd"],
|
|
9494
|
+
["LicenseModel", "not yet implemented by cdkd"],
|
|
9495
|
+
["ManageMasterUserPassword", "not yet implemented by cdkd"],
|
|
9496
|
+
["MasterUserAuthenticationType", "not yet implemented by cdkd"],
|
|
9497
|
+
["MasterUsername", "not yet implemented by cdkd"],
|
|
9498
|
+
["MasterUserPassword", "not yet implemented by cdkd"],
|
|
9499
|
+
["MasterUserSecret", "not yet implemented by cdkd"],
|
|
9500
|
+
["MaxAllocatedStorage", "not yet implemented by cdkd"],
|
|
9501
|
+
["MonitoringInterval", "not yet implemented by cdkd"],
|
|
9502
|
+
["MonitoringRoleArn", "not yet implemented by cdkd"],
|
|
9503
|
+
["MultiAZ", "not yet implemented by cdkd"],
|
|
9504
|
+
["NcharCharacterSetName", "not yet implemented by cdkd"],
|
|
9505
|
+
["NetworkType", "not yet implemented by cdkd"],
|
|
9506
|
+
["OptionGroupName", "not yet implemented by cdkd"],
|
|
9507
|
+
["PerformanceInsightsKMSKeyId", "not yet implemented by cdkd"],
|
|
9508
|
+
["PerformanceInsightsRetentionPeriod", "not yet implemented by cdkd"],
|
|
9509
|
+
["Port", "not yet implemented by cdkd"],
|
|
9510
|
+
["PreferredBackupWindow", "not yet implemented by cdkd"],
|
|
9511
|
+
["PreferredMaintenanceWindow", "not yet implemented by cdkd"],
|
|
9512
|
+
["ProcessorFeatures", "not yet implemented by cdkd"],
|
|
9513
|
+
["PromotionTier", "not yet implemented by cdkd"],
|
|
9514
|
+
["ReplicaMode", "not yet implemented by cdkd"],
|
|
9515
|
+
["RestoreTime", "not yet implemented by cdkd"],
|
|
9516
|
+
["SourceDBClusterIdentifier", "not yet implemented by cdkd"],
|
|
9517
|
+
["SourceDBInstanceAutomatedBackupsArn", "not yet implemented by cdkd"],
|
|
9518
|
+
["SourceDBInstanceIdentifier", "not yet implemented by cdkd"],
|
|
9519
|
+
["SourceDbiResourceId", "not yet implemented by cdkd"],
|
|
9520
|
+
["SourceRegion", "not yet implemented by cdkd"],
|
|
9521
|
+
["StorageEncrypted", "not yet implemented by cdkd"],
|
|
9522
|
+
["StorageThroughput", "not yet implemented by cdkd"],
|
|
9523
|
+
["StorageType", "not yet implemented by cdkd"],
|
|
9524
|
+
["TdeCredentialArn", "not yet implemented by cdkd"],
|
|
9525
|
+
["TdeCredentialPassword", "not yet implemented by cdkd"],
|
|
9526
|
+
["Timezone", "not yet implemented by cdkd"],
|
|
9527
|
+
["UseDefaultProcessorFeatures", "not yet implemented by cdkd"],
|
|
9528
|
+
["UseLatestRestorableTime", "not yet implemented by cdkd"],
|
|
9529
|
+
["VPCSecurityGroups", "not yet implemented by cdkd"]
|
|
9530
|
+
])
|
|
9531
|
+
}],
|
|
9532
|
+
["AWS::RDS::DBProxy", {
|
|
9533
|
+
handled: new Set([
|
|
9534
|
+
"Auth",
|
|
9535
|
+
"DBProxyName",
|
|
9536
|
+
"DebugLogging",
|
|
9537
|
+
"EngineFamily",
|
|
9538
|
+
"IdleClientTimeout",
|
|
9539
|
+
"RequireTLS",
|
|
9540
|
+
"RoleArn",
|
|
9541
|
+
"Tags",
|
|
9542
|
+
"VpcSecurityGroupIds",
|
|
9543
|
+
"VpcSubnetIds"
|
|
9544
|
+
]),
|
|
9545
|
+
silentDrop: new Map([
|
|
9546
|
+
["DefaultAuthScheme", "not yet implemented by cdkd"],
|
|
9547
|
+
["EndpointNetworkType", "not yet implemented by cdkd"],
|
|
9548
|
+
["TargetConnectionNetworkType", "not yet implemented by cdkd"]
|
|
9549
|
+
])
|
|
9550
|
+
}],
|
|
9551
|
+
["AWS::RDS::DBProxyEndpoint", {
|
|
9552
|
+
handled: new Set([
|
|
9553
|
+
"DBProxyEndpointName",
|
|
9554
|
+
"DBProxyName",
|
|
9555
|
+
"Tags",
|
|
9556
|
+
"TargetRole",
|
|
9557
|
+
"VpcSecurityGroupIds",
|
|
9558
|
+
"VpcSubnetIds"
|
|
9559
|
+
]),
|
|
9560
|
+
silentDrop: new Map([["EndpointNetworkType", "not yet implemented by cdkd"]])
|
|
9561
|
+
}],
|
|
9562
|
+
["AWS::RDS::DBProxyTargetGroup", {
|
|
9563
|
+
handled: new Set([
|
|
9564
|
+
"ConnectionPoolConfigurationInfo",
|
|
9565
|
+
"DBClusterIdentifiers",
|
|
9566
|
+
"DBInstanceIdentifiers",
|
|
9567
|
+
"DBProxyName",
|
|
9568
|
+
"TargetGroupName"
|
|
9569
|
+
]),
|
|
9570
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9571
|
+
}],
|
|
9572
|
+
["AWS::RDS::DBSubnetGroup", {
|
|
9573
|
+
handled: new Set([
|
|
9574
|
+
"DBSubnetGroupDescription",
|
|
9575
|
+
"DBSubnetGroupName",
|
|
9576
|
+
"SubnetIds",
|
|
9577
|
+
"Tags"
|
|
9578
|
+
]),
|
|
9579
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9580
|
+
}],
|
|
9581
|
+
["AWS::Route53::HostedZone", {
|
|
9582
|
+
handled: new Set([
|
|
9583
|
+
"HostedZoneConfig",
|
|
9584
|
+
"HostedZoneTags",
|
|
9585
|
+
"Name",
|
|
9586
|
+
"QueryLoggingConfig",
|
|
9587
|
+
"VPCs"
|
|
9588
|
+
]),
|
|
9589
|
+
silentDrop: new Map([["HostedZoneFeatures", "not yet implemented by cdkd"]])
|
|
9590
|
+
}],
|
|
9591
|
+
["AWS::Route53::RecordSet", {
|
|
9592
|
+
handled: new Set([
|
|
9593
|
+
"AliasTarget",
|
|
9594
|
+
"Comment",
|
|
9595
|
+
"Failover",
|
|
9596
|
+
"GeoLocation",
|
|
9597
|
+
"HealthCheckId",
|
|
9598
|
+
"HostedZoneId",
|
|
9599
|
+
"HostedZoneName",
|
|
9600
|
+
"MultiValueAnswer",
|
|
9601
|
+
"Name",
|
|
9602
|
+
"Region",
|
|
9603
|
+
"ResourceRecords",
|
|
9604
|
+
"SetIdentifier",
|
|
9605
|
+
"TTL",
|
|
9606
|
+
"Type",
|
|
9607
|
+
"Weight"
|
|
9608
|
+
]),
|
|
9609
|
+
silentDrop: new Map([["CidrRoutingConfig", "not yet implemented by cdkd"], ["GeoProximityLocation", "not yet implemented by cdkd"]])
|
|
9610
|
+
}],
|
|
9611
|
+
["AWS::S3::Bucket", {
|
|
9612
|
+
handled: new Set([
|
|
9613
|
+
"AccelerateConfiguration",
|
|
9614
|
+
"AnalyticsConfigurations",
|
|
9615
|
+
"BucketEncryption",
|
|
9616
|
+
"BucketName",
|
|
9617
|
+
"CorsConfiguration",
|
|
9618
|
+
"IntelligentTieringConfigurations",
|
|
9619
|
+
"InventoryConfigurations",
|
|
9620
|
+
"LifecycleConfiguration",
|
|
9621
|
+
"LoggingConfiguration",
|
|
9622
|
+
"MetricsConfigurations",
|
|
9623
|
+
"NotificationConfiguration",
|
|
9624
|
+
"ObjectLockConfiguration",
|
|
9625
|
+
"ObjectLockEnabled",
|
|
9626
|
+
"OwnershipControls",
|
|
9627
|
+
"PublicAccessBlockConfiguration",
|
|
9628
|
+
"ReplicationConfiguration",
|
|
9629
|
+
"Tags",
|
|
9630
|
+
"VersioningConfiguration",
|
|
9631
|
+
"WebsiteConfiguration"
|
|
9632
|
+
]),
|
|
9633
|
+
silentDrop: new Map([
|
|
9634
|
+
["AbacStatus", "not yet implemented by cdkd"],
|
|
9635
|
+
["AccessControl", "not yet implemented by cdkd"],
|
|
9636
|
+
["BucketNamePrefix", "not yet implemented by cdkd"],
|
|
9637
|
+
["BucketNamespace", "not yet implemented by cdkd"],
|
|
9638
|
+
["MetadataConfiguration", "not yet implemented by cdkd"],
|
|
9639
|
+
["MetadataTableConfiguration", "not yet implemented by cdkd"]
|
|
9640
|
+
])
|
|
9641
|
+
}],
|
|
9642
|
+
["AWS::S3::BucketPolicy", {
|
|
9643
|
+
handled: new Set(["Bucket", "PolicyDocument"]),
|
|
9644
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9645
|
+
}],
|
|
9646
|
+
["AWS::S3Express::DirectoryBucket", {
|
|
9647
|
+
handled: new Set([
|
|
9648
|
+
"BucketName",
|
|
9649
|
+
"DataRedundancy",
|
|
9650
|
+
"LocationName"
|
|
9651
|
+
]),
|
|
9652
|
+
silentDrop: new Map([
|
|
9653
|
+
["BucketEncryption", "not yet implemented by cdkd"],
|
|
9654
|
+
["InventoryConfigurations", "not yet implemented by cdkd"],
|
|
9655
|
+
["LifecycleConfiguration", "not yet implemented by cdkd"],
|
|
9656
|
+
["MetricsConfigurations", "not yet implemented by cdkd"],
|
|
9657
|
+
["Tags", "not yet implemented by cdkd"]
|
|
9658
|
+
])
|
|
9659
|
+
}],
|
|
9660
|
+
["AWS::S3Tables::Namespace", {
|
|
9661
|
+
handled: new Set(["Namespace", "TableBucketARN"]),
|
|
9662
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9663
|
+
}],
|
|
9664
|
+
["AWS::S3Tables::Table", {
|
|
9665
|
+
handled: new Set([
|
|
9666
|
+
"Format",
|
|
9667
|
+
"Name",
|
|
9668
|
+
"Namespace",
|
|
9669
|
+
"TableBucketARN"
|
|
9670
|
+
]),
|
|
9671
|
+
silentDrop: new Map([
|
|
9672
|
+
["Compaction", "not yet implemented by cdkd"],
|
|
9673
|
+
["IcebergMetadata", "not yet implemented by cdkd"],
|
|
9674
|
+
["OpenTableFormat", "not yet implemented by cdkd"],
|
|
9675
|
+
["SnapshotManagement", "not yet implemented by cdkd"],
|
|
9676
|
+
["StorageClassConfiguration", "not yet implemented by cdkd"],
|
|
9677
|
+
["TableName", "not yet implemented by cdkd"],
|
|
9678
|
+
["Tags", "not yet implemented by cdkd"],
|
|
9679
|
+
["WithoutMetadata", "not yet implemented by cdkd"]
|
|
9680
|
+
])
|
|
9681
|
+
}],
|
|
9682
|
+
["AWS::S3Tables::TableBucket", {
|
|
9683
|
+
handled: new Set(["TableBucketName"]),
|
|
9684
|
+
silentDrop: new Map([
|
|
9685
|
+
["EncryptionConfiguration", "not yet implemented by cdkd"],
|
|
9686
|
+
["MetricsConfiguration", "not yet implemented by cdkd"],
|
|
9687
|
+
["ReplicationConfiguration", "not yet implemented by cdkd"],
|
|
9688
|
+
["StorageClassConfiguration", "not yet implemented by cdkd"],
|
|
9689
|
+
["Tags", "not yet implemented by cdkd"],
|
|
9690
|
+
["UnreferencedFileRemoval", "not yet implemented by cdkd"]
|
|
9691
|
+
])
|
|
9692
|
+
}],
|
|
9693
|
+
["AWS::S3Vectors::VectorBucket", {
|
|
9694
|
+
handled: new Set(["EncryptionConfiguration", "VectorBucketName"]),
|
|
9695
|
+
silentDrop: new Map([["Tags", "not yet implemented by cdkd"]])
|
|
9696
|
+
}],
|
|
9697
|
+
["AWS::SecretsManager::Secret", {
|
|
9698
|
+
handled: new Set([
|
|
9699
|
+
"Description",
|
|
9700
|
+
"GenerateSecretString",
|
|
9701
|
+
"KmsKeyId",
|
|
9702
|
+
"Name",
|
|
9703
|
+
"ReplicaRegions",
|
|
9704
|
+
"SecretString",
|
|
9705
|
+
"Tags"
|
|
9706
|
+
]),
|
|
9707
|
+
silentDrop: new Map([["Type", "not yet implemented by cdkd"]])
|
|
9708
|
+
}],
|
|
9709
|
+
["AWS::ServiceDiscovery::PrivateDnsNamespace", {
|
|
9710
|
+
handled: new Set([
|
|
9711
|
+
"Description",
|
|
9712
|
+
"Name",
|
|
9713
|
+
"Properties",
|
|
9714
|
+
"Tags",
|
|
9715
|
+
"Vpc"
|
|
9716
|
+
]),
|
|
9717
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9718
|
+
}],
|
|
9719
|
+
["AWS::ServiceDiscovery::Service", {
|
|
9720
|
+
handled: new Set([
|
|
9721
|
+
"Description",
|
|
9722
|
+
"DnsConfig",
|
|
9723
|
+
"HealthCheckConfig",
|
|
9724
|
+
"HealthCheckCustomConfig",
|
|
9725
|
+
"Name",
|
|
9726
|
+
"NamespaceId",
|
|
9727
|
+
"Tags",
|
|
9728
|
+
"Type"
|
|
9729
|
+
]),
|
|
9730
|
+
silentDrop: new Map([["ServiceAttributes", "not yet implemented by cdkd"]])
|
|
9731
|
+
}],
|
|
9732
|
+
["AWS::SNS::Subscription", {
|
|
9733
|
+
handled: new Set([
|
|
9734
|
+
"Endpoint",
|
|
9735
|
+
"FilterPolicy",
|
|
9736
|
+
"Protocol",
|
|
9737
|
+
"TopicArn"
|
|
9738
|
+
]),
|
|
9739
|
+
silentDrop: new Map([
|
|
9740
|
+
["DeliveryPolicy", "not yet implemented by cdkd"],
|
|
9741
|
+
["FilterPolicyScope", "not yet implemented by cdkd"],
|
|
9742
|
+
["RawMessageDelivery", "not yet implemented by cdkd"],
|
|
9743
|
+
["RedrivePolicy", "not yet implemented by cdkd"],
|
|
9744
|
+
["Region", "not yet implemented by cdkd"],
|
|
9745
|
+
["ReplayPolicy", "not yet implemented by cdkd"],
|
|
9746
|
+
["SubscriptionRoleArn", "not yet implemented by cdkd"]
|
|
9747
|
+
])
|
|
9748
|
+
}],
|
|
9749
|
+
["AWS::SNS::Topic", {
|
|
9750
|
+
handled: new Set([
|
|
9751
|
+
"ArchivePolicy",
|
|
9752
|
+
"ContentBasedDeduplication",
|
|
9753
|
+
"DataProtectionPolicy",
|
|
9754
|
+
"DeliveryStatusLogging",
|
|
9755
|
+
"DisplayName",
|
|
9756
|
+
"FifoThroughputScope",
|
|
9757
|
+
"FifoTopic",
|
|
9758
|
+
"KmsMasterKeyId",
|
|
9759
|
+
"SignatureVersion",
|
|
9760
|
+
"Subscription",
|
|
9761
|
+
"Tags",
|
|
9762
|
+
"TopicName",
|
|
9763
|
+
"TracingConfig"
|
|
9764
|
+
]),
|
|
9765
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9766
|
+
}],
|
|
9767
|
+
["AWS::SNS::TopicPolicy", {
|
|
9768
|
+
handled: new Set(["PolicyDocument", "Topics"]),
|
|
9769
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9770
|
+
}],
|
|
9771
|
+
["AWS::SQS::Queue", {
|
|
9772
|
+
handled: new Set([
|
|
9773
|
+
"ContentBasedDeduplication",
|
|
9774
|
+
"DeduplicationScope",
|
|
9775
|
+
"DelaySeconds",
|
|
9776
|
+
"FifoQueue",
|
|
9777
|
+
"FifoThroughputLimit",
|
|
9778
|
+
"KmsDataKeyReusePeriodSeconds",
|
|
9779
|
+
"KmsMasterKeyId",
|
|
9780
|
+
"MaximumMessageSize",
|
|
9781
|
+
"MessageRetentionPeriod",
|
|
9782
|
+
"QueueName",
|
|
9783
|
+
"ReceiveMessageWaitTimeSeconds",
|
|
9784
|
+
"RedrivePolicy",
|
|
9785
|
+
"SqsManagedSseEnabled",
|
|
9786
|
+
"Tags",
|
|
9787
|
+
"VisibilityTimeout"
|
|
9788
|
+
]),
|
|
9789
|
+
silentDrop: new Map([["RedriveAllowPolicy", "not yet implemented by cdkd"]])
|
|
9790
|
+
}],
|
|
9791
|
+
["AWS::SQS::QueuePolicy", {
|
|
9792
|
+
handled: new Set(["PolicyDocument", "Queues"]),
|
|
9793
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9794
|
+
}],
|
|
9795
|
+
["AWS::SSM::Parameter", {
|
|
9796
|
+
handled: new Set([
|
|
9797
|
+
"AllowedPattern",
|
|
9798
|
+
"DataType",
|
|
9799
|
+
"Description",
|
|
9800
|
+
"Name",
|
|
9801
|
+
"Policies",
|
|
9802
|
+
"Tags",
|
|
9803
|
+
"Tier",
|
|
9804
|
+
"Type",
|
|
9805
|
+
"Value"
|
|
9806
|
+
]),
|
|
9807
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9808
|
+
}],
|
|
9809
|
+
["AWS::StepFunctions::StateMachine", {
|
|
9810
|
+
handled: new Set([
|
|
9811
|
+
"Definition",
|
|
9812
|
+
"DefinitionString",
|
|
9813
|
+
"DefinitionSubstitutions",
|
|
9814
|
+
"EncryptionConfiguration",
|
|
9815
|
+
"LoggingConfiguration",
|
|
9816
|
+
"RoleArn",
|
|
9817
|
+
"StateMachineName",
|
|
9818
|
+
"StateMachineType",
|
|
9819
|
+
"Tags",
|
|
9820
|
+
"TracingConfiguration"
|
|
9821
|
+
]),
|
|
9822
|
+
silentDrop: new Map([["DefinitionS3Location", "not yet implemented by cdkd"]])
|
|
9823
|
+
}],
|
|
9824
|
+
["AWS::WAFv2::WebACL", {
|
|
9825
|
+
handled: new Set([
|
|
9826
|
+
"AssociationConfig",
|
|
9827
|
+
"CaptchaConfig",
|
|
9828
|
+
"ChallengeConfig",
|
|
9829
|
+
"CustomResponseBodies",
|
|
9830
|
+
"DefaultAction",
|
|
9831
|
+
"Description",
|
|
9832
|
+
"Name",
|
|
9833
|
+
"Rules",
|
|
9834
|
+
"Scope",
|
|
9835
|
+
"Tags",
|
|
9836
|
+
"TokenDomains",
|
|
9837
|
+
"VisibilityConfig"
|
|
9838
|
+
]),
|
|
9839
|
+
silentDrop: new Map([
|
|
9840
|
+
["ApplicationConfig", "not yet implemented by cdkd"],
|
|
9841
|
+
["DataProtectionConfig", "not yet implemented by cdkd"],
|
|
9842
|
+
["OnSourceDDoSProtectionConfig", "not yet implemented by cdkd"]
|
|
9843
|
+
])
|
|
9844
|
+
}]
|
|
9845
|
+
]);
|
|
9846
|
+
|
|
9847
|
+
//#endregion
|
|
9848
|
+
//#region src/provisioning/property-coverage.ts
|
|
9849
|
+
/**
|
|
9850
|
+
* Helpers for cdkd's deploy-time property-coverage pre-flight check.
|
|
9851
|
+
*
|
|
9852
|
+
* The data ({@link PROPERTY_COVERAGE_BY_TYPE}) is generated by
|
|
9853
|
+
* `scripts/gen-property-coverage.ts` (run via `vp run gen:property-coverage`)
|
|
9854
|
+
* from the CFn schema fixtures (`tests/fixtures/cfn-schemas/*.json`) and
|
|
9855
|
+
* each SDK provider's `handledProperties` / `unhandledByDesign` declarations.
|
|
9856
|
+
* This module adds the runtime predicates + the actionable issue link used
|
|
9857
|
+
* by the pre-flight check (see {@link ./provider-registry.ProviderRegistry.validateResourceProperties}).
|
|
9858
|
+
*
|
|
9859
|
+
* The pre-flight rejects deploys whose templates use top-level CFn properties
|
|
9860
|
+
* for which cdkd's SDK provider does not write to AWS (= silent drop). The
|
|
9861
|
+
* user can opt in to the silent drop on a per-property basis via
|
|
9862
|
+
* `--allow-unsupported-properties <Type:Prop>,...`. v0 stance: silent drop
|
|
9863
|
+
* is a bug; explicit opt-in is required to proceed.
|
|
9864
|
+
*/
|
|
9865
|
+
/**
|
|
9866
|
+
* Look up a Tier 1 type's property-coverage record. Returns `undefined` for
|
|
9867
|
+
* Tier 2 (CC API) types (deliberately not in the map — CC forwards the full
|
|
9868
|
+
* property map to AWS, so there is no write-side silent drop at cdkd) and
|
|
9869
|
+
* for unknown / Custom types.
|
|
9870
|
+
*/
|
|
9871
|
+
function getPropertyCoverage(resourceType) {
|
|
9872
|
+
return PROPERTY_COVERAGE_BY_TYPE.get(resourceType);
|
|
9873
|
+
}
|
|
9874
|
+
/**
|
|
9875
|
+
* Identify top-level template properties cdkd would silently drop on write
|
|
9876
|
+
* for a single resource. Returns an array of `{ property, rationale }` for
|
|
9877
|
+
* each unhandled top-level key in `templateProperties`, sorted alphabetically.
|
|
9878
|
+
*
|
|
9879
|
+
* Properties NOT in the CFn schema (likely a user typo or
|
|
9880
|
+
* `addPropertyOverride` escape hatch) are silently allowed: matching CFn's
|
|
9881
|
+
* own tolerance, and we cannot judge intent.
|
|
9882
|
+
*/
|
|
9883
|
+
function findSilentDropProperties(resourceType, templateProperties) {
|
|
9884
|
+
if (!templateProperties) return [];
|
|
9885
|
+
const coverage = getPropertyCoverage(resourceType);
|
|
9886
|
+
if (!coverage) return [];
|
|
9887
|
+
const drops = [];
|
|
9888
|
+
for (const prop of Object.keys(templateProperties)) {
|
|
9889
|
+
if (coverage.handled.has(prop)) continue;
|
|
9890
|
+
const rationale = coverage.silentDrop.get(prop);
|
|
9891
|
+
if (rationale === void 0) continue;
|
|
9892
|
+
drops.push({
|
|
9893
|
+
property: prop,
|
|
9894
|
+
rationale
|
|
9895
|
+
});
|
|
9896
|
+
}
|
|
9897
|
+
return drops.sort((a, b) => a.property.localeCompare(b.property));
|
|
9898
|
+
}
|
|
9899
|
+
/**
|
|
9900
|
+
* A 1-click pre-filled GitHub issue link requesting cdkd support for a
|
|
9901
|
+
* specific top-level property on a resource type. Surfaced in the pre-flight
|
|
9902
|
+
* error so a user hitting a silent drop lands directly in the "request
|
|
9903
|
+
* support" flow.
|
|
9904
|
+
*/
|
|
9905
|
+
function unsupportedPropertyIssueUrl(resourceType, property) {
|
|
9906
|
+
return `https://github.com/go-to-k/cdkd/issues/new?title=${encodeURIComponent(`Support property ${resourceType}.${property}`)}&labels=resource-support`;
|
|
9907
|
+
}
|
|
9908
|
+
|
|
7963
9909
|
//#endregion
|
|
7964
9910
|
//#region src/provisioning/provider-registry.ts
|
|
7965
9911
|
/**
|
|
@@ -7977,6 +9923,7 @@ var ProviderRegistry = class {
|
|
|
7977
9923
|
customResourceProvider;
|
|
7978
9924
|
skipResourceTypes = /* @__PURE__ */ new Set();
|
|
7979
9925
|
allowedUnsupportedTypes = /* @__PURE__ */ new Set();
|
|
9926
|
+
allowedUnsupportedProperties = /* @__PURE__ */ new Set();
|
|
7980
9927
|
constructor() {
|
|
7981
9928
|
this.cloudControlProvider = new CloudControlProvider();
|
|
7982
9929
|
this.customResourceProvider = new CustomResourceProvider();
|
|
@@ -7995,6 +9942,20 @@ var ProviderRegistry = class {
|
|
|
7995
9942
|
}
|
|
7996
9943
|
}
|
|
7997
9944
|
/**
|
|
9945
|
+
* Escape hatch for the `--allow-unsupported-properties` CLI flag. Each entry
|
|
9946
|
+
* is a `<ResourceType>:<PropertyName>` token (e.g.
|
|
9947
|
+
* `AWS::Lambda::Function:LoggingConfig`). Named entries bypass the
|
|
9948
|
+
* property-level silent-drop pre-flight reject for that exact type+property
|
|
9949
|
+
* pair. Per-type-property (not blanket) so the user explicitly acknowledges
|
|
9950
|
+
* each silent drop they accept.
|
|
9951
|
+
*/
|
|
9952
|
+
allowUnsupportedProperties(entries) {
|
|
9953
|
+
for (const entry of entries) {
|
|
9954
|
+
this.allowedUnsupportedProperties.add(entry);
|
|
9955
|
+
this.logger.debug(`Allowing unsupported property via escape hatch: ${entry}`);
|
|
9956
|
+
}
|
|
9957
|
+
}
|
|
9958
|
+
/**
|
|
7998
9959
|
* Configure the response bucket for custom resources
|
|
7999
9960
|
* This allows Lambda handlers using cfn-response to send responses via S3
|
|
8000
9961
|
*/
|
|
@@ -8116,7 +10077,79 @@ var ProviderRegistry = class {
|
|
|
8116
10077
|
}
|
|
8117
10078
|
this.logger.debug(`Validated ${resourceTypes.size} resource types: all have available providers`);
|
|
8118
10079
|
}
|
|
10080
|
+
/**
|
|
10081
|
+
* Pre-flight reject: walk every resource in the template and identify
|
|
10082
|
+
* top-level CFn properties cdkd's SDK provider would silently drop on
|
|
10083
|
+
* write. Throws with a per-resource per-property breakdown + the exact
|
|
10084
|
+
* `--allow-unsupported-properties` re-run command. No-op for Tier 2 (Cloud
|
|
10085
|
+
* Control) types — CC forwards the full property map to AWS, so cdkd has
|
|
10086
|
+
* no write-side silent drop for those.
|
|
10087
|
+
*
|
|
10088
|
+
* Must be called AFTER {@link validateResourceTypes} — type-level errors
|
|
10089
|
+
* are reported first. For a type allowed via `--allow-unsupported-types`,
|
|
10090
|
+
* the type-level check passes and this property check is a no-op
|
|
10091
|
+
* (`findSilentDropProperties` returns `[]` for non-Tier-1 / unknown types).
|
|
10092
|
+
*/
|
|
10093
|
+
validateResourceProperties(resources) {
|
|
10094
|
+
const errors = [];
|
|
10095
|
+
for (const { logicalId, resourceType, properties } of resources) {
|
|
10096
|
+
const drops = findSilentDropProperties(resourceType, properties);
|
|
10097
|
+
for (const { property, rationale } of drops) {
|
|
10098
|
+
const allowKey = `${resourceType}:${property}`;
|
|
10099
|
+
if (this.allowedUnsupportedProperties.has(allowKey)) continue;
|
|
10100
|
+
errors.push({
|
|
10101
|
+
logicalId,
|
|
10102
|
+
resourceType,
|
|
10103
|
+
property,
|
|
10104
|
+
rationale
|
|
10105
|
+
});
|
|
10106
|
+
}
|
|
10107
|
+
}
|
|
10108
|
+
if (errors.length === 0) return;
|
|
10109
|
+
throw new Error(renderPropertyCoverageError(errors));
|
|
10110
|
+
}
|
|
8119
10111
|
};
|
|
10112
|
+
/**
|
|
10113
|
+
* Render the actionable pre-flight error for property-level silent drops.
|
|
10114
|
+
* Groups by logical ID, sorts properties within each resource, and emits
|
|
10115
|
+
* a comma-joined `--allow-unsupported-properties` re-run command with
|
|
10116
|
+
* deduplicated `Type:Prop` entries (the same type appearing in two
|
|
10117
|
+
* resources only needs one entry — the flag is per-type-prop, not
|
|
10118
|
+
* per-resource).
|
|
10119
|
+
*/
|
|
10120
|
+
function renderPropertyCoverageError(errors) {
|
|
10121
|
+
const byLogicalId = /* @__PURE__ */ new Map();
|
|
10122
|
+
for (const e of errors) {
|
|
10123
|
+
let entry = byLogicalId.get(e.logicalId);
|
|
10124
|
+
if (!entry) {
|
|
10125
|
+
entry = {
|
|
10126
|
+
resourceType: e.resourceType,
|
|
10127
|
+
props: []
|
|
10128
|
+
};
|
|
10129
|
+
byLogicalId.set(e.logicalId, entry);
|
|
10130
|
+
}
|
|
10131
|
+
entry.props.push({
|
|
10132
|
+
property: e.property,
|
|
10133
|
+
rationale: e.rationale
|
|
10134
|
+
});
|
|
10135
|
+
}
|
|
10136
|
+
const sections = [];
|
|
10137
|
+
const sortedLogicalIds = [...byLogicalId.keys()].sort((a, b) => a.localeCompare(b));
|
|
10138
|
+
for (const logicalId of sortedLogicalIds) {
|
|
10139
|
+
const { resourceType, props } = byLogicalId.get(logicalId);
|
|
10140
|
+
const propLines = [...props].sort((a, b) => a.property.localeCompare(b.property)).map(({ property, rationale }) => {
|
|
10141
|
+
return ` - ${property}\n ${rationale}\n Request support: ${unsupportedPropertyIssueUrl(resourceType, property)}`;
|
|
10142
|
+
}).join("\n");
|
|
10143
|
+
sections.push(` ${logicalId} (${resourceType}):\n${propLines}`);
|
|
10144
|
+
}
|
|
10145
|
+
const dedupRerun = Array.from(new Set(errors.map((e) => `${e.resourceType}:${e.property}`))).join(",");
|
|
10146
|
+
return `cdkd would silently drop these properties at deploy time:\n\n` + sections.join("\n\n") + `
|
|
10147
|
+
|
|
10148
|
+
These properties exist in your CDK code but cdkd will not write them to AWS. The deployed resource will be missing these fields.
|
|
10149
|
+
|
|
10150
|
+
To proceed anyway (accepts the silent drop), re-run with:
|
|
10151
|
+
--allow-unsupported-properties ${dedupRerun}`;
|
|
10152
|
+
}
|
|
8120
10153
|
|
|
8121
10154
|
//#endregion
|
|
8122
10155
|
//#region src/provisioning/import-helpers.ts
|
|
@@ -9479,6 +11512,13 @@ var DeployEngine = class {
|
|
|
9479
11512
|
const resourceTypes = new Set(Object.values(template.Resources || {}).map((r) => r.Type).filter((type) => type !== "AWS::CDK::Metadata"));
|
|
9480
11513
|
this.providerRegistry.validateResourceTypes(resourceTypes);
|
|
9481
11514
|
this.logger.debug(`All resource types validated`);
|
|
11515
|
+
const resourcesForPropertyCheck = Object.entries(template.Resources || {}).filter(([, r]) => r.Type !== "AWS::CDK::Metadata").map(([logicalId, r]) => ({
|
|
11516
|
+
logicalId,
|
|
11517
|
+
resourceType: r.Type,
|
|
11518
|
+
properties: r.Properties
|
|
11519
|
+
}));
|
|
11520
|
+
this.providerRegistry.validateResourceProperties(resourcesForPropertyCheck);
|
|
11521
|
+
this.logger.debug(`All resource properties validated`);
|
|
9482
11522
|
const dag = this.dagBuilder.buildGraph(template);
|
|
9483
11523
|
const executionLevels = this.dagBuilder.getExecutionLevels(dag);
|
|
9484
11524
|
this.logger.debug(`Dependency graph: ${executionLevels.length} execution levels`);
|
|
@@ -10316,4 +12356,4 @@ var DeployEngine = class {
|
|
|
10316
12356
|
|
|
10317
12357
|
//#endregion
|
|
10318
12358
|
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 };
|
|
10319
|
-
//# sourceMappingURL=deploy-engine-
|
|
12359
|
+
//# sourceMappingURL=deploy-engine-YQwoPaCE.js.map
|