Skip to content

Commit

Permalink
fix(aws-stepfunction): encryptionKey is Key instead of IKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Neta Nir committed Apr 18, 2020
1 parent df2fc4b commit 04cef65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -592,7 +592,7 @@ export interface TransformOutput {
*
* @default - default KMS key for Amazon S3 for your role's account.
*/
readonly encryptionKey?: kms.Key;
readonly encryptionKey?: kms.IKey;

/**
* S3 path where you want Amazon SageMaker to store the results of the transform job.
Expand Down

0 comments on commit 04cef65

Please sign in to comment.