/dhall-aws-cloudformation/cloudformation/AWS::GameLift::Build/S3Location.dhall
Copy path to clipboardSource
{ Type =
{ Bucket : (./../../Fn.dhall).CfnText
, Key : (./../../Fn.dhall).CfnText
, ObjectVersion : Optional (./../../Fn.dhall).CfnText
, RoleArn : (./../../Fn.dhall).CfnText
}
, default.ObjectVersion = None (./../../Fn.dhall).CfnText
}