/dhall-aws-cloudformation/cloudformation/AWS::DataSync::LocationFSxLustre/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ FsxFilesystemArn : Optional (./../../Fn.dhall).CfnText
, SecurityGroupArns : List (./../../Fn.dhall).CfnText
, Subdirectory : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ FsxFilesystemArn = None (./../../Fn.dhall).CfnText
, Subdirectory = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}