forked from aws-samples/amazon-sagemaker-drift-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.json
18 lines (18 loc) · 892 Bytes
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"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,
"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:CodeCommitBatchKey": "/drift-pipeline/CodeCommitBatchKey"
}
}