forked from brightsparc/amazon-sagemaker-drift-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.json
19 lines (19 loc) · 899 Bytes
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"app": "python3 app.py",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true,
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true,
"@aws-cdk/aws-kms:defaultKeyPolicies": true,
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true,
"log_level": "INFO",
"drift:ProductsUseRoleName": "service-role/AmazonSageMakerServiceCatalogProductsUseRole",
"drift:ProductsLaunchRoleName": "service-role/AmazonSageMakerServiceCatalogProductsLaunchRole",
"drift:CodeCommitSeedBucket": "/drift-pipeline/CodeCommitSeedBucket",
"drift:CodeCommitBuildKey": "/drift-pipeline/CodeCommitBuildKey",
"drift:CodeCommitDeployKey": "/drift-pipeline/CodeCommitDeployKey",
"drift:LambdaKey": "/drift-pipeline/LambdaKey"
}
}