We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5799a68 + c0a5214 commit ed8d3fcCopy full SHA for ed8d3fc
src/cloud-formation-templates/s3-athena-result.template.yaml
@@ -3,12 +3,12 @@ Description: Amazon S3 bucket to store Athena query results
3
Resources:
4
S3Bucket:
5
Type: AWS::S3::Bucket
6
- Properties:
7
- BucketEncryption:
8
- ServerSideEncryptionConfiguration:
9
- - ServerSideEncryptionByDefault:
10
- SSEAlgorithm: 'aws:kms'
11
- KMSMasterKeyID: KMS-KEY-ARN
+ # Properties:
+ # BucketEncryption:
+ # ServerSideEncryptionConfiguration:
+ # - ServerSideEncryptionByDefault:
+ # SSEAlgorithm: 'aws:kms'
+ # KMSMasterKeyID: KMS-KEY-ARN
12
Outputs:
13
BucketName:
14
Value: !Sub 's3://${S3Bucket}/athena/results/'
0 commit comments