Skip to content

Commit 6987197

Browse files
committed
[sdlf-dataset] add ssm output for S3 prefix
1 parent a07f688 commit 6987197

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sdlf-dataset/src/dataset.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ Resources:
188188
Value: !GetAtt rKMSDataKey.Arn
189189
Description: !Sub ${pDeploymentInstance} KMS data key ARN
190190

191+
rS3PrefixSsm:
192+
Type: AWS::SSM::Parameter
193+
Properties:
194+
Name: !Sub /sdlf/dataset/rS3Prefix/${pDeploymentInstance}
195+
Type: String
196+
Value: !Ref pS3Prefix
197+
Description: S3 prefix (may be empty)
198+
191199
######## GLUE #########
192200
rGlueSecurityConfiguration:
193201
Type: AWS::Glue::SecurityConfiguration

0 commit comments

Comments
 (0)