/dhall-aws-cloudformation/cloudformation/AWS::CodePipeline::Pipeline/ArtifactStore.dhall
Copy path to clipboardSource
{ Type =
{ EncryptionKey : Optional (./EncryptionKey.dhall).Type
, Location : (./../../Fn.dhall).CfnText
, Type : (./../../Fn.dhall).CfnText
}
, default.EncryptionKey = None (./EncryptionKey.dhall).Type
}