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