Skip to content

Commit cf577a2

Browse files
authored
Merge pull request #752 from Jerry-AWS/patch-1
Update name style of enumeration to match GA release
2 parents d7da5ea + 0bc9636 commit cf577a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/example_code/cdk/hello-cdk-stack2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class HelloCdkStack extends core.Stack {
3232
// snippet-start:[cdk.typescript.hello-cdk-stack.version2_bucket]
3333
new s3.Bucket(this, 'MyFirstBucket', {
3434
versioned: true,
35-
encryption: s3.BucketEncryption.KmsManaged
35+
encryption: s3.BucketEncryption.KMS_MANAGED
3636
});
3737
// snippet-end:[cdk.typescript.hello-cdk-stack.version2_bucket]
3838
}

0 commit comments

Comments
 (0)